edited by
709 views
0 votes
0 votes

edited by

2 Answers

0 votes
0 votes
At last when p1 has 6 time units to complete it will go to ready queue and will get scheduled again... So that switching overhead has to be calculated

Related questions

835
views
1 answers
2 votes
srestha asked Mar 11, 2019
835 views
Consider a system having $10$ IO bound jobs and $1$ CPU bound job.. If IO bound job issue an IO request once for every ms of CPU computation and ... scheduling with a time quantum of $10$ ms. , the CPU efficiency is __________________
962
views
3 answers
2 votes
hacker16 asked Nov 11, 2017
962 views
Which scheduling policy is most suitable for Real time operating systems?FCFSLCFSRound RobinPriority
836
views
1 answers
2 votes
Gateprepbuddy asked Jan 29, 2022
836 views
Consider the following :ProcessArrival TimeBurst Time A 0.000 3 B 1.001 6 C 4.001 ... , SJF and SRTF have same average throughput but not Round Robin with time quantum=2Please explain in detail.