in Operating System retagged by
1,613 views
0 votes
0 votes

Match the following :

$\begin{array}{clcl}  & \textbf{List-I} & & \textbf{List-II} \\ \text{a.} & \text{Critical region} &\text{i.}& \text{Hoares Monitor} \\ \text{b.} & \text{Wait/signal} &\text{ii.} & \text{Mutual Exclusion} \\ \text{c.} & \text{Working set} &\text{iii.} & \text{Principal of locality} \\ \text{d.} & \text{Dead lock} &\text{iv.} & \text{Circular wait} \\ \end{array}$

$\textbf{Codes :}$

  1. $\text{a-ii, b-i, c-iii, d-iv}$
  2. $\text{a-i, b-ii, c-iv, d-iii}$
  3. $\text{a-ii, b-iii, c-i, d-iv}$
  4. $\text{a-i, b-iii, c-ii, d-iv}$
in Operating System retagged by
1.6k views

2 Answers

1 vote
1 vote

Answer : A

List-I                                       List-II
a. Critical region                  2. Mutual exclusion
b. Wait/signal                      1. Hoares Monitor 
c. Working set                     3. Principal of locality
d. Dead lock                        4. Circular wait

1 comment

Deadlock can also be linked to Mutual Exclusion
0
0
0 votes
0 votes
AS simple and as direct as u can get deadlock -circular wait  , working set- principle of locality , critical region --mutual exclusion

hoares monitor used in synchronization so wait/signal
Answer:

Related questions