

InterviewSolution
Saved Bookmarks
1. |
Which of the following is a 16 kbyte block?(a) register(b) vector table(c) buffer(d) lookaside bufferThe question was posed to me during an online exam.This is a very interesting question from RISC Exceptions-II topic in portion Interrupts and Exceptions of Embedded Systems |
Answer» CORRECT option is (B) vector table Explanation: The vector table is a 16 kbyte block which is divided into 256 byte divisions in which each division is ALLOCATED for particular exceptions and it also CONTAINS the handler routine ASSOCIATED with the exceptions. |
|