Computer Hardware - Chapter 8
Quiz
The modern computer is an interrupt-based machine.
- True
- False
A processor can only accept interrupts from a single source.
- True
- False
When an interrupt occurs the contents of the processor registers are lost.
- True
- False
The interrupt vector is a pointer to the first instruction that should be executed in the interrupt service routine.
- True
- False
A lower priority interrupt can usually interrupt a higher priority interrupt.
- True
- False
Multiple interrupts are handled by an interrupt controller.
- True
- False
The hard disk is able to generate interrupts.
- True
- False
When an interrupt occurs, processor registers are saved on the stack.
- True
- False
There are no latencies associated with the handling of interrupts.
- True
- False
The interrupt service routine cannot be relocated within the processor’s address space – it has to be at a fixed location.
- True
- False