What does the process scheduler do?
What does the process scheduler do?
Answer: D. All of the above — The process scheduler manages processes by allocating CPU time, switching between processes via context switches, and determining execution order. These tasks…
- A.
Allocates CPU time to processes
- B.
Switches the CPU from one process to another
- C.
Decides which processes are to be executed next by the CPU
- D.
All of the above
Attempted by 460 students.
Show answer & explanation
Correct answer: D
The process scheduler manages processes by allocating CPU time, switching between processes via context switches, and determining execution order. These tasks confirm that all listed options are correct.
Loading lesson…