Question Detail

Information about an array used in a program will be stored in

  • symbol table
  • activation record
  • dope vector
  • system table
Similar Questions :

1. The complexity of Binary search algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)

2. What are the minimum number of queues needed to implement the priority queue?

  • One
  • Two
  • Three
  • Four

3. minimum number of stacks of size n required to implement a queue of size n

  • One
  • Two
  • Three
  • Four

4. Which of the following data structure is linear data structure

  • Trees
  • Graphs
  • Array
  • None of above

5. Preorder is

  • depth first order
  • breadth first order
  • topological order
  • linear order
Read more from - Data Structure Questions Answers - Chapter 1