Multiple Choice
Which of the following critical-section problem's requirements ensures only one process is active in its critical section at a time?
A) mutual exclusion
B) progress
C) bounded waiting
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following indicates that P<sub>i</sub>
Q5: Spinlocks are not appropriate for single-processor systems.
Q6: Which of the following variables are shared
Q7: Which of the following is a software-based
Q8: A semaphore has an integer value.
Q10: Which of the following is NOT true
Q11: Which of the following critical-section problem's requirements
Q12: Which of the following is true for
Q13: Assume count is a variable name, which
Q14: Which of the following is NOT true