Question Detail

Which statement we should ignore in structure programming

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

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

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

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

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

3. The complexity of merge sort algorithm is

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

4. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

5. Which statement we should ignore in structure programming

  • WHILE-DO
  • GO-TO
  • IT-ELSE
  • SWITCH
Read more from - Data Structure Questions Answers - Chapter 1