OS objective type qustions
OS objective type qustions
11 – d 12 – d 13 – a 14 – d 15 – d 16 – d 17 – d 18 – c 19 – c 20 – b
21 – a 22 – a 23 – a 24 – d 25 – a 26 – b 27 – a 28 – d 29 – b 30 – c
31 – a 32 – c 33 – d 34 – b 35 – b 36 – d 37 – a 38 – d 39 – a 40 – c
41 – b 42 – d 43 – c 44 – b 45 – a 46 – a 47 – a 48 – c 49 – c 50 – c
51 – c 52 – d 53 – a 54 – a 55 – a 56 – b 57 – c 58 – a 59 – a 60 – d
61 – b 62 – a 63 – d 64 – a 65 – d 66 – d 67 – b 68 – a 69 – c 70 – b
71 – a 72 – c 73 – d 74 – b 75 – c 76 – c 77 – a 78 – a 79 – b 80 – b
81 – c 82 – b 83 – b 84 – b 85 – c 86 – d 87 – d 88 – c 89 – b 90 – c
91 – c 92 – a 93 – d 94 – b 95 – d 96 – b 97 – a 98 – a 99 – b 100 – a
.
1.What is operating system?
a) collection of programs that manages hardware resources
b) system service provider to the application programs
c) link to interface the hardware and application programs
d) all of the mentioned
View Answer
Answer:d
Explanation:None.
2. To access the services of operating system, the interface is provided by the
a) system calls
b) API
c) library
d) assembly instructions
View Answer
Answer:a
Explanation:None.
4. Which one of the following error will be handle by the operating system?
a) power failure
b) lack of paper in printer
c) connection failure in the network
d) all of the mentioned
View Answer
Answer:d
Explanation:None.
advertisements
8. Which facility dynamically adds probes to a running system, both in user processes and in the
kernel?
a) DTrace
b) DLocate
c) DMap
d) DAdd
View Answer
Answer:a
Explanation:None.
advertisements
9. Which one of the following is not a real time operating system?
a) VxWorks
b) Windows CE
c) RTLinux
d) Palm OS
View Answer
Answer:d
Explanation:None.
advertisements
advertisements
10. The address of the next instruction to be executed by the current process is provided by the
a) CPU registers
b) program counter
c) process stack
d) pipe
View Answer
Answer:b
Explanation:None.
1) A Process Control Block(PCB) does not contain which of the following :
a) Code
b) Stack
c) Heap
d) Data
e) Program Counter
f) Process State
g) I/O status information
h) bootstrap program
View Answer
Answer: h
Explanation: None.
2) 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.
3) 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.
advertisements
4) Which of the following is not the state of a process ?
a) New
b) Old
c) Waiting
d) Running
e) Ready
f) Terminated
View Answer
Answer: b
Explanation: None.
5) The Process Control Block is :
a) Process type variable
b) Data Structure
c) a secondary storage section
d) a Block in memory
View Answer
Answer: b
Explanation: None.
6) 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.
7) The degree of multi-programming is :
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.
14) Which of the following need not necessarily be saved on a context switch between processes ?
(GATE CS 2000)
a) General purpose registers
b) Translation look-aside buffer
c) Program counter
d) All of these
View Answer
Answer: b
Explanation: None.
14) Which of the following does not interrupt a running process ? (GATE CS 2001)
a) A device
b) Timer
c) Scheduler process
d) Power failure
View Answer
Answer: c
Explanation: None.
15) Several processes access and manipulate the same data concurrently and the outcome of the
execution depends on the particular order in which the access takes place, is called a(n) ____.
a) Shared Memory Segments
b) Entry Section
c) Race condition
d) Process Synchronization
View Answer
Answer: c
Explanation: None.
16) Which of the following state transitions is not possible ?
a) blocked to running
b) ready to running
c) blocked to ready
d) running to blocked
View Answer
Answer: a
Explanation: None.
1. Which process can be affected by other processes executing in the system?
a) cooperating process
b) child process
c) parent process
d) init process
View Answer
Answer:a
Explanation:None.
2. When several processes access the same data concurrently and the outcome of the execution depends
on the particular order in which the access takes place, is called
a) dynamic condition
b) race condition
c) essential condition
d) critical condition
View Answer
Answer:b
Explanation:None.
3. If a process is executing in its critical section, then no other processes can be executing in their
critical section. This condition is called
a) mutual exclusion
b) critical exclusion
c) synchronous exclusion
d) asynchronous exclusion
View Answer
Answer:a
Explanation:None.
advertisements
5. A semaphore is a shared integer variable
a) that can not drop below zero
b) that can not be more than zero
c) that can not drop below one
d) that can not be more than one
View Answer
Answer:a
Explanation:None.
7. When high priority task is indirectly preempted by medium priority task effectively inverting the
relative priority of the two tasks, the scenario is called
a) priority inversion
b) priority removal
c) priority exchange
d) priority modification
View Answer
Answer:a
Explanation:None.