Interrupts

Home > Computer Science > Computer Architecture > Interrupts and Exceptions > Interrupts

A mechanism that temporarily stops the normal execution of the program and redirects it to a specific subroutine to perform a particular task before returning to the main program.