The process, from its creation to completion, passes through various states. The minimum number of states is five.
The names of the states are not standardized although the process...
In the uniprogrammming systems like MS DOS, when a process waits for any I/O operation to be done, the CPU remains idol. This is an overhead since it wastes the time and causes the problem of starv...