What is the function of an operating system's process scheduler?
A
To manage network connections
B
To store files
C
To display graphics
D
To determine which process runs on the CPU next
Correct Answer: Option D — To determine which process runs on the CPU next
Explanation:
The process scheduler is part of the operating system responsible for deciding which process in the ready queue gets access to the CPU next, optimizing system performance.