Hello and welcome you all to this new video on my channel making it simple. So there are many scheduling algorithms, each work on different scheduling principle, basically that means which process will get executed by CPU and in which order. FCFS, our today’s algorithm schedules the process based on their arrival time. Similar to ticket counter, whoever will come first will be sent for the CPU execution first. And also FCFS is non-pre-emptive scheduling algorithm.
Watch the complete video to understand it completely.
Regards
Video Chapters:
Introduction- 00:00
Concept Overview- 01:01
Example/Problem- 01:55
Advantages/disadvantage- 04:53
Convoy Effect- 05:36
Outro- 08:28
CPU Scheduling Terms: • CPU Scheduling Concepts | Operating S...
CPU Scheduling Introduction: • CPU Scheduling | Basics | Operating S...
CPU Scheduling Playlist: • CPU Scheduling
If you are new to the channel or returning after long time definitely check out my other videos and playlists too.
Follow these below links.
If you want to watch videos on operating system concepts use the links below:
Deadlock - Operating System | Playlist: • Deadlock - Operating System
Process - Operating System | Playlist: • Process - Operating System
Types of Operating System | Playlist: • Types of Operating System.
If you have not watched my previous videos on Database and DBMS concept click playlist link below:
Dependencies in DBMS: • Dependencies in DBMS
Normalization & Normal Forms | Playlist: • Normalization & Normal Forms
Keys in DBMS | Playlist: • Types of Keys | DBMS
Database and DBMS | Playlist: • Database & DBMS
Other videos on the channel:
What is compiler?: • What is Compiler | Short and Simple E...
If you find my videos helpful and if the videos help in clearing your concepts, like the video, share it with your friends, subscribe the channel and press the bell icon. :)
#FCFS #SchedulingAlgorithms #OperatingSystem