Computer Science, asked by reema07, 2 months ago

define Process control block and mention components of PCB​

Answers

Answered by reenubandral
1

Answer:

a process control block (PCB) is a data structure used by computer operating systems to store all the information about a process. It is also known as a process descriptor. When a process is created (initialized or installed), the operating system creates a corresponding process control block.

Explanation:

if you like please mark as a Brilliant Answer

Answered by saratbaral2020
1

Answer:

Process State. This specifies the process state i.e. new, ready, running, waiting or terminated.

Process Number. ...

Program Counter. ...

Registers. ...

List of Open Files. ...

CPU Scheduling Information. ...

Memory Management Information. ...

I/O Status Information.

Similar questions