Breaking

Friday, October 22, 2021

Definition of Interruption (interrupt)

In computing, an interruption is an asynchronous signal from the hardware that indicates the need for attention, or a synchronous event in software that indicates the need for a change in execution. A hardware interrupt (hardware interrupt) causes the processor save your execution status through a context switch and start the execution of an interrupt handler. Software interruption is generally

No comments:

Post a Comment