Os MCQ Answer Key
Os MCQ Answer Key
2 In …………………………… one server standby while the other runs the application
A) Asymmetric multiprocessing
B) Symmetric Clustering
C) Asymmetric Clustering.
D) Symmetric multiprocessing
3.If one processor fails, then the remaining processors will share the work of the failed
processors. This is known as ……………………………
A) Risk tolerant
B) fault tolerant
C) Load tolerant
D) Hot standby mode
4 Each program can control the CPU for as long as it needs CPU. This type of scheduling
called
A) SJF
B)Cooperative
C) preemptive
D)Priority
6. The process of creating as many child processes from the parent process is called
A) spanning
B) swapping
C) spawning
D) All
7 A long CPU bound job may take the CPU and force short job to wait for a long time called
convoy effect occurs in
A) SJF
B) SRTF
C) FCFS
D) Priority scheduling
8. Low priority process may never get executed called …………..
A) Indefinite blocking
B) Aging
C) Graceful degradation
D) Convoy effect
10 if a new process arrives with CPU burst length less than remaining time of current
executing process, preempt. This scheme is known as
A) SRTF
B) SJF Non preemptive
C) Convoy effect
D) Aging
14. ………………….. spends more time doing computations; few very long CPU bursts.
A) CPU Bound Process
B) I/O Bound Process
C) Memory Bound process
D) Convoy effect
15. In Unix ………………. system call creates new process.
A) Fork
B) Exec
C) Wait
D) Pipe
16. …………………………. Is the time it takes for the dispatcher to stop one process and start
another running.
A) Dispatch Latency
B) Dispatch Time
C) Dispatch Scheduling
D)Waiting time
18. ………..... is the module that gives control of the CPU to the process selected by the short-
term scheduler.
A) Job scheduler
B) Scheduler
C) Dispatcher
D) Kernel
20. If process Pi is executing in its critical section, then no other processes can be executing
in their critical sections. This is called………………………………
A) Mutual Inclusion
B) Mutual Exclusion
C) Critical Exclusion
D)None
23 ………………………….. section a process performs certain operation indicating its exit from
the CS and thereby enables one of the waiting processes to enter its CS
A) Entry Section
B) Remainder Section
C) Exit Section
D) Critical Section
24 which condition is optional for the solution to the critical section problem?
A) Mutual Exclusion
B) Progress
C) Bounded Waiting
D) None
25 when no one is in the critical section, and someone wants in. Then those processes not
in their ………………………….. section should decide who should go in, in a finite time.
A) Entry Section
B) Remainder Section
C) Exit Section
D) Critical Section
27 A process may never be removed from the semaphore queue in which it is suspended is
called
A) Starvation
B) Blocking
C) Busy waiting
D) None
30 While a process is in CS any other process tries to enter its CS must loop continuously in
the entry code. This type of semaphore also called a …………………………..
A) spinlock
B) lock
C)Mutex
D)Deadlock