Q:

What will happen in that condition, if an interrupt occurs while the micro controller is serving any other interrupt?

0

What will happen in that condition, if an interrupt occurs while the micro controller is serving any other interrupt?


  1. both the interrupts will be handled simultaneously
  2. the interrupt which is being done first will be served first
  3. the interrupt that is more priority in the interrupt vector table will be served first
  4. the interrupt having low priority in the interrupt vector table will be served first

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).the interrupt that is more priority in the interrupt vector table will be served first

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

COMPUTER ARCHITECTURE - MICROCONTROLLER MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What actually are the DB9, DB25 ports available in... >>
<< By default, INT0-INT2 interrupts are?...