Processing Interrupts
Processing
The act or process of treating or preparing something by a special method is known as processing.
Processing Interrupt
When a process is executed by the CPU, and a user request for another process then this will create disturbance for the running process.
This is also called the Interrupt or PROCESSING INTERRUPT.
Types of processing Interrupts
Generally, there are three types of Interrupts which are as follow’s;
Internal Interrupt
External Interrupt
Software Interrupt
INTERNAL INTERRUPTS
The internal interrupts are those, occurred due to some problem in the execution.
E.g. When a user performs any operation which contains any type of error and a user is trying for that operation.
EXTERNAL INTERRUPTS
It arises due to an external call from I/O devices
E.g. Devices requesting transfer of data, power failure, etc.
SOFTWARE INTERRUPTS
The software interrupts are those which are made by some call to the system.
E.g. While we are processing some instructions and when we want to execute one more application program.
0 Comments