CPU Scheduling Algorithms

A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms. There are some popular process scheduling algorithms which we are going to discuss in this chapter

Types of CPU Scheduling Algorithms

  • First Come First Serve (FCFS)
  • Shortest Job First
  • Priority Scheduling
  • Round Robin Scheduling is the preemptive process scheduling algorithm. Each process is provided a fix time to execute, it is called a quantum. used in Time Sharing Operating System.

Leave a Comment

Your email address will not be published. Required fields are marked *