Mutual exclusion problem occurs between:

Options
- Two disjoint process that do not interact
- Process sharing same resources
- Process not sharing same resources
- None of these


CORRECT ANSWER : Process not sharing same resources

Discussion Board
Process sharing some resources

This problem occurs when two processes are sharing the same resources. The correct answer is B.

Jarri 07-13-2018 01:28 AM

Mutual exclusion problem

Answer: Process not sharing same resources.

Solution: Mutual exclusion is used to avoid the concurrent use of the same resources. But sometimes the problem is occurred in mutual exclusion when process or program is not sharing the same resources.

Therefore, option C is correct.


Rohit Srivastava 07-21-2014 01:48 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement