Complete the following statement by choosing the correct option.
For a deadlock to occur, the four conditions namely Mutual Exclusion, Hold and Wait, No preemption, Circular wait __________.
Step 1: Explanation of deadlock conditions.
For a deadlock to occur, **all four necessary conditions** must hold simultaneously:
1. **Mutual Exclusion**: At least one resource is held in a non-shareable mode.
2. **Hold and Wait**: A process holding at least one resource is waiting to acquire additional resources.
3. **No Preemption**: Resources cannot be forcibly removed from processes holding them.
4. **Circular Wait**: A set of processes are waiting for each other in a circular chain.
Step 2: Conclusion.
All four conditions must be present for a deadlock to occur, meaning they **must hold simultaneously**.