-
State Amdahl's Law in words.
-
What is speedup?
-
What is a protocol, and why is it important in I/O bus technology?
-
Name three types of durable storage.
-
Explain how programmed I/O is different from interrupt-driven I/O.
-
What is polling?
-
How are address vectors used in interrupt-driven I/O?
-
How does direct memory access (DMA) work?
-
What is a bus master?
-
Why does DMA require cycle stealing?
-
What does it mean when someone refers to I/O as bursty?
-
How is channel I/O different from interrupt-driven I/O?
-
How is channel I/O similar to DMA?
-
What is multiplexing?
-
What distinguishes an asynchronous bus from a synchronous bus?
-
What is settle time, and what can be done about it?
-
Why are magnetic disks called direct access devices?
-
Explain the relationship among disk platters, tracks, sectors, and clusters.
-
What are the major physical components of a rigid disk drive?
-
What is zoned-bit recording?
-
What is seek time?
-
What is the sum of rotational delay and seek time called?
-
What is a file allocation table (FAT), and where is it found on a floppy disk?
-
By what order of magnitude does a rigid disk rotate more than a flexible disk?
-
What is the name for robotic optical disk library devices?
-
What is the acronym for computer output that is written directly to optical media rather than paper or microfiche?
-
Magnetic disks store bytes by changing the polarity of a magnetic medium. How do optical disks store bytes?
-
How is the format of a CD that stores music different from the format of a CD that stores data? How are the formats alike?
-
Why are CDs especially useful for long-term data storage?
-
Do CDs that store data use recording sessions?
-
How do DVDs store so much more data than regular CDs?
-
Name the three methods for recording WORM disks.
-
Why is magnetic tape a popular storage medium?
-
Explain how serpentine recording differs from helical scan recording.
-
What are two popular tape formats that use serpentine recording?
-
Which RAID levels offer the best performance?
-
Which RAID levels offer the best economy while providing adequate redundancy?
-
Which RAID level uses a mirror (shadow) set?
-
What are hybrid RAID systems?
-
Who was the founder of the science of information theory?
-
What is information entropy and how does it relate to information redundancy?
-
Name an advantage and a disadvantage of statistical coding.
-
Name two types of statistical coding.
-
The LZ77 compression algorithm falls into which class of data compression algorithms?