Computer System Architecture

131. Mechanism can be referred to as adding a new facility to the system hence known as ____________:

  1. Process
  2. Arbitration
  3. Both a & b
  4. None of these

Correct answer: (B)
Arbitration

132. Which is a mechanism used by the OS to ensure a systematic sharing of resources amongst concurrent resources:

  1. Process synchronous
  2. Process system
  3. Process synchronization
  4. All of these

Correct answer: (C)
Process synchronization

133. ____________ is basically sequence of instructions with a clear indication of beginning and end for updating shared variables

  1. Critical section
  2. Entry section
  3. Remainder section
  4. All of these

Correct answer: (A)
Critical section

134. Which provides a direct hardware support to mutual exclusion

  1. Test-and-set(TS)
  2. Swap instruction
  3. Wait instruction
  4. Signal instruction

Correct answer: (A)
Test-and-set(TS)

135. A process waiting to enter its critical section may have to wait for unduly ____________:

  1. Short time or may have to wait forever
  2. Long time or may have to wait forever
  3. Short time or may have to wait for long time
  4. Long time or may have to wait for short time

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:

  1. Swap instruction
  2. Wait instruction
  3. Signal instruction
  4. Both b & c

Correct answer: (D)
Both b & c

137. PCB stands for:

  1. Process control block

Correct answer: (A)
Process control block

138. ____________ gets activated whenever the process encounters a busy condition code:

  1. Wait instruction
  2. Signal instruction
  3. Both a & b
  4. None of these

Correct answer: (A)
Wait instruction

139. ____________ are new and mutually exclusive operation:

  1. Wait instruction
  2. Signal instruction
  3. Both a & b
  4. None of these

Correct answer: (C)
Both a & b

140. ____________ gets activated whenever a process leaves the critical region and the flag is set to false:

  1. Wait instruction
  2. Signal instruction
  3. Both a & b
  4. None of these

Correct answer: (B)
Signal instruction

Page 14 of 75