Operating System
Programming and Technical
What are the states of a process?
1. New
2. Running
3. Waiting
4. Ready
5. Terminated
Read Solution (Total 0)
Operating System Other Question
What is a process?
A program in execution is called a process.
Processes are of two types:
1. Operating system processes
2. User processes
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