engineering computer science MCQ #1834

What is the primary function of the operating system's process scheduler?

engineering computer science MCQ #1834

  1. Question 1

    Q1. What is the primary function of the operating system's process scheduler?

    • A) Memory Management
    • B) Process Synchronization
    • C) CPU Allocation
    • D) File System Management

    Answer: CPU Allocation

    Explanation: The process scheduler allocates the CPU to processes, determining which process runs next, using algorithms like FCFS or SJF.