

InterviewSolution
Saved Bookmarks
1. |
Which of the following can implement the message passing and control?(a) application software(b) operating system(c) software(d) kernelThis question was addressed to me by my college professor while I was bunking the class.Question is taken from Multitasking Operating Systems topic in section Real Time Operating systems of Embedded Systems |
Answer» RIGHT choice is (d) kernel To explain: The kernel can implement the message PASSING and CONTROL which acts as a message passer and controller between the TASKS. |
|