Which are the different states of a process?
Different status of a process is:
- New: When the process is created.
- Running: When instructions are executed.
- Waiting: When the process is waiting for some event to take place.
- Ready: When the process is waiting to be allocate to a processor.
- Terminated: When the process has finished implementation.