When an interrupt occurs, an operating system
When an interrupt occurs, an operating system May change the state of the interrupted process to block and schedule another process.
Interrupt:-
An interrupt is a signal from a device attached to a computer or from a program within the computer that requires the operating system to stop and figure out what to do next.
Almost all personal computers areinterrupt-driven - that is, they start down the list of computer instructions in one program and keep running the instructions until either (A) they can't go any further or (B) an interrupt signal is sensed. After the interrupt signal is sensed, the computer either resumes running the current program or begins running another program.