Question Detail

Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings
Similar Questions :

1. Repeated execution of simple computation may cause compounding of

  • round off errors
  • syntax errors
  • run time errors
  • logic errors

2. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

3. Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above

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

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

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

  • Trees
  • Graphs
  • Array
  • None of above
Read more from - Data Structure Questions Answers - Chapter 1