Operating Systems MCQ Set 1
1. Multiprogramming
systems ________.
a) Are
easier to develop than single programming systems
b) Execute
each job faster
c) Execute
more jobs in the same time
d) Are
used only on large main frame computers
2. Which
is not the state of the process ?
a) Blocked
b) Running
c) Ready
d) Privileged
3. The
solution to Critical Section Problem is : Mutual Exclusion, Progress and
Bounded Waiting.
a) The
statement is false
b) The
statement is true.
c) The
statement is contradictory.
d) None
of the above
4. The
problem of thrashing is effected scientifically by ________.
a) Program
structure
b) Program
size
c) Primary
storage size
d) None
of the above
5. The
state of a process after it encounters an I/O instruction is __________.
a) Ready
b) Blocked/Waiting
c) Idle
d) Running
6. The
number of processes completed per unit time is known as __________.
a) Output
b) Throughput
c) Efficiency
d) Capacity
7. ________
is the situation in which a process is waiting on another process,which is also
waiting on another process ... which is waiting on the first process. None of
the processes involved in this circular wait are making progress.
a) Deadlock
b) Starvation
c) Dormant
d) None
of the above
8. Which
of the following file name extension suggests that the file is Backup copy of
another file ?
a) TXT
b) COM
c) BAS
d) BAK
9. Which
technique was introduced because a single job could not keep both the CPU and
the I/O devices busy?
a) Time-sharing
b) SPOOLing
c) Preemptive
scheduling
d) Multiprogramming
10. A
critical region
a) is
a piece of code which only one process executes at a time
b) is
a region prone to deadlock
c) is
a piece of code which only a finite number of processes execute
d) is
found only in Windows NT operation system
Answers
1.c
2.d
3.b
4.a
5.b
6.b
7.a
8.d
9.d
10.a
0 comments:
Post a Comment