What is PCB?
Each process is represented in the OS by a PCB called process control block or task control block.It contains many pieces of information associated with a specific process which includes these things: a.Process state b.program counter-it contains the address of the next instruction to be executed for this process. c.cpu registers d.cpu scheduling information e.memory management information. f.I/O information
