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 ____.

  1. Process synchronization problems
  2. Process mechanism problems
  3. Critical section problem
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.