SECTIONA: Multiple Choice Questions
• Answer all the questions in the provided booklet.
• The section consists of 10 questions.
Problem Al
Which one of the below mentioned data structures is a linear data structure?
A. Binary tree
B. Binary search tree
C. Graph
D. Queue
Problem A2
Which of the following statement(s) is true?
Statement A: A binary tree is always a binary search tree.
Statement B: A binary search tree is a graph.
A. Statement A is true, and statement Bis false.
B. Statement A is false, and statement Bis true.
C. Both statement A and statement B are true.
D. Both statement A and statement Bare false.
Problem A3
Which of the following statement(s) is true?
Statement A: All trees are graphs.':
Statement B: Not all graphs are trees.
A. Statement A is true, and statement B is false.
B. Statement A is false, and statement B is true.
C. Both statement A and statement Bare true.
D. Both statement A and statement B are false.
[20 Marks]
[2 Marks]
[2 Marks]
[2 Marks]
Problem A4
Which one of the following operations can be performed
(2 Marks]
A. Insertion-adding a node into the BST
B. Deletion-removing a node from the graph
C. Traversal-visiting all nodes in a BST
D. All of the above
on a Binary Search Tree (BST)?
1