edited by
319 views
1 votes
1 votes

Suppose that a process spends a fraction of time P performing CPU activity. With n processes in memory at once, the probability that all n processes are performing I/O operation.

  1. $P^{n}$
  2. $1-P^{n}$
  3. $(1-P)^{n}$
  4. $1-(1-P)^{n}$
edited by

1 Answer

0 votes
0 votes
a process spends a fraction of time P to 
performing a CPU activity. With n processes in memory at once
Then the probability that all n processes are performing I/O operation
Probability=1-P^n
P=fraction of time spent by any process to perform CPU activity
n=of process
Right answer is b: 1-P^n

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
2 answers
2
Purple asked Jan 13, 2017
849 views
Calculate the Exponential averaging for the $\text{SJF}$ with $T_{1}=10,\alpha = 0.5$ and previous runs as $8,7,4,16$$\text{(Give the answer correct to one decimal place)...
0 votes
0 votes
0 answers
3
Purple asked Jan 13, 2017
290 views
What is the purpose of dual-mode operation$?$To enable the operating system to take control of the processorTo save powerTo protect the OS and hardware from corruptionTo ...