Data Structure Questions Answers - Chapter 1
-
8. How many divisions are there in COBOL language
- Two
- Three
- Four
- Five
Answer :
Option C
-
9. Deletion from one end and insertion from other end is
- stack
- branch
- tree
- queue
Answer :
Option D
-
10. Which data structure is needed to convert infix notations to postfix notations
- linear list
- tree
- stack
- queue
Answer :
Option C
-
11. Which is ALGOL based simulation language
- FORTRAN
- SIMSCRIPT
- GASP IV
- none of above
Answer :
Option B
-
12. Which statement we should ignore in structure programming
- WHILE-DO
- GO-TO
- IT-ELSE
- SWITCH
Answer :
Option B
-
13. Information about an array used in a program will be stored in
- symbol table
- activation record
- dope vector
- system table
Answer :
Option C
-
14. Merge sort uses
- Divide and conquer strategy
- Backtracking approach
- Heuristic search
- Greedy approach
Answer :
Option A