Page 1 of 1

Consider the following set of processes, with the length of the CPU burst given in milliseconds Process Arrival time Pri

Posted: Sat Nov 27, 2021 2:18 pm
by answerhappygod
Consider the following set of processes, with the length of the
CPU burst given in milliseconds
Process
Arrival time
Priority
CPU Burst
P1
0
7
4
P2
1
3
5
P3
2
0
4
P4
3
1
3
Draw the Gantt chart & compute the average waiting and
average turnaround time for the processes in the above system
using Preemptive Priority algorithm
Subject: operating system