CIS-24 Home http://www.c-jump.com/CIS24/CIS24syllabus.htm
|
|
|
|
|
|
Random Access Memory
Storage for data and instructions for executing programs (aka processes)
Common today to see 256 MB to 2 GB or more
Entire programs can be hidden, run as RAM-resident, and will disappear when the computer is powered down
Cache memory
Very fast (expensive) memory to store most recently used data and instructions
Level 1 cache is internal to the CPU;
Level 2 cache is external;
Level 3 cache is on another chip
|
|
|
|
|
|
Serial ATA Interface
|
|
Input/output devices
Keyboard, video monitor, mouse (KVM)
External storage devices
Printer, plotter, scanner
Game I/O devices, joystick
Network Interface Card (NIC)
The bus is used to carry information between the different components
Data and address bus are internal and parallel
Internal buses: ISA, EISA, MCA, PCI, VESA, PCMCIA, SCSI, IDE, EIDE, DMA/ATA, Serial ATA (SATA)
External bus attaches the computer to external peripherals
Parallel bus: Centronix (printers)
Serial bus: EIA-RS-232, USB, IEEE 1394 (Firewire), V.35, RJ-11, RJ-45
|
|
|