Question Detail

Which is ALGOL based simulation language

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

1. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

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

  • One
  • Two
  • Three
  • Four

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

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

4. The complexity of Bubble sort algorithm is

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

5. Which is problem oriented language

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