What is a medium-term scheduler?
2023
What is a medium-term scheduler?
- A.
It selects which process has to be brought into the ready queue
- B.
It selects which process has to be executed next and allocates CPU
- C.
It selects which process to remove from memory by swapping
- D.
None of the mentioned
Attempted by 161 students.
Show answer & explanation
Correct answer: C
Answer: c
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.