Question Detail

Repeated execution of simple computation may cause compounding of

  • round off errors
  • syntax errors
  • run time errors
  • logic errors
Similar Questions :

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

  • stack
  • queue
  • deque
  • tree

2. In C how many parameters can passed to a function

  • 2
  • 5
  • 10
  • as many as defined in function definition

3. Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above

4. O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort

5. Deletion from one end and insertion from other end is

  • stack
  • branch
  • tree
  • queue
Read more from - Data Structure Questions Answers - Chapter 1