Home CPU Scheduling Disk Scheduling Page Replacement Deadlock


Priority (Non-Preemptive)

In the Non Preemptive Priority scheduling, The Processes are scheduled according to the priority number assigned to them. Once the process gets scheduled, it will run till the completion. Processes with same priority are executed on first come first served basis.

Lets try to Run and Understand how this Algorithms actually WORK