What is a medium-term scheduler?
2023
What is a medium-term scheduler?
Answer: C. It selects which process to remove from memory by swapping — 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…
- 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 453 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.
Loading lesson…