in Operating System edited by
1,411 views
1 vote
1 vote
Which of the following information is not a part of process control block?

a) CPU scheduling information

b) CPU-stack pointer values

c) CPU-timer information

d) CPU- accumulator interrupt
in Operating System edited by
1.4k views

2 Comments

CPU Scheduling Information

Process priority and other scheduling information which is required to schedule the process.

So this is not correct.

Answer is either c) or d)

Please provide explanation for whichever is the correct one.
0
0
(y).....
0
0

1 Answer

2 votes
2 votes
Best answer

CPU scheduling information: Includes pointers to scheduling queues, process priority, and relevant scheduling parameters

CPU stack pointer values: Part of process state data that define the status of a process when it is suspended - includes contents of CPU resisters, stack and frame pointers, status word etc. These information helps OS to restart the suspended process later.

CPU timer information: Part of accounting information including the amount of CPU and real time used, time quantum limits etc.

CPU accumulator interrupt: These include separate pins on the processor for handling interrupts. These are not part of the PCB.

So answer is (D) CPU accumulator interrput.

selected by

1 comment

I agree with your answer and thanks for the detailed explanation.

Actually the test series has given option C) as the correct answer. So I just want to be sure.
1
1

Related questions