-->

What do you know about interrupt?

- Interrupt can be understood as a signal from a device causing context switch.

- To handle the interrupts, interrupt handlers or service routines are required.

- The address of each Interrupt service routine is provided in a list which is maintained in interrupt vector.