Q.1.
The processor indicates to the devices that it is ready to receive interrupts ________
Q.2.
When dealing with multiple devices interrupts, which mechanism is easy to implement?
Q.3.
The interrupt servicing mechanism in which the requesting device identifies itself to the processor to be serviced is ___________
Q.4.
In vectored interrupts, how does the device identify itself to the processor?
Q.5.
The code sent by the device in vectored interrupt is _____ long.
Q.6.
The starting address sent by the device in vectored interrupt is called as __________
Q.7.
We describe a protocol of input device communication below:
Q.8.
Which one of the following is true with regard to a CPU having a single interrupt request line and single interrupt grant line?
Q.9.
Which table handle stores the addresses of the interrupt handling sub-routines?
Q.10.
_________ method is used to establish priority by serially connecting all devices that request an interrupt.
Q.11.
In daisy chaining device 0 will pass the signal only if it has _______
Q.12.
______ interrupt method uses register whose bits are set separately by interrupt signal for each device.
Q.13.
______________ register is used for the purpose of controlling the status of each interrupt request in parallel priority interrupt.
Q.14.
The added output of the bits of the interrupt register and the mask register is set as an input of ______________
Q.15.
Interrupts initiated by an instruction is called as _______