MCQ Hive stays free thanks to ads. Please disable your ad blocker for this site so content and features keep working.
Computer Programming MCQs
Multitasking Operating System
Q
Which of the following contains all the task and their status?
AA. Register
BB. Ready list
CC. Access list
DD. Task list
Correct Answer:
B. B. Ready list
Explanation:
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.