📖 From Operating System • 5. Process Synchronization • 55 questions available
Practice MCQs for Semaphore Implementation. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
🔄 Last updated: 2026-07-09
Q1. What is the main problem with the busy-waiting implementation of semaphores?
💡 Difficulty: easy | ✅ Correct: B
Q2. What does the `block()` operation do?
💡 Difficulty: medium | ✅ Correct: B
Q3. In the modified `wait()` implementation, when does a process block?
💡 Difficulty: hard | ✅ Correct: C
⬆️ View all questions in the quiz below