InterviewSolution
Saved Bookmarks
| 1. |
In vectored interrupts, how does the device identify itself to the processor?(a) By sending its device id(b) By sending the machine code for the interrupt service routine(c) By sending the starting address of the service routine(d) None of the mentionedI got this question in an interview.Question is taken from Interrupts in section Input/Output Organisation of Computer Architecture |
|
Answer» RIGHT CHOICE is (c) By sending the starting address of the SERVICE routine To explain: By sending the starting address of the routine the device IDS the routine required and thereby IDENTIFYING itself. |
|