Day Before Exam Flashcards
ISA?
Instruction set architecture.
ISR?
Interrupt Service Routine.
DMA?
Direct Memory Access?
Three techiniques for I/O data exchange?
Programmed (CPU waiting), Interrupt Driven (avoids active polling - ie repeat checking), DMA (extra module)
Three types of DMA?
single bus, integrated with I/O, extra I/O bus.
PC?
Program Counter
IR?
Instruction Register
AC?
Accumulator Register.
DRAM and 3 points.
Dynamic RAM. Uses charges in capcitors. Information must be refreshed frequently due to charge leakages. Cheap. Used for main memory.
SRAM and 3 points.
Static RAM. Uses flip flops. Holds data as long as power supplied. expensive. Used for cache memory.
ROM and 2charachteristics
Read only memory. Non-volatile, so no power source required to keep data in memory. used to store BIOS which is required when computer turned on.
PROM
Programmable ROM (once only)
EPROM
Erasable programmable ROM. Expensive. Erase completely with Ultraviolet light.
EEPROM
Electrically erasable ROM. Erase partly.Very expensive.
Flash Memory characheristic
can be erased in seconds. High Density.
What is cache?
SRAM located between CPU and main memory. Purpose = increase I/O performance of cpu.
What is locality of reference?
Computer performance is improved by caches with efficient transfer strategies.
Cache replacement algorithms? 3
Least recently used, least frequently used, FIFO
Magnetic Disk - describe
Fast and large. Circular platter coated with magentisable material. Divided into rings called racks. Tracks seperated by inner gap and broken into sectors.
Access time of magnetic disk?
Is seek time (R/W head to correct track) and Rotational Latency (disk to spin to correct sector).