Operating System Programming and Technical

Q. What is starvation and aging?

A. Starvation is Resource management problem where a process does not get the resources it needs for a long time because the resources are being allocated to other processes. Aging is a technique to avoid starvation in a scheduling system

Read Solution (Total 0)

Operating System Other Question

What are the states of a process?
1. New
2. Running
3. Waiting
4. Ready
5. Terminated
Q. What is semaphore?

A. Semaphore is a variable, whose status reports common resource, Semaphore is of two types one is Binary semaphore and other is Counting semaphore