What is the primary function of the operating system's process scheduler?
Q1. What is the primary function of the operating system's process scheduler?
Answer: CPU Allocation
Explanation: The process scheduler allocates the CPU to processes, determining which process runs next, using algorithms like FCFS or SJF.