List-I (Term) | List-II (Description) |
(A) Prefix | (I) In this, the element entered first will be removed last |
(B) Postfix | (II) In this, the element entered first will be removed first. |
(C) Queue | (III) In this, the operator is placed before the operands. |
(D) Stack | (IV) In this, the operator is placed after the operands. |
The correct matching of terms with their descriptions is (A) - (III), (B) - (IV), (C) - (II), (D) - (I).
Additional Context:
Correct Answer: (1) (A) - (III), (B) - (IV), (C) - (II), (D) - (I).