Question:medium

A solution to the critical section problem should satisfy three requirements. Choose the correct set from the following: \[ \text{I. Mutual Exclusion} \] \[ \text{II. Progress} \] \[ \text{III. Hold and Wait} \] \[ \text{IV. Circular Wait} \] \[ \text{V. Bounded Waiting} \]

Show Hint

Critical Section Requirements: \[ \boxed{\text{Mutual Exclusion + Progress + Bounded Waiting}} \]
Updated On: Jun 25, 2026
  • I, II, III
  • I, II, IV
  • I, II, V
  • I, III, IV
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0