Gayle J Yaverbaum School of Business Administration Penn State Harrisburg Fall 2006 Object-Oriented Design and Program Development in Business INFSY 535.1.

Slides:



Advertisements
Similar presentations
Assembly Language for Intel-Based Computers, 4 th Edition Chapter 1: Basic Concepts (c) Pearson Education, All rights reserved. You may modify and.
Advertisements

ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Introduction to Computers and Programming - Class 1 1 Introduction to Computers and Programming Professor Avi Rosenfeld.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design First Edition by Tony Gaddis.
1 Fall 2008ACS-1903 Chapter 1 Topics Java History Java Programs Why Program? Computer Systems: Hardware and Software Programming Languages What Is a Program.
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
CIS105 Chapter 1 Theory Review. Page 2 Hardware and Software are the two major components o any computer system Hardware is the set of physical devices.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
Chapter 2. Definition Characteristics ExamplesNon-examples Input Graphic.
Introduction to Programming with Java, for Beginners Machine vs. Programming Language Intro to Java Edit-Compile-Run Program Process.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
1 JCM 106 Computer Application for Journalism Lecture 1 – Introduction to Computing.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
CS 161 INTRO TO PROGRAMMING I Dr. Blaise W. Liffick Fall
Chapter Introduction to Computers and Programming 1.
CSC 110 A 1 CSC 110 Introduction to Python [Reading: chapter 1]
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Chapter 1 Introduction to Programming and the Java Language.
An Introduction to Hardware, Software, and the Internet
CSC 142 A 1 CSC 142 Introduction to Java [Reading: chapter 0]
Introduction to Java Programming with JBuilder 4
Topics Introduction Hardware and Software How Computers Store Data
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
Inside the Computer Ms. Rocío Acevedo September 2006.
Chapter 1.4 Programming languages Homework Due: Monday, August 11, 2014.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming 1.
COP1220/CGS2423 Introduction to C++/ C for Engineers Professor: Dr. Miguel Alonso Jr. Fall 2008.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
CISC105 General Computer Science Class 1 – 6/5/2006.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 1 Introduction to Computers and Programming.
Computer Programming How Computers Work
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Introduction Lecture 01.
Introduction to Computer Systems and the Java Programming Language.
CPU Internal memory I/O interface circuit System bus
Introduction to Java Programming. Introduction Course Objectives Organization of the Book.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
1 MIS 131 Introduction to Algorithms and Programming 2015/2016 Fall - Chapter 1 -
Data Files on Computers Text Files (ASCII) Files that can be created by typing on the keyboard while using a text editor such as notepad or TextEdit.
A computer system is made up of several components. Those that can be seen and touched are referred to as the hardware. Those that can’t be seen or touched.
+ Why program? Java I Fall 2015 Dr. Dwyer. + What do we use computers for? (desert island time – what computing application would you need to have on.
Chapter 1 Introduction to Programming and the Java Language.
INTRODUCTION TO JAVA AND ANDROID. Slide 2 Our Ecosystem Java Eclipse Android SDK.
Chapter 1 Introduction to Computers, the Internet and the Web.
1 Overview of Programming Principles of Computers.
Introduction to Computer and Programing Thanachat Thanomkulabut.
Basic concepts of a computer system V1.0 (21/11/2005)
CHAPTER 1 COMPUTER SCIENCE II. HISTORY OF COMPUTERS (1.1) Eniac- one of the worlds first computers Used more electricity than an entire city block of.
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 1: An Overview of Computers and Programming Languages.
Chapter 1: Introduction to Computers and Programming.
Introduction to JAVA Programming
Chapter 1 Introduction.   In this chapter we will learn about structure and function of computer and possibly nature and characteristics of computer.
Introduction to Java Programming, 4E Y. Daniel Liang.
ITSE 1430 – Introduction to C# Programing Chapter 1 – Introduction to Computers, the Internet and Visual C# ITSE Introduction to C# Programing 1.
Java Programming: From the Ground Up
Computer Science II Chapter 1.
Topics Introduction Hardware and Software How Computers Store Data
Computer Fundamentals 1
Object-Oriented Design and Program Development in Business INFSY 535.1
Chapter 2 – Computer hardware
Java programming lecture one
Chapter 1: Computer Systems
instructor Sami Aleswi Faculty of Computing and Information Technology
Text Book Computer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc.
Topics Introduction Hardware and Software How Computers Store Data
CSC 142 Introduction to Java [Reading: chapters 1 & 2]
Computer Applications -Generic Elective
Presentation transcript:

Gayle J Yaverbaum School of Business Administration Penn State Harrisburg Fall 2006 Object-Oriented Design and Program Development in Business INFSY 535.1

 Introductions  Course Objectives  IDE and Software Development

Introductions

1; Class preparation 2.Class 3.Time and Timelines

Text Tools

Internet Explorer 7.0 Firefox version 2.0 Browser

ELMS for Microsoft.net products – VISIO 2007 and more Penn State Free Software (webPenn State Free Software browsers) Eclipse (IBM Developer Eclipse Download Site for Eclipse Enterprise Bundle)Eclipse Software

Sun Website (JDK 6u1) Sun Website Software

Computer World, August 15, 2005

LAB 1 - A Text: Chapter 1.6 Compiling a simple program (page 15-16) Eclipse IDE Tutorial ANGEL DropBox: First Part of Lab 1-A August 29

Central Processing Unit ( CPU ) Arithmetic Logic Unit Control Unit Auxiliary Storage Device(s) Memory Unit ( RAM) Input Device Output Device Peripherals

 Main Memory/RAM  (See Appendix K for an introduction to binary and hex numbers)

Central Processing Unit (RAM) /Unicode* UNICODE Extends ASCII Latin-I is International

Central Processing Unit (RAM) What will be the ASCII, binary Representation for the number 8? Byte = a memory location memory ASCII Character The number on the keyboard you type. Binary is stored in memory => 8

Byte = a memory location memory ASCII Character The number on the keyboard you type. Binary is stored in memory Central Processing Unit (RAM) What will be the ASCII, binary Representation for the number 8? => A A

JAVA Programs Editor Source File.java compiler Bytecode.class interpreter Library files

 Exercise P1.1: Write a program NamePrinter that displays your name inside a box on the console screen.  Submit to ANGEL DropBox: