Assignment Task on Priority Scheduling

Opened: Monday, 21 June 2021, 12:00 AM
Due: Tuesday, 29 June 2021, 10:00 AM
View Make a submission
Consider the following dataset:
Process Table
Process Name        
Priority Value      
Arrival Time       
Burst Time    
P1
4
3
2
P2
6(H)
0
6
P3
2
4
3
P4
5
4
1
P5
3
6
6
P6
4
5
3
P7
2(L)
9
4

Perform priority scheduling (Non-preemptive) by drawing the Gantt Chart and calculate the average TAT, WT, and RT.