What is a short-term scheduler?
2024
What is a short-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 247 students.
Show answer & explanation
Correct answer: B
Answer: b
Explanation: A short-term scheduler selects a process which has to be executed next and allocates CPU. Short-term scheduler selects a process from the ready queue. It selects processes frequently.