

InterviewSolution
Saved Bookmarks
1. |
Which of the following are asynchronous to the operation?(a) interrupts(b) software(c) DMA(d) memoryI have been asked this question at a job interview.I'd like to ask this question from Introduction of Interrupts in chapter Interrupts and Exceptions of Embedded Systems |
Answer» CORRECT choice is (a) interrupts For EXPLANATION: The interrupts are asynchronous to the operation and THEREFORE can be used with systems that are the EVENT as opposed to the time DRIVEN. |
|