1,038 views
0 votes
0 votes
Consider a uniprocessor system which has to execute an infinite sequence of processes which arrive periodically at the rate of 6 processes per minute and each process requires an average of 9 seconds of service time. The fraction of time CPU busy is _________ (in sec).

2 Answers

3 votes
3 votes
6 processes per minute => 6 processes for 60 seconds

1 process => 10 seconds

it means at time 0 assume P1 has arrived and at time 10 P2 arrives and so on...

Service time = 9 seconds.

Fraction of time cpu busy = 9 / 10 = 0.9

Fraction of time cpu idle = 0.1.

Related questions

0 votes
0 votes
0 answers
3
roopkathaaa asked Aug 30, 2023
366 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...
0 votes
0 votes
1 answer
4