A CPU generally handles an interrupt by executing an interrupt service routine
As soon as an interrupt is raised
By checking the interrupt register at the end of fetch cycle.
By checking the interrupt register after finishing the execution of the current instruction.
By checking the interrupt register at fixed time intervals.
the purpose of interrupt is to execute the processes immediately. then how it check the interrupt register after finished the execution of the current instruction.