retagged by
872 views
1 votes
1 votes

Match the following :

$\begin{array}{clcl}  \text{(a)} & \text{Disk scheduling} & \text{1.} & \text{Robin-round} \\ \text{(b)} & \text{Batch processing} & \text{2.} & \text{SCAN}  \\ \text{(c)} & \text{Time sharing} & \text{3.} & \text{LIFO}  \\ \text{(d)} & \text{Interrupt processing} & \text{4.} & \text{FIFO} \\  \end{array}$

$\textbf{Codes :}$

  1. $\text{(a)-3, (b)-4, (c)-2, (d)-1}$
  2. $\text{(a)-4, (b)-3, (c)-2, (d)-1}$
  3. $\text{(a)-2, (b)-4, (c)-1, (d)-3}$
  4. $\text{(a)-1, (b)-4, (c)-3, (d)-2}$
retagged by

2 Answers

Related questions

1 votes
1 votes
2 answers
1
makhdoom ghaya asked Sep 16, 2016
2,990 views
Remote Computing Service involves the use of time sharing and _______.Multi-processingInteractive processingBatch processingReal-time processing
1 votes
1 votes
2 answers
2
makhdoom ghaya asked Sep 16, 2016
3,260 views
In order to allow only one process to enter its critical section, binary semaphore are initialized to$0$$1$ $2$$3$
1 votes
1 votes
2 answers
3
0 votes
0 votes
6 answers
4
go_editor asked Mar 24, 2020
1,582 views
Match the following with respect to algorithm paradigms :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\ \text{a.} & \text{Merge sort} & \text{i.} & \te...