edited by
522 views
0 votes
0 votes

Match List I with List II :

$\begin{array}{ll} \text{List I} & \text{List II} \\ \\
\text { (A) Least frequently used } & \text { (I) Memory is distributed among processors } \\
\text { (B) Critical Section } & \text { (II) Page replacement policy in cache memory } \\
\text { (C) Loosely coupled multiprocessor } & \text { (III) Program section that once begin must} \\
\qquad \text{system}&\qquad \text {  complete execution before another processor} \\
&\qquad \text {  access the same shared resource } \\
\text{(D) Distributed operating system }  & \text{ (IV) O/S routines are distributed among }\\
\qquad \text{organization}
\end{array}$

Choose the correct answer from the options given below :

  1. $\text{(A)-(III), (B)-(II), (C)-(IV). (D)-(I)}$
  2. $\text{(A)-(I), (B)-(II), (C)-(III), (D)-(IV)}$
  3. $\text{(A)-(II), (B)-(III), (C)-(I), (D)-(IV)}$
  4. $\text{(A)-(II), (B)-(I), (C)-(Iii), (D)-(IV)}$
edited by

1 Answer

1 votes
1 votes
LFU is a page replacement algorithm.

Also, Critical  section is the shared resource area. To ensure mutual exclusion we wait for one process to complete first. If two processes enter in the critical section Simultaneously then there may me inconsistency and resource conflict.

In loosely coupled multiprocessor system memory is distributed amongst the processes.

OS  resources are distributed amongst various processes in distributed OS

So, option C is correct one.

Related questions

1 votes
1 votes
1 answer
1
admin asked Oct 23, 2022
443 views
What is called Journalling in Linux operating system?Process schedulingFile saving as transaction,A type of threadAn editor,
0 votes
0 votes
1 answer
2
makhdoom ghaya asked Oct 22, 2022
619 views
For multiprocessor system, interconnection network - cross bar switch is an example ofNon blocking networkBlocking networkThat varies from connection to connectionRecurre...
1 votes
1 votes
0 answers
4
admin asked Oct 23, 2022
951 views
Using $\text{'RSA'}$ algorithm, if $p=13, q=5$ and $e=7$. the value of $d$ and cipher value of $'6'$ with $(e, n)$ key are$7, 4$$7, 1$$7, 46$$55,1$