What is the primary purpose of an operating system's process scheduler?
A
Design user interfaces
B
Manage network connections
C
Decide which process runs on the CPU at a given time
D
Manage file storage
Correct Answer: Option C — Decide which process runs on the CPU at a given time
Explanation:
The process scheduler in an operating system is responsible for deciding which process gets access to the CPU at any given time, optimizing ...
The process scheduler in an operating system is responsible for deciding which process gets access to the CPU at any given time, optimizing system performance.