Notes on Java Programming.

View Paper
ESSAY DETAILS Words: 282
Pages: 1
(approximately 235 words/page)

Essay Database > Science & Technology > Computers and Cybernetics
Chapter One Notes Main Hardware -CPU - (Central Processing Unit) executes each step -I/O Devices - (input/output devices) keyboards, monitors, mouse,etc... -Main Memory(RAM) - Random Access Memory - Temporary Storage, smaller storage, faster access -Secondary Memory - Hard Drive, floppy disk, CD. Permanent Storage, larger storage, slower access One address location is 8 bits which is equivalent to 1 byte.* SOFTWARE -Applications - games, Microsoft Word, web browser, etc... -System - Operating System: …

showed first 75 words of 282 total
Sign up for EssayTask and enjoy a huge collection of student essays, term papers and research papers. Improve your grade with our unique database!
showed last 75 words of 282 total
…be used to create different objects An object represents something with which we can interact in a program -Has attributes and behaviors -Provides a collection of services that we can tell it to perform for us -The services are defined by methods in a class that defines the object Inheritance -one class can be used to derive another -classes can be organized into in heritance hierarchies ACCOUNT ↓ ←→ charge account bank account ↓ ← → savings account checking account