3.1 Process Concept

Process

  • text section - code;

  • program counter

  • stack - temporary data

  • heap - allocate memory

Process State

  • It is important to realize that only one process can be running on any processor at any instant.

  • Many processes may be ready and waiting,

Process Control Block(PCB)

Last updated

Was this helpful?