1.

The process of accessing data stored in a serial access memory is similar to manipulating data on a ________(a) Heap(b) Binary Tree(c) Array(d) StackThis intriguing question comes from Stack Operations in division Abstract Data Types of Data Structures & Algorithms IThis question was posed to me in an international level competition.

Answer»

Right option is (d) Stack

Explanation: In serial ACCESS memory data records are stored one after the other in which they are created and are accessed SEQUENTIALLY. In stack data STRUCTURE, elements are accessed sequentially. Stack data structure RESEMBLES the serial access memory.



Discussion

No Comment Found

Related InterviewSolutions