OS General Concepts Question:
Download Job Interview Questions and Answers PDF
List the Coffmans conditions that lead to a deadlock?
Answer:
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.
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.
Download OS General Concepts Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain Beladys Anomaly? | Explain in which situation we use sjf scheduling algorithm? |