0
18kviews
Short note on process control block
1 Answer
written 7.1 years ago by |
Each process is represented in the operating system by a Process Control Block (PCB) also called as Task Control Block. The operating system groups all information that needs about a particular process into a data structure called a PCB or Process Descriptor. When a process is created, operating system creates …