3
Answers

Implement Process control Block.

(A process when created, is assigned an address space, an Id and to keep track of process execution there are various register. Your are required to create a PCB class that assigns an id to a newly created process, for ease suppose a FILE as a process that has one data item at each line. Relate reading with execution and keep track simultaneous reading of multiple files using a single counter (register).

kindly help me ..............

Answers (3)