Multiple choice technology embedded technologies

What is interrupt latancy

  1. The time taken in execution of and Interrupt Service Routine

  2. Time taken for execution of higher priority interrupt

  3. Time difference between occurrence of any interrupt even and its service

  4. Time for Saving the context of a program on an interrupt event

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Interrupt latency is defined as the time interval between the moment an interrupt signal is generated by a hardware device and the moment the processor begins executing the first instruction of the corresponding Interrupt Service Routine (ISR). Other options describe the execution time itself or context saving, which are components of the total handling time but not the latency.