What is the turnaround time of each process


Problem

Consider the following set of processes, with the length of the CPU burst given in milliseconds.

Process Burst   Time     Priority
P1                      5             4
P2                      3             1
P3                      1             2
P4                      7             2
P5                      4             3

The processes are assumed to have arrived in the order P1, P2, P3, P4, P5, all at time 0.

A. Draw four Gantt charts that illustrate the execution of these processes using the following scheduling algorithms: FCFS, SJF, non-preemptive priority (a larger priority number implies a higher priority), and RR (quantum = 2).

B. What is the turnaround time of each process for each of the scheduling algorithms in part A?

C. What is the waiting time of each process for each of these scheduling algorithms?

D. Which of the algorithms results in the minimum average waiting time (over all processes)?

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: What is the turnaround time of each process
Reference No:- TGS03234672

Expected delivery within 24 Hours