521 views
0 votes
0 votes

When an interrupt occurs, an operating system can ignore the interrupt?

Please tell the answer with reasoning? Thank you!

1 Answer

Best answer
3 votes
3 votes

Interrupt in OS!

Interrupt means something needs immediate attention!

In OS, a signal with respect to interrupt is generated such that it can be handled or ignored.

The interrupt can be of maskable and non maskable. A maskable interrupt can be ignored. But  non maskable interrupt must be handled immediately.

When an interrupt is going to get processed, the current process state is saved. It will resume from where it was stopped.

selected by

Related questions

2 votes
2 votes
1 answer
1
admin asked Oct 28, 2019
1,559 views
The clock interrupt handler on a certain computer requires $2\: msec$ (including process switching overhead) per clock tick. The clock runs at $60\: Hz.$ What fraction of...