151. Which are the problem of critical section:
Correct answer: (D)
All of these
152. Which section refer to the code segment of a process that is executed when the process intends to enter its critical section:
Correct answer: (B)
Entry section
153. Which section refer to the code segment where a shared resource is accessed by the process:
Correct answer: (D)
None of these
154. Which section is the remaining part of a process’s code:
Correct answer: (D)
Reminder section
155. How many conditions for controlling access to critical section:
Correct answer: (C)
3
156. Which instruction provides a direct hardware support to mutual exclusion:
Correct answer: (B)
TS instruction
157. Which instruction also improves the efficiency of the system:
Correct answer: (B)
TS instruction
158. Which instruction allows only one concurrent process to enter the critical section:
Correct answer: (C)
TS instruction
159. Which section problem can be solved simply in a uniprocessor environment if the we are able to prevent the occurrence of interrupt during the modification of a shared variable:
Correct answer: (B)
Critical section
160. The problem of readers and writers was first formulated by ____________:
Correct answer: (D)
All of these