

InterviewSolution
Saved Bookmarks
1. |
The time taken to respond to an interrupt is known as(a) interrupt delay(b) interrupt time(c) interrupt latency(d) interrupt functionI had been asked this question in class test.This interesting question is from Introduction of Interrupts topic in portion Interrupts and Exceptions of Embedded Systems |
Answer» CORRECT option is (c) interrupt latency For explanation I would SAY: The interrupts are the most important function of the embedded SYSTEM and are responsible for many problems while debugging the system. The time TAKEN to respond to an interrupt is called the interrupt latency. |
|