Operating-Systems
February 4, 2024Engineering-Mathematics
February 4, 2024Question 11503 – Process-state-transition-diagram
Consider following three statements above scheduler
(I) Dispatcher is a part of schedule responsible to select a new process whenever the current process yields the CPU.
(II) The medium term scheduler is responsible for swapping.
(III) The Long Term scheduler determines to whom CPU should be allocated from the ready queue.
The true statement from above statements is/are
Correct Answer: B
Question 2 Explanation:
S1 is true.
S2 is true.
S3 is false, because the short term scheduler determines to whom CPU should be allocated from the ready queue.
S2 is true.
S3 is false, because the short term scheduler determines to whom CPU should be allocated from the ready queue.
All (I), (II), and (III)
Only (I) and (II)
Only (I) and (III)
Only (II) and (III)
