Home »
MCQs »
Operating System MCQs
If multiple processes access the critical section concurrently, then the results produced might be inconsistent. These types of problem are commonly known as ____
63. If multiple processes access the critical section concurrently, then the results produced might be inconsistent. These types of problem are commonly known as ____.
- Process synchronization problems
- Process mechanism problems
- Critical section problem
- Mutual exclusion
Answer: C) Critical section problem
Explanation:
If multiple processes access the critical section concurrently, then the results produced might be inconsistent. This problem is called a Critical section problem.