Question Detail

How many divisions are there in COBOL language

  • Two
  • Three
  • Four
  • Five
Similar Questions :

1. Which is problem oriented language

  • BASIC
  • PL/I
  • FORTRAN
  • none of above

2. Merge sort uses

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

3. The complexity of linear search algorithm is

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

4. Which of the languages is often translated to the pseudo code

  • PASCAL
  • FORTRAN
  • PL/I
  • BASIC

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