retagged by
4,625 views

2 Answers

3 3 votes
Option (a) : All the non vectored interrupts will be assigned 1 common fixed address which is hardcoded... After executing sequence of instructions there, it will find which device has generated the interrupt. Correct me if I'm wrong.
0 0 votes
Answer will be option  C

 in the case of a non-vectored interrupt, the peripheral itself provides the address of the interrupt service routine directly to the processor. This requires more time for an interrupt to be serviced, since the address must be retrieved from the interrupting device every time the interrupt is triggered.
Position:
Show:

Related questions

2 2 votes
2 2 answers
2.3k
2.3k views
Na462 asked Oct 21, 2018
2,329 views
1 1 vote
0 0 answers
3.7k
3.7k views
srestha asked Oct 27, 2018
3,703 views
In this state diagram of interrupt, where interrupt service routine is used? Why both hardware and software control are needed to service an interrupt?PC,PSW and ISR how ...
0 0 votes
1 1 answer
2.7k
2.7k views
rahul sharma 5 asked May 18, 2017
2,684 views
1. In case of vectored interrupt ,the i/o device will send vector address and then using this vector address,the IVT is referred which gives ISR address and then ISR is e...
1 1 vote
1 1 answer
1.6k
1.6k views
Na462 asked Sep 24, 2018
1,572 views