MCQOPTIONS
Saved Bookmarks
| 1. |
WHAT_WILL_HAPPEN_IN_THAT_CONDITION,_IF_AN_INTERRUPT_OCCURS_WHILE_THE_MICROCONTROLLER_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 | |