0% found this document useful (0 votes)
10 views8 pages

Understanding Process Hierarchies and Implementation

The document discusses process hierarchies and implementation. It describes processes as active entities that need a program counter during execution. It also notes that root processes are generated by the system at startup while child processes are generated by users. Process implementation uses process tables linking process IDs to process control blocks.

Uploaded by

Mohsin Syed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views8 pages

Understanding Process Hierarchies and Implementation

The document discusses process hierarchies and implementation. It describes processes as active entities that need a program counter during execution. It also notes that root processes are generated by the system at startup while child processes are generated by users. Process implementation uses process tables linking process IDs to process control blocks.

Uploaded by

Mohsin Syed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd

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=

You might also like