FCFS and SJF(ಕನ್ನಡದಲ್ಲಿ)Scheduling algorithm in Operating system.

Описание к видео FCFS and SJF(ಕನ್ನಡದಲ್ಲಿ)Scheduling algorithm in Operating system.

The full form of FCFS Scheduling is First Come First Serve Scheduling. FCFS Scheduling algorithm automatically executes the queued processes and requests in the order of their arrival. It allocates the job that first arrived in the queue to the CPU, then allocates the second one, and so on.

Shortest Job First (SJF) is a type of disk scheduling algorithm in the operating system in which the processor executes the job first that has the smallest execution time. In the shortest Job First algorithm, the processes are scheduled according to the burst time of these processes.

scheduling algorithm theory link:
   • CPU scheduling algorithm(ಕನ್ನಡದಲ್ಲಿ)O...  

Комментарии

Информация по комментариям в разработке