In: Computer Science
Of the following items, which are stored in the thread control block, which are stored in the process control block, and which in neither?
a. Page table pointer
b. Page table
c. Stack pointer
d. Segment table e. Ready list f CPU registers Program counter
Data items stored in
Process control block:
CPU registers
Program Counter (It will be stored on Thread control block
also)
Data items stored in
Thread control block:
Stack Pointer
Segment table
Program counter
Not stored in any
block:
Ready list
Page table
Page table pointer