Skip to content

Shahzaib2028/FCFS_CPU_scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

What is First Come First Serve CPU Scheduling?

First Come First Serve (FCFS) is an operating system scheduling algorithm that automatically executes queued requests and processes in order of their arrival.

It is the easiest and simplest CPU scheduling algorithm.

This code is in python programming language.

Characteristics of FCFS method

It supports non-preemptive and pre-emptive scheduling algorithm.

Jobs are always executed on a first-come, first-serve basis.

It is easy to implement and use.

This method is poor in performance, and the general wait time is quite high.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages