345 views
0 votes
0 votes

Consider the four processes with burst times of 100, 200, 300, and 400 all processes arrived at time 0. Each process spends first 10% of its execution time doing I/P, next 40% time doing CPU operations, next 20% time doing I/O and last 30% time doing CPU operations. The system uses Shortest Remaining Time First (SRTF) algorithm for scheduling. Calculate the completion time of P3?

1 Answer

Related questions

0 votes
0 votes
1 answer
3
Nam14 asked Apr 5, 2023
530 views
Please read below passage from 10th edition Operating System Concepts, pg. 202:5.1.3 Preemptive and Nonpreemptive SchedulingCPU-scheduling decisions may take place under ...