Question: Problem 2 - Consider scheduling three processes, which arrive in the following order at time 0 : - Process A: uses 1 , 0 0
Problem
Consider scheduling three processes, which arrive in the following order at time :
Process A: uses ms of CPU time, never blocks for IO
Process B: uses ms total CPU time, blocks for IO every ms
Process C: uses ms total of CPU time, blocks for IO every ms
Find the turnaround time for each process, and the average turnaround time for all processes, using each of the following scheduling algorithms. Assume that IO requests block for ms
FCFS scheduling A B C order, nonpreemptive
RoundRobin scheduling time quantum of ms
Shortest Process Next nonpreemptive, time estimates are A B C
Note: It will probably be easier if you break these problems into phases when working out your answers.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
