Exam-style question
Try this first
What is an interrupt service routine (ISR)?.
- A.A routine that services an interrupt
- B.A routine that permanently stores every program instruction
- C.A routine that controls the processor's clock frequency
- D.A routine that translates source code into machine code
Model answer
What a good answer should say
- A routine that services an interrupt
Explanation
Why this works
An ISR is the routine executed by the processor to deal with the event that caused the interrupt.
Common mistake
No common mistake is linked to this question yet.
