engineering computer science MCQ #1838

In which scheduling algorithm does the CPU time get divided into fixed time slices?

engineering computer science MCQ #1838

  1. Question 1

    Q1. In which scheduling algorithm does the CPU time get divided into fixed time slices?

    • A) FCFS
    • B) SJF
    • C) Priority Scheduling
    • D) Round Robin

    Answer: Round Robin

    Explanation: Round Robin scheduling divides CPU time into fixed time slices (time quanta), allocating each process a turn.