131. Mechanism can be referred to as adding a new facility to the system hence known as ____________:
Correct answer: (B)
Arbitration
132. Which is a mechanism used by the OS to ensure a systematic sharing of resources amongst concurrent resources:
Correct answer: (C)
Process synchronization
133. ____________ is basically sequence of instructions with a clear indication of beginning and end for updating shared variables
Correct answer: (A)
Critical section
134. Which provides a direct hardware support to mutual exclusion
Correct answer: (A)
Test-and-set(TS)
135. A process waiting to enter its critical section may have to wait for unduly ____________:
Correct answer: (B)
Long time or may have to wait forever
136. Which is a modified version of the TS instruction which is designed to remove busy- waiting:
Correct answer: (D)
Both b & c
137. PCB stands for:
Correct answer: (A)
Process control block
138. ____________ gets activated whenever the process encounters a busy condition code:
Correct answer: (A)
Wait instruction
139. ____________ are new and mutually exclusive operation:
Correct answer: (C)
Both a & b
140. ____________ gets activated whenever a process leaves the critical region and the flag is set to false:
Correct answer: (B)
Signal instruction