Compare and contrast Flashcards
1
Q
What is deadlock?
A
Deadlock is a situation in which two or more processes are unable to to proceed because each is waiting for one of the others to do something.
2
Q
What is Mutual exclusion?
A
The requirement that when one processes is in a critical section that access shared resources, no other process may be in a critical section that accesses any of those shared resources.
3
Q
What is starvation?
A
A situation in which a runnable process is overlooked indefinetly by the scheduler; although it is able to proceed, it is never chosen.
4
Q
Illustrate the principle of address validation during conversion from a logical address to a physical address.
A
5
Q
A