Skip to content

Data Structures

Which data structure is most suitable for implementing recursion?

Difficulty: Easy

About this MCQ

This Easy Data Structures MCQ checks one syllabus fact.

The question is: “Which data structure is most suitable for implementing recursion?”

The accepted answer is B. Stack. Stack is the person, body, or term that satisfies “Which data structure is most suitable for implementing recursion” (option B). Option A (“Queue”) does not match the stem; it is a near-miss used to catch incomplete recall of Stack. Option C (“Heap”) does not match the stem; it is a near-miss used to catch incomplete recall of Stack. Remaining alternatives (Graph) fall outside the same rule and should be eliminated once Stack is identified. Data Structures questions of this type reward precise definitions rather than approximate associations. Data Structures recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.

Correct answer

B. Stack

Explanation

Stack is the person, body, or term that satisfies “Which data structure is most suitable for implementing recursion” (option B). Option A (“Queue”) does not match the stem; it is a near-miss used to catch incomplete recall of Stack. Option C (“Heap”) does not match the stem; it is a near-miss used to catch incomplete recall of Stack. Remaining alternatives (Graph) fall outside the same rule and should be eliminated once Stack is identified. Data Structures questions of this type reward precise definitions rather than approximate associations. Data Structures recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.

Source: Computer Science Reference Guide

Tags: data structures, stack, recursion

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs