IMPLEMENTATION - PREEMPTIVE PRIORITY(PP)



  • First, the processes are called according to their increasing arrival time.

  • If the new process arrived at the ready queue has a higher priority than the currently running process, then the incoming new process with higher priority is executed.

  • Once all the processes get available in the ready queue, the algorithm will behave as a non-preemptive priority.
Invalid Input
PLAY
RESET
Highest Priority:
Lowest Priority:
Average TAT : 0
Average WT : 0
Average RT : 0
ADD
PID AT BT P ST CT RT WT TAT