Skip to content

This is Visualizer Web App for 5 Scheduling Algorithms like FCFS, SJF, RR, SRJF, Priority

Notifications You must be signed in to change notification settings

SwarupKanade/CPU-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU Scheduler

CPU Scheduling is a process of determining which process will own CPU for execution while another process is on hold. The main task of CPU scheduling is to make sure that whenever the CPU remains idle, the OS at least select one of the processes available in the ready queue for execution. The selection process will be carried out by the CPU scheduler. It selects one of the processes in memory that are ready for execution.

Project Specifications

There are mainly five types of process scheduling algorithms

  • First Come First Serve (FCFS)
  • Shortest-Job-First (SJF) Scheduling
  • Shortest Remaining Time
  • Priority Scheduling
  • Round Robin Scheduling

Live Video

Live Demo

Azure Services

Screenshot

Static Web App

Screenshot

Screenshot

Media Services

Screenshot

Media User

Screenshot

Screenshot

Media Storage

Screenshot

Screenshot

Working Demo Video

Screenshot

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

About

This is Visualizer Web App for 5 Scheduling Algorithms like FCFS, SJF, RR, SRJF, Priority

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published