Skip to content

Ishwar-Zatke/Process-Scheduling-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process-Scheduling-System

Here, I implemented processes which will be done using process control block. Each process is represented/handled/controlled in the operating system by a process control block (PCB). Process control block will contain Process state (New, Ready, Running, Waiting and Terminated), Process Id, Arrival, Execution status and an option for scheduling algorithm (Round robin and First come First serve). Thus, vaious concepts of Operating system is used for the system to be implemented. We used python to create the system as well as giving it a GUI look.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages