adplus-dvertising
frame-decoration

Question

Four necessary conditions for deadlock to exist are: mutual exclusion, no-preemption, circular wait and

a.

hold and wait

b.

deadlock avoidance

c.

race around condition

d.

buffer overflow

Answer: (a).hold and wait

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Four necessary conditions for deadlock to exist are: mutual exclusion, no-preemption, circular wait and

Similar Questions

Discover Related MCQs

Q. Banker's algorithm for resource allocation deals with

Q. All deadlocks involve conflicting needs for

Q. The fastest form of inter process communication provided in UNIX is

Q. Deadlock prevention strategies are very

Q. A consumable resource is one that can be

Q. A signal is a software mechanism that informs a

Q. No preemption means that a resource is released as

Q. Deadlock avoidance requires knowledge of future

Q. The circular wait condition can be prevented by defining a linear ordering of

Q. An unsafe state is of course a state that is not

Q. Linux includes all of the concurrency mechanism found in other

Q. The dining philosophers problem can be seen as representative of

Q. A direct method of deadlock prevention is to prevent the occurrence of a circular

Q. To solve the dining philosophers, the monitor consist of two

Q. The conditions for deadlock, only one process may use a resource at a

Q. A useful tool in characterizing and allocating of resources to process is the

Q. UNIX provides a variety of mechanisms for inter processor

Q. Deadlock involves reusable

Q. Once deadlock has been detected, some strategy is needed for

Q. The common technique used for protecting a critical section in Linux is the