409 views

2 Answers

0 votes
0 votes

In Daisy Chain

First INTA is sent by CPU to I/O devices which are present in a row, the device which raises the interrupt earlier will take this signal and send Vector Address to the CPU. (Other devices which are present before the device which raises the interrupt will just pass the signal to next device present in the row until it reaches to final one).   

0 votes
0 votes
yeah ,I/o device will send the vector address along with the I/o request not after INTA

Related questions

0 votes
0 votes
1 answer
1
its_vv asked Jul 1, 2022
970 views
Both internal and software caused by executing the program instructions . So both are same ?
0 votes
0 votes
1 answer
2
amitqy asked Feb 16, 2019
483 views
Under the SOFTWARE METHOD – POLLING heading.What is the meaning of this line?“In this method, all interrupts are serviced by branching to the same service program”....
0 votes
0 votes
0 answers
4
Harsh Kumar asked Jun 2, 2018
505 views
Are Vectored Interrupts possible in CPU having single Interrupt Request line? How/Why not?