Multiple Choice
If the semaphore value is negative
A) its magnitude is the number of processes waiting on that semaphore
B) it is invalid
C) no operation can be further performed on it until the signal operation is performed on it
D) none of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A procedure defined within a_ can access
Q2: A binary semaphore is a semaphore with
Q3: The wait operation of the semaphore basically
Q5: To ensure difficulties do not arise in
Q6: What is a mutex?<br>A)is a binary mutex<br>B)must
Q7: If no process is suspended, the signal
Q8: What are the two atomic operations permissible
Q9: Semaphores are mostly used to implement<br>A)system calls<br>B)ipc
Q10: What will happen if a non-recursive mutex
Q11: The dining - philosophers problem will occur