Process Burst Time Arrival Time Priority P1 5 0 1 P2 1 0 3 P3 2 2 1 P4 4 4 2 P5 2 4 2 P6 3 5 3 P7 4 5 3
Hi guys. We're given an assignment about Preemptive Priority Scheduling and I really don't know how to do this given two or more processes having the same priority number.
I have to make a gantt chart, compute turn-around time, and average waiting time.
If possible, can you guys post a step-by-step solution on how to do it so that I can study how it's done.
Thanks for the help guys.