The dining philosophers problem is an example of a synchronization problem…
2025
The dining philosophers problem is an example of a synchronization problem related to:
Answer: B. Mutual exclusion — The dining philosophers problem illustrates synchronization challenges in operating systems, specifically mutual exclusion, deadlock, and starvation when…
- A.
Process scheduling
- B.
Mutual exclusion
- C.
Memory allocation
- D.
Interrupt handling
Attempted by 306 students.
Show answer & explanation
Correct answer: B
The dining philosophers problem illustrates synchronization challenges in operating systems, specifically mutual exclusion, deadlock, and starvation when processes compete for limited shared resources.
Explore the full course: Bihar Stet Paper Ii Computer Science
Loading lesson…