Solved

Interrupt Chaining

Question 19

Multiple Choice

Interrupt chaining


A) allows CPU to defer processing of low-priority interrupts without masking all interrupts.
B) splits interrupt management between first level and second level interrupt handlers.
C) is used to handle interrupts but not exceptions.
D) is a compromise between the overhead of a huge interrupt table and the inefficiency of dispatching to a single interrupt handler.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions