in CO and Architecture retagged by
6,872 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
in CO and Architecture retagged by
6.9k views

2 Comments

Along with option A, What about option C ?

As it is interrupt driven I/O , it is only useful for connecting slow devices to a processor device

this statement also makes sense.
1
1
Asked in GATE 2020
2
2

2 Answers

49 votes
49 votes
Best answer

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

1 comment

VAD – Vector Address

PI(P1) – Priority In

PO(P0) – Priority Out

Source: https://www.geeksforgeeks.org/priority-interrupts-sw-polling-daisy-chaining/

3
3
2 votes
2 votes
nly useful for slow devices is not correct because

e.g. Firewire interface which is fast cable use to connect devices in daisy chain scheme

.
Answer:

Related questions