

MCQOPTIONS
Saved Bookmarks
1. |
What will happen in that condition, if an interrupt occurs while the micro controller is serving any other interrupt? |
A. | both the interrupts will be handled simultaneously |
B. | the interrupt which is being done first will be served first |
C. | the interrupt that is more priority in the interrupt vector table will be served first |
D. | the interrupt having low priority in the interrupt vector table will be served first |
Answer» D. the interrupt having low priority in the interrupt vector table will be served first | |