What is a Process Control Block (PCB)?
What is a Process Control Block (PCB)?
Answer: A. A data structure in the operating system containing the information needed to manage a particular process — A PCB is an OS data structure containing important information about a process including its state, program counter, registers, and memory allocation.
- A.
A data structure in the operating system containing the information needed to manage a particular process
- B.
A hardware component that handles the switching of processes
- C.
A data structure containing the system's processes
- D.
A control system for processes in the CPU
Attempted by 791 students.
Show answer & explanation
Correct answer: A
A PCB is an OS data structure containing important information about a process including its state, program counter, registers, and memory allocation.