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: