MCQ Hive stays free thanks to ads. Please disable your ad blocker for this site so content and features keep working.
Operating System
Process Scheduling Queue
Q
What is a medium-term scheduler?
AA. It selects which process has to be brought into the ready queue
BB. It selects which process has to be executed next and allocates cpu
CC. It selects which process to remove from memory by swapping
DD. None of the mentioned
Correct Answer:
C. C. It selects which process to remove from memory by swapping
Explanation:
A medium-term scheduler selects which process to remove from memory by swapping. The medium-term scheduler swapped out the process and later swapped in. Swapping helps to free up memory.