Section 18.3
Review Questions
Timing Considerations
-
Which is faster, CPU or peripheral?
answer...
CPU
-
Which bit could be done away with? Circle one.
DA DR
(data accepted) (data ready)
answer...
DA if the CPU sets DR back to 0 once it has snarfed up the data.
-
What is blocking in tape drives?
answer...
A technique of limiting the damage of errors by clumping data into
blocks, separated by interblock gaps. If there is an error,
only one block is faulty, not the entire tape.
-
How fast were old tape drives?
answer...
75 ips (inches per second)
-
If a 1 MIPS computer had a tape drive running at this speed, how much
faster would the CPU be than the tape drive?
answer...
8 times
-
Why do hardware designers almost never try to match the I/O processor's
speed with the CPU?
answer...
it is too hard to synchronize the two, and any unevenness in speed would
throw the whole system out of wahck