Data Structure
Data Structure
A. sorting
B. merging
C. inserting
D. traversal
4) Graph G is ………….. if for any pair u, v of nodes in G there is a path from u to v or path from v
to u.
A. Literally connected
B. Widely Connected
C. Unliterally connected
D. Literally connected
7) Trees are said ………. if they are similar and have the same contents at corresponding nodes.
A. Duplicate
B. Carbon copy
C. Replica
D. Copies
9) Every node N in a binary tree T except the root has a unique parent called the ……… of N.
A. Antecedents
B. Predecessor
C. Forerunner
D. Precursor
14) A binary tree whose every node has either zero or two children is called …….
A. complete binary tree
B. binary search tree
C. extended binary tree
D. data structure
1) D. traversal
2) D. Digraph
3) A. Threaded trees
4) C. Unliterally connected
5) B. Terminal nodes
6) A. free graph
7) D. Copies
8) D. All of the above
9) B. Predecessor
10) D. both b and c
11) A. Array with pointers
12) D. All of the above
13) C. Empty
14) C. extended binary tree
15) C. 3
16) D. Dn = log2n+1
17) D. External node
18) C. Root, Left sub-tree, Right sub-tree
19) C. Internal node
20) B. Leaf