download Mastguru Android App

Question Detail

The memory address of the first element of an array is called

  • floor address
  • first address
  • foundation address
  • base address
Similar Questions :

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

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

2. Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above

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

  • One
  • Two
  • Three
  • Four

4. The complexity of Binary search algorithm is

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

5. A graph with one or more edges is at least

  • 1-chromatic
  • 2-chromatic
  • 3-chromatic
  • 4-chromatic
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment