download Mastguru Android App

Question Detail

Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above
Similar Questions :

1. Which of the following name does not relate to stacks

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists

2. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1

3. Preorder is

  • depth first order
  • breadth first order
  • topological order
  • linear order

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

  • floor address
  • first address
  • foundation address
  • base address

5. The complexity of merge sort algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment