edited by
5,623 views
6 votes
6 votes

In a system using single processor, a new process arrives at the rate of six processes per minute and each such process requires seven seconds of service time. What is the CPU utilization?

  1. 70%
  2. 30%
  3. 60%
  4. 64%
edited by

1 Answer

Best answer
13 votes
13 votes
There are six process coming in one minute and each process require $7sec$.

So $\text{CPU utilization}=\frac{\text{Useful Time}}{\text{Total time}}$

So CPU will be busy for $42 sec$ to service each process within one minute. This will be a useful time.

So $\text{CPU utilization} =\frac{42}{60}\times 100$

                             =70%
edited by
Answer:

Related questions

12 votes
12 votes
6 answers
1
7 votes
7 votes
4 answers
4
go_editor asked Jun 22, 2016
6,484 views
Consider a 32-bit machine where four-level paging scheme is used. If the hit ratio to TLB is 98%, and it takes 20 nanosecond to search the TLB and 100 nanoseconds to acce...