top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the attributes of process control block?

+1 vote
466 views
What are the attributes of process control block?
posted May 28, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Process control block contains all the essential information related to process. Essentail information can be process Id, list of open files, registers, memory, process state etc. Whenever a process waiting for CPU is re-scheduled for CPU, operating system fetches and re-load the process state based on information present in PCB.

answer May 29, 2018 by Harshita
Similar Questions
+2 votes

Which option is used in "ps" command to get the details on running threads associated to a process ?

+1 vote

When the process issues an I/O request :
a) It is placed in an I/O queue
b) It is placed in a waiting queue
c) It is placed in the ready queue
d) It is placed in the Job queue

...