Data Structure Questions Answers - Chapter 1
-
15. How many divisions are there in COBOL language
- Two
- Three
- Four
- Five
Answer And Explanation
Answer: Option C
Explanation:
-
16. O log(n) can be conneted with
- Selection sort
- Insertion sort
- Binary sort
- Merge sort
Answer And Explanation
Answer: Option C
Explanation:
-
17. Which of the languages is often translated to the pseudo code
- PASCAL
- FORTRAN
- PL/I
- BASIC
Answer And Explanation
Answer: Option A
Explanation:
-
18. Merge sort uses
- Divide and conquer strategy
- Backtracking approach
- Heuristic search
- Greedy approach
Answer And Explanation
Answer: Option A
Explanation:
-
19. Which is having highest precedence in C
- relational operators
- equality operator
- logical operator
- arithmetic operator
Answer And Explanation
Answer: Option D
Explanation:
-
20. Which sorting method is slowest
- Quick sort
- Heap sort
- Shell sort
- Bubble sort
Answer And Explanation
Answer: Option D
Explanation:
-
21. Which data structure is needed to convert infix notations to postfix notations
- linear list
- tree
- stack
- queue
Answer And Explanation
Answer: Option C
Explanation: