

InterviewSolution
Saved Bookmarks
1. |
Which interrupts allows a protected state?(a) internal interrupt(b) external interrupt(c) software interrupt(d) both internal and external interruptsThis question was addressed to me during an internship interview.I'm obligated to ask this question of Sources of Interrupts in section Interrupts and Exceptions of Embedded Systems |
Answer» CORRECT answer is (c) software INTERRUPT Easy explanation: The software interrupt can CHANGE the processor into a protected state by changing the PROGRAM flow. |
|