Skip to content

nns15899/Multilevel_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multilevel_queue

Multilevel_queue_scheduling_OS

Q6. Write a program for multilevel queue scheduling algorithm. There must be three queues generated. There must be specific range of priority associated with every queue. Now prompt the user to enter number of processes along with their priority and burst time. Each process must occupy the respective queue with specific priority range according to its priority. Apply Round Robin algorithm with quantum time 4 on queue with highest priority range. Apply priority scheduling algorithm on the queue with medium range of priority and First come first serve algorithm on the queue with lowest range of priority. Each and every queue should get a quantum time of 10 seconds. CPU will keep on shifting between queues after every 10 seconds. ****************************************** please see the (ezgif.com-video-to-gif.gif) for the live demonstration of the code... taking the input of user and displaying it ******************************************

About

Multilevel_queue_scheduling_OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages