retagged by
6,932 views
14 votes
14 votes

For the daisy chain scheme of connecting I/O devices, which of the following statements is true?

  1. It gives non-uniform priority to various devices
  2. It gives uniform priority to all devices
  3. It is only useful for connecting slow devices to a processor device
  4. It requires a separate interrupt pin on the processor for each device
retagged by

2 Answers

Best answer
49 votes
49 votes

Daisy chaining approach tells the processor in which order the interrupt should be handled by providing priority to the devices.
In daisy-chaining method, all the devices are connected in serial. The device with the highest priority is placed in the first position, followed by lower priority devices. The interrupt pin is common to all.

So answer is option (A).

edited by
Answer:

Related questions

30 votes
30 votes
4 answers
2
36 votes
36 votes
5 answers
3
Kathleen asked Oct 9, 2014
15,086 views
A computer system has a three-level memory hierarchy, with access time and hit ratios as shown below:$$\overset{ \text {Level $1$ (Cache memory)} \\ \text{Access time = ...
33 votes
33 votes
6 answers
4