download Mastguru Android App

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 Bubble sort algorithm is

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

2. Which sorting method is slowest

  • Quick sort
  • Heap sort
  • Shell sort
  • Bubble sort

3. A linear list from which elements can be added or removed from either end is called

  • stack
  • queue
  • deque
  • tree

4. Sort which compares adjacent elements in a list and switches where necessary is

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort

5. Which is problem oriented language

  • BASIC
  • PL/I
  • FORTRAN
  • none of above
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment