InterviewSolution
Saved Bookmarks
| 1. |
At a particular time of computation, the value of a counting semaphore is 7. Then 20 P(wait) operations and 15 V(signal) operations are completed on this semaphore. What is the resulting value of the semaphore?(A) 28(B) 12(C) 2(D) 42 |
| Answer» | |