Computer Science, asked by nikita9888311293, 4 months ago

SECTION-B
What is a deadlock? Explain the combined approach used to handle the Dealock.
What is process and process scheduling ? Explain various CPU scheduling algorithn​

Answers

Answered by patrasahil45x
2

Answer:

a situation, typically one involving opposing parties, in which no progress can be made.

"an attempt to break the deadlock"

Answered by nehasahoo14
2

Answer:

Deadlock is a situation in which a process goes into waiting because of the unavailability of a resource that the process requests because the resource is acquired by another process.

Deadlock can be prevented by:

1. By making resources shareable.

2. Ensure that when a process a resource it should not hold a resource.

3.Preempting the resources.

4.Each process should request resource in increasing order of enumeration.

Similar questions