

InterviewSolution
Saved Bookmarks
1. |
Which of the following contains all the task and their status?(a) register(b) ready list(c) access list(d) task listI got this question in examination.Origin of the question is Multitasking Operating Systems topic in section Real Time Operating systems of Embedded Systems |
Answer» RIGHT option is (B) ready LIST To elaborate: The ‘ready’ list possesses all the information regarding a task, that is, all the task and its corresponding status which is used by the scheduler to DECIDE which task should execute in the NEXT time slice. |
|