List the Coffman's conditions that lead to a deadlock?
Answers were Sorted based on User's Feedback
Answer / guest
Mutual Exclusion: Only one process may use a critical
resource at a time.
Hold & Wait: A process may be allocated some resources
while waiting for others.
No Pre-emption: No resource can be forcible removed from a
process holding it.
Circular Wait: A closed chain of processes exist such that
each process holds at least one resource needed by another
process in the chain.
| Is This Answer Correct ? | 39 Yes | 2 No |
Answer / durgalakshmi
mutal exclusion
hold and wait
no preemption circular wait
| Is This Answer Correct ? | 10 Yes | 3 No |
What happens if you install 64 bit on 32?
Explain pcb.
Can I move programs from c drive to d?
How do I know 64 bit?
Explain briefly about loader and its functioning?
If A>B then F=F(G); else B>C then F=G(G); in this , for 75% times A>B and 25% times B>C then,is 10000 instructions are there ,then the ratio of F to G [a] 7500:2500 [b] 7500:625 [c] 7500:625 if a=b=c else 7500:2500
What is virtual memory? Where it used by OS?
Is bgp layer 3 or 4?
What is page cannibalizing?
What do you understand by coding schemes?
Is it safe to delete program data?
What is a command interpreter?