Cs-Web

View on GitHub

Process

processinmemory

Process state

the current activity of that process

a new process may be in one of the foll:

  1. New: the process is being created
  2. Ready: the process is waiting to be assigned to a process
  3. Running: being executed
  4. Waiting: the process is waiting for some event to occur
  5. Terminated: finshed execution

Process state diagram

PSdiag