Multiple choice

Which of the following scheduling algorithms uses context switching to save the state of the pre-empted process?

  1. Round Robin

  2. FCFS (First Come First Serve)

  3. SJF (Shortest Job First)

  4. Multi Queue Scheduling

  5. None of the above

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

Yes, Round Robin uses context switching to save the state of the pre-empted process according to the given time slice for each process.