Process description
OS constructs and maintains tables of information about each entity that it is managing : memory tables, IO tables, file tables, process tables.
Process control block: Associated with each process are a number of attributes used by OS for process control. This collection is known as PCB.
Process image: Collection of program, data, stack, and PCB together is known as Process image.
For more details on PCB see Table 3.6