recategorized
2,323 views

1 Answer

0 0 votes

Answer B Deadlock situation

It breaks one of the necessary four conditions of deadlock.

  1. Exclusive access. Processes request exclusive access to resources.
  2. Wait while hold. Processes hold previously acquired resources while waiting for additional resources.
  3. No preemption. A resource cannot be preempted from a process without aborting the process.
  4. Circular Wait. There exists a set of blocked processes involved in a circular wait. It is not a desirable condition for a system.
Answer:
Position:
Show:

Related questions

1 1 vote
2 2 answers
2.3k
2.3k views
go_editor asked Jul 21, 2016
2,281 views
Thoma’s-write rule isTwo phase locking protocolTimestamp ordering protocolOne phase locking protocolSliding window protocol
1 1 vote
2 2 answers
2.0k
2.0k views
go_editor asked Jul 21, 2016
1,990 views
Cross_tab displays permit users to view ____ of multidimensional data at a time.One dimensionTwo dimensionsThree dimensionsMultidimensions
1 1 vote
2 2 answers
2.6k
2.6k views
go_editor asked Jul 21, 2016
2,551 views
Views are useful for ____ unwanted information, and for collecting together information from more than one relation into a single view.HidingDeletingHighlightingAll of th...
1 1 vote
2 2 answers
3.2k
3.2k views
go_editor asked Jul 21, 2016
3,248 views
The speed up of a pipeline processing over an equivalent non-pipeline processing is defined by the ration:where $n \rightarrow$ no. of tasks$t_n \rightarrow$ time of comp...