What is interrupt service routine?
Interrupt means to break the sequence of operation. Whereas the CPU is executing a program an interrupt breaks the normal sequence of implementation of instructions & diverts its execution to some other program. This program to which the control is transferred is known as the interrupt service routine.