Information about each process in an operating system is maintained by ____.
2021
Information about each process in an operating system is maintained by ____.
- A.
Scheduler
- B.
Process Control Block
- C.
Central Processing Unit
- D.
Program Counter
Attempted by 685 students.
Show answer & explanation
Correct answer: B
Option 2: Process Control Block (PCB)
The Process Control Block (PCB) is a data structure used by the operating system to store all the information necessary to manage a particular process. It acts as a "passport" for the process, containing details like the process ID, state, priority, program counter, and CPU registers.