1,499 views
2 votes
2 votes
Consider a program to be run on a computer system in round-robin CPU scheduling. The size of the program

is 100K. It is given that the hard disk has a transfer rate of 1 megabyte per second. Assume that there are no head seeks and average latency is 8 milliseconds. What could be the acceptable time quantum for effective CPU utilization ?

A. 2.048 sec

B. 0.216 sec

C. 0.108 sec

D. 0.100 sec

1 Answer

Related questions

0 votes
0 votes
0 answers
2
roopkathaaa asked Aug 30, 2023
355 views
Let the base priority of a system be 130 and the nice value provided is -10. What is the time slice that the process gets in the O(1) scheduling algorithm?if it should be...
1 votes
1 votes
1 answer
3
iarnav asked Jan 12, 2022
386 views
Does non preemptive CPU scheduling needs hardware support.kindly explain.
0 votes
0 votes
0 answers
4
sahil_malik asked Jan 9, 2019
358 views
In scheduling algorithms if context switching time is given, do we also have to take into account context switching prior to the first process. In some questions i have s...