Question Detail

Which is problem oriented language

  • BASIC
  • PL/I
  • FORTRAN
  • none of above
Similar Questions :

1. Preorder is

  • depth first order
  • breadth first order
  • topological order
  • linear order

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. Information about an array used in a program will be stored in

  • symbol table
  • activation record
  • dope vector
  • system table

5. Which is problem oriented language

  • BASIC
  • PL/I
  • FORTRAN
  • none of above
Read more from - Data Structure Questions Answers - Chapter 1