Question Detail Information about an array used in a program will be stored in symbol tableactivation recorddope vectorsystem table Answer: Option C Similar Questions : 1. The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B 2. What are the minimum number of queues needed to implement the priority queue? OneTwoThreeFour Answer: Option BExplanation:One queue is used for the actual storing of data, and the other one is used for storing the priorities. 3. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B 4. Which of the following data structure is linear data structure TreesGraphsArrayNone of above Answer: Option C 5. Preorder is depth first orderbreadth first ordertopological orderlinear order Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1