Tag: Interrupt


  • An interrupt is a signal sent to the CPU by hardware or software to indicate that an event needs immediate attention. It temporarily halts the CPU’s current execution and transfers control to a specific interrupt handler. An Interrupt is a mechanism used by hardware or software to interrupt the normal execution of a process in…