Process Hirarchies
• Program- Passive Entinty(Usually stored on disk)
• Process- Active Entity (Usuall become under execution) and it
needs program counter as well to report it’s execution.
• Root or Parent process could be generated by the system
when it get started and child could be generated by the user.
Process Implementation
Process Implementation use type of data structures:
1- Process Table= Which keep the id of a process and a pointer which direct
he process to PCB (Process Control Block)
2- PCB=