download Mastguru Android App

Question Detail

Which statement we should ignore in structure programming

  • WHILE-DO
  • GO-TO
  • IT-ELSE
  • SWITCH
Similar Questions :

1. Repeated execution of simple computation may cause compounding of

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

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

  • stack
  • branch
  • tree
  • queue

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

  • One
  • Two
  • Three
  • Four

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

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

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

  • stack
  • queue
  • deque
  • tree
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment