Match the following.
2017
Match the following.

- A.
I – S, II – Q, III – P, IV – R
- B.
I – P, II – Q, III – S, IV – R
- C.
I – S, II – P, III – Q, IV – R
- D.
I – Q, II – S, III – P, IV – R
Attempted by 356 students.
Show answer & explanation
Correct answer: A
Stack is a Linear data structure (I-S). A Heap tree is structurally a Complete binary tree (II-Q). A standard Tree is a classic Non-linear data structure (III-P). Binary search operates on an Ordered list (IV-R). Matching these pairs gives the sequence: I-S, II-Q, III-P, IV-R. Thus, Option A is correct.