edited by
1,274 views
0 0 votes

I don't think any of the options is right. What will be the answer?

1 Answer

Best answer
0 0 votes
In process 3 V(s) is missing,  If it is given then answer should be D.

A,B,C can not be the answer,
selected by
Position:
Show:

Related questions

1 1 vote
2 2 answers
1.9k
1.9k views
Purple asked Jan 13, 2017
1,861 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)...
2 2 votes
1 1 answer
659
659 views
khushtak asked Jan 13, 2016
659 views
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 op...
6 6 votes
5 answers 5 answers
2.3k
2.3k views
Bikram asked Sep 3, 2016
2,285 views
Each process $P_i$, where $i= 1$ to $9$ is coded as follows repeat P (mutex) {critical section } V (mutex) foreverThe code for $P_{10}$ is identical except that it uses ...
2 2 votes
2 2 answers
5.3k
5.3k views
aditi19 asked Jun 12, 2019
5,330 views
Consider the code fragment: count = 3;S1;Fork L1; L1: S3; S2; goto L3;S4;Fork L2; L2: S6; goto L3;S5; L3: join countS7...