Question Detail

How many divisions are there in COBOL language

  • Two
  • Three
  • Four
  • Five
Similar Questions :

1. A graph with one or more edges is at least

  • 1-chromatic
  • 2-chromatic
  • 3-chromatic
  • 4-chromatic

2. Which statement we should ignore in structure programming

  • WHILE-DO
  • GO-TO
  • IT-ELSE
  • SWITCH

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

  • One
  • Two
  • Three
  • Four

4. Merge sort uses

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

5. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1
Read more from - Data Structure Questions Answers - Chapter 1