As an Amazon Associate I earn from qualifying purchases.

Interrupt Notes: Definitions & Explanations PDF Download

Study Interrupt lecture notes PDF with operating system definitions and explanation to study “What is Interrupt?”. Study interrupt explanation with operating system terms to review operating system course for online degree programs.

Interrupt Definition:

  • A suspension of a process, such as the execution of a computer program, caused by an event external to that process.

    Operating Systems by William Stallings



Interrupt Notes:

An interrupt is a function of an operating system that provides multi-process multi-tasking. It is a signal that prompts the operating system to stop the work being performed on the process and shift the cycles to process the interrupt. The operating system would not turn back to the main process until the processing of the interrupt is complete.

Keep Learning with Operating System Notes

What is Process?

Process is basically a program in execution. It is the instance of a computer program that is being executed by ...

What is Job?

A job is a basically a unit of work that a job scheduler gives to the operating system. For instance, ...

What is Synchronization?

Synchronization means sharing system resources by processes in such a way that the concurrent access to shared data is handled ...

What is Segmentation?

Segmentation is a memory management technique in which, the memory is divided into the variable size parts. Each part is ...

What is Race Condition?

A race condition is an undesirable situation that occurs when a device or system attempts to perform two or more ...

What is Processor?

A processor is an integrated electronic circuit that performs the calculations that run a computer. A processor performs, input/output (IO), ...