SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Linda Null ,julia Lobur
Chapter:
Marie An Introduction To A Simple Computer
Exercise:
Review Of Essential Terms And Concepts
Question:23 | ISBN:9780763704445 | Edition: 3

Question

23. How does a maskable interrupt differ from a non-maskable interrupt?

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

Hardware interrupts are classified into two types which are as follows −

  • Maskable Interrupt − The hardware interrupts that can be delayed when a highest priority interrupt has occurred to the processor.

  • Non Maskable Interrupt − The hardware that cannot be delayed and immediately be serviced by the processor.

Maskable interrupt is different from Non-Maskable Interrrupt Because,

  • When maskable interrupt occur, it can be handled after executing the current instruction. When non-maskable interrupts occur, the current instructions and status are stored in stack for the CPU to handle the interrupt.

 

0 0

Discussions

Post the discussion to improve the above solution.