Multiple choice

Which of the following OS scheduling algorithms provides a fix time for each process to execute?

  1. First Come First Serve (FCFS)

  2. Shortest Job First (SJF)

  3. Round Robin Scheduling

  4. Priority Based Scheduling

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In this scheduling, the process is pre-empted and the other process execute in the given time period. It has a quantum time slice for each process.