Operating System

Operating System Multiple Choice Questions and Answers MCQ – Process Control Block

This set of Operating System Multiple Choice Questions & Answers (MCQs) focuses on “Process Control Block”.

A Process Control Block(PCB) does not contain which of the following?
a) Code
b) Stack
c) Bootstrap program
d) Data

View Answer

Answer: c
Explanation: None.

The number of processes completed per unit time is known as __________
a) Output
b) Throughput
c) Efficiency
d) Capacity

View Answer

Answer: b
Explanation: None.

The state of a process is defined by __________
a) the final activity of the process
b) the activity just executed by the process
c) the activity to next be executed by the process
d) the current activity of the process

View Answer

Answer: d
Explanation: None.

Which of the following is not the state of a process?
a) New
b) Old
c) Waiting
d) Running

View Answer

Answer: b
Explanation: None.

What is the objective of multiprogramming?
a) Have some process running at all times
b) Have multiple programs waiting in a queue ready to run
c) To minimize CPU utilization
d) None of the mentioned

View Answer

Answer: a
Explanation: None.

What is a Process Control Block?
a) Process type variable
b) Data Structure
c) A secondary storage section
d) A Block in memory

View Answer

Answer: b
Explanation: None.

What is the degree of multiprogramming?
a) the number of processes executed per unit time
b) the number of processes in the ready queue
c) the number of processes in the I/O queue
d) the number of processes in memory

View Answer

Answer: d
Explanation: None.

 

A single thread of control allows the process to perform __________
a) only one task at a time
b) multiple tasks at a time
c) only two tasks at a time
d) all of the mentioned

View Answer

Answer: a
Explanation: None.

The entry of all the PCBs of the current processes is in __________
a) Process Register
b) Program Counter
c) Process Table
d) Process Unit

View Answer

Answer: c
Explanation: None.

NEXT

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button