Question #124: Which of the following about a cycle in process resource allocation graphs is false?
Options:
- Any cycle depicts a deadlock.
- If all the resources have single instance, then the cycle depicts a deadlock.
- If all instances of a resource are allocated to a process in a cycle, then there is deadlock.
- If the cycle involves only a set of resource types, each of which has only a single instance, then a deadlock has occurred.
Solution: The correct answer is first one. As seen the question above, if resources have multiple instances, then cycle may or may not depict a deadlock.

