InterviewSolution
Saved Bookmarks
| 1. |
______ are used to overcome the difference in data transfer speeds of various devices.(a) Speed enhancing circuitory(b) Bridge circuits(c) Multiple Buses(d) Buffer registersI have been asked this question by my college professor while I was bunking the class.Question is taken from BUS Structure in division Basic Structures of Computers of Computer Architecture |
|
Answer» CORRECT option is (d) Buffer registers Best explanation: By USING Buffer registers, the processor SENDS the DATA to the I/O device at the processor speed and the data gets stored in the buffer. After that the data gets SENT to or from the buffer to the devices at the device speed. |
|