questions-OS-Default For OS-20210416-1544
questions-OS-Default For OS-20210416-1544
A) File Management
B) Process Management
C) Memory Management
D) All of these
ANSWER: D
3..............remains in main memory, once the system starts and will not
shutdown.
A) Entire Operating System.
B) A part of Operating System.
C) A part of Kernel.
D) All of above.
ANSWER: B
4.The interval from the time of submission of a process to the time of completion
is termed as ____________
A) Waiting time
B) Turnaround time
C) Response time
D) Throughput
ANSWER: B
13.Interval between the time of submission and completion of the job is called�
A) Waiting time
B) Turnaround time
C) Throughput
D) Response time
ANSWER: B
23. Switching the CPU to another Process requires to save state of the old process
and loading new process state is called as __________.�
A) None of Mention
B) Time Sharing�
C) Process Blocking�
D) Context Switch�
ANSWER: D
25. The initial program that is run when the computer is powered up is called :
A) Boot program
B) Bootloader
C) Initializer
D) Bootstrap program
ANSWER: D
27. The maximum number of processes that can be in Ready state for a computer
system with N CPUs is
A) N
B) N*N
C) 2N
D) Independent of N
ANSWER: D
28. The processes that are inhabited in main memory and are ready and waiting to
execute and remained on a list called
A) Process Queue
B) Ready Queue
C) Job Queue
D) Waiting Queue
ANSWER: B
29. The processes that are residing in main memory and are ready and waiting to
execute are kept on a list called _____________
A) Job queue
B) Ready queue
C) Waiting queue
D) I/O�queue
ANSWER: B
30. The systems which allow only one process execution at a time, are called�
A) uniprogramming systems
B) uniprocessing systems
C) unitasking systems
D) none of the mentioned
ANSWER: B
31. The time required to create a new thread in an existing process is:
A) Less than the time required to create a new process
B) Larger than the time required to create a new process.
C) Equal to the time required to create a new process
D) None of the mentioned
ANSWER: A
39. Which module gives control of the CPU to the process selected by the short-term
scheduler?
A. Dispatcher
B. Interrupt
C. Scheduler
D. PCB
ANSWER: A
45. The techniques in which operator prepares the batches of jobs, is known as
A. SPOOLING
B. Batch Processing
C. Sequential Processing
D. Multitasking
Answer: Batch Processing
46. A process is selected from the ______ queue by the ________ scheduler, to be
executed.
A. Blocking, short term
B. Waiting, long term
C. Ready, short term
D. Ready, long term
Answer: C