Ques:- What do you mean by maskable and Non Maskable Interrupts, give examples?
Asked In :-
Right Answer:
Maskable interrupts are those that can be ignored or "masked" by the processor, allowing it to prioritize other tasks. An example is a timer interrupt that can be disabled while performing critical operations.
Non-maskable interrupts (NMIs) cannot be ignored and must be addressed immediately, typically used for critical errors. An example is a hardware failure signal.
Maskable interrupts are those that can be ignored or "masked" by the processor, allowing it to prioritize other tasks. An example is a timer interrupt that can be disabled while performing critical operations.
Non-maskable interrupts (NMIs) cannot be ignored and must be addressed immediately, typically used for critical errors. An example is a hardware failure signal.