- Process ID:
When a process is created, a unique ID is assigned to the process.
- Program counter:
A program counter stores the address of the last instruction of the process on which the process was suspended.
The CPU uses this address when the execution of this process is resumed.
- Process state:
The process, from its creation to the completion, goes through various states.
- Priority:
Every process has its own priority.
The process with the highest priority among the processes gets the CPU first.
|
|
|