1.

Which of the following stores the context of the exception?(a) stack(b) register(c) ROM(d) RAMThis question was posed to me in a national level competition.The query is from Buffer Memory in section Buffering and other Data Structures of Embedded Systems

Answer»

Right CHOICE is (a) stack

The BEST explanation: The EXCEPTION handler is the one which clean up the stack memory before returning to the previous executing software thread and the ROM STORES the CONTEXT of exception in the stack automatically or as a part of the exception routine.



Discussion

No Comment Found

Related InterviewSolutions