in Operating System retagged by
2,531 views
5 votes
5 votes

The correct matching of the following pairs is

$\begin{array}{|l|l|l|l|} \hline  \text{A.} & \text{Disk check} & \text{i.} & \text{Round robin} \\\hline \text{B.}& \text{Batch processing} & \text{ii.} & \text{Scan} \\\hline \text{C.} & \text{Time sharing} & \text{iii.} & \text{LIFO} \\\hline \text{D.} & \text{Stack operation} & \text{iv.} & \text{FIFO} \\\hline \end{array}$

  1. a-iii, b-iv, c-ii, d-i
  2. a-iv, b-iii, c-ii, d-i
  3. a-iii, b-iv, c-i, d-ii
  4. a-ii, b-iv, c-i, d-iii
in Operating System retagged by
2.5k views

3 Answers

10 votes
10 votes
Best answer

Answer is D:

Disk check - Scan Algorithms

Batch processing -  jobs should process in First in First out manner

Time sharing  - Round robin based on time slice time sharing will happen

Stack operation - Last In Last Out 

selected by

1 comment

@naga praveen

Stack operation===> last in first out (please edit your solution)
0
0
6 votes
6 votes
option d) should be the ans. :)
2 votes
2 votes
I would like to answer by elimination procedure

the stack is well-known as LIFO order so the answer is D

 

(Time-sharing means all process gets equal time so Round Robin)
Answer:

Related questions