

MCQOPTIONS
Saved Bookmarks
1. |
The P and V operations on counting semaphores, where s is a counting semaphore, and defined as follows P(s): s = s 1; |
A. | 0 and 0 |
B. | 0 and 1 |
C. | 1 and 0 |
D. | 1 and 1 |
Answer» D. 1 and 1 | |