In this lecture on FCFS CPU scheduling algorithm, we will discuss the working of first come first serve algorithm with animation. FCFS algorithm is a non-preemptive CPU scheduling technique in which a process is allocated CPU based on its arrival time. The process which arrives first is allocated the CPU first. The other CPU scheduling algorithms are SJF, Round Robin, SRTF, Priority scheduling etc.
We will discuss FCFS algorithm with example.
Subscribe - / dextutor
This lecture is part of the Operating System full course playlist: • Operating System
Reference Links:
For Audio view this video on the same: • First Come First Serve Scheduling Alg...
Operating System Theory PPTs Link: https://dextutor.com/courses/operatin...
Operating System Programs: https://dextutor.com/courses/operatin...
Other Playlists:
Operating System Lab: • Operating System Lab
Linux Essential: • Linux Tutorial For Beginners
RHCSA: • RHCSA Exam Full Course
Was this tutorial about FCFS scheduling algorithm in Operating System helpful? If so, please share. Let me know your thoughts in the comments.
#os #dextutor #fcfs #cpuscheduling