InterviewSolution
Saved Bookmarks
| 1. |
The processor indicates to the devices that it is ready to receive interrupts ________(a) By enabling the interrupt request line(b) By enabling the IRQ bits(c) By activating the interrupt acknowledge line(d) None of the mentionedThe question was asked by my college director while I was bunking the class.This interesting question is from Interrupts topic in chapter Input/Output Organisation of Computer Architecture |
|
Answer» CORRECT ANSWER is (C) By activating the INTERRUPT acknowledge line To elaborate: When the processor activates the acknowledge line the devices SEND their interrupts to the processor. |
|