Computer Science, asked by sdfdsfs9076, 1 year ago

Explain the process of Interrupt handling and Return from interrupt with the help of a diagram. You must answer this question in your own words.

Answers

Answered by KomalSrinivas
5

Interrupt handling is a process or other function used in software based applications used to handle certain applications.

The job of the software is to assign interrupt towards handler and then they are transferred to the interrupt table.

They might not be able to run by itself  and require permission before being proceeded.

Some of the methods associated with interrupt handling are non nested interrupt handler, nested interrupt handler, re entrant nested interrupt handler etc.

Similar questions