Question Detail

Which statement we should ignore in structure programming

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

1. Merge sort uses

  • Divide and conquer strategy
  • Backtracking approach
  • Heuristic search
  • Greedy approach

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

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

3. O log(n) can be conneted with

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

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

  • stack
  • branch
  • tree
  • queue

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

  • floor address
  • first address
  • foundation address
  • base address
Read more from - Data Structure Questions Answers - Chapter 1