Beginner
Operating Systems
Q12 / 100
What is the role of the Process Control Block (PCB)?
Correct! Well done.
Incorrect.
The correct answer is B) Storing all information about a process: state, registers, memory maps, open files, and scheduling info
B
Correct Answer
Storing all information about a process: state, registers, memory maps, open files, and scheduling info
Explanation
The PCB (task control block) is the OS's data structure for a process. It is saved/restored during context switches.
Progress
12/100