Correct option is C
The Process Control Block (PCB) in operating systems is crucial for tracking the state and information of a process. Here are some of the critical components:
1.
Process State: Holds the current state of the process (running, waiting, terminated).
2.
Memory Management Information: Includes details like page tables and segment tables.
3.
Scheduling Information: Tracks process priority and scheduling information.
4.
CPU Registers: Stores register values, especially when context switching.
Information Booster:
·
Process State: Essential for identifying the current status of a process.
·
Memory Management Information: Manages memory allocation and protection.
·
Scheduling and CPU Registers: Needed for process scheduling and context switching.