Skip to content

rishicera/Operating-System-Projec--Q.No.-16

Repository files navigation

Operating-System-Project-Q.No.-16

Instruction: - Please Use Anaconda to run this program or else Errors can occur due to use of PANDA library.

Task:- Design a scheduler that can schedule the processes arriving system at periodical intervals. Every process is assigned with a fixed time slice t milliseconds. If it is not able to complete its execution within the assigned time quantum, then automated timer generates an interrupt. The scheduler will select the next process in the queue and dispatcher dispatches the process to processor for execution. Compute the total time for which processes were in the queue waiting for the processor. Take the input for CPU burst, arrival time and time quantum from the user.

Objective:- Implementation of Round Robin Algorithm with different Arrival time.

Programming Language Used :- Python 3.5

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages