1. |
________ scheduler selects the jobs from the pool of jobs and loads into the ready queue.
|
||||||||
Answer:
Option (a) |
2. |
_________ does the job of allocating a process to the processor.
|
||||||||
Answer:
Option (d) |
3. |
A process can be ____________
|
||||||||
Answer:
Option (c) |
4. |
A process can be terminated due to __________
|
||||||||
Answer:
Option (d) |
5. |
A Process Control Block(PCB) does not contain which of the following :
|
||||||||
Answer:
Option (a) |
6. |
An optimal scheduling algorithm in terms of minimizing the average waiting time of a given set of processes is ________.
|
||||||||
Answer:
Option (c) |
7. |
CPU performance is measured through ________.
|
||||||||
Answer:
Option (a) |
8. |
FIFO scheduling is ________.
|
||||||||
Answer:
Option (b) |
9. |
In operating system, each process has its own __________
|
||||||||
Answer:
Option (d) |
10. |
In Priority Scheduling a priority number (integer) is associated with each process. The CPU is allocated to the process with the highest priority (smallest integer = highest priority). The problem of Starvation of low priority processes may never execute, is resolved by __________.
|
||||||||
Answer:
Option (b) |