edited by
1,313 views
0 votes
0 votes

Consider that we have a multi-programmed computer in which each job has identical characteristics i.e. in one computation period T for a job, half the time is spent in I/O and the other half in CPU activity. Each job runs for a total of n periods. If four simultaneous jobs, assuming that the period T is distributed as I/O first half, processor second half, with Round Robin scheduling is used and I/O operations can overlap with processor operation, then what is the average Turn Around Time?

1.(2n-1)+0.75

2.(n-1)+0.75

edited by

1 Answer

Best answer
2 votes
2 votes

 

 

 

 

 

in the options they have not mentioned but it would be 

(2(n)-1+0.75)T

selected by

Related questions