91. The concatenation of two characters s1 and s2 is symbolically represented as_________.
Correct answer: (C)
s1 || s2.
92. The correctness of a divide and conquer algorithm is usually proved by _________.
Correct answer: (C)
mathematical induction.
93. The data items in a record form a _________ structure which can be described by means of level numbers.
Correct answer: (A)
hierarchical.
94. The data structure required to check whether an expression contains balanced parenthesis is?
Correct answer: (B)
stack
95. The depth of a complete binary tree is given by__________.
Correct answer: (D)
Dn = log2n+1.
96. The earliest use of _________ sorting was in conjunction with network analysis.
Correct answer: (A)
topological.
97. The efficiency of a BFS algorithm is dependent on _________.
Correct answer: (D)
Graph
98. The efficient searching algorithm for algorithm for a sorted array is _________.
Correct answer: (A)
Binary search.
99. The elements of an array are allocated in spaces_________.
Correct answer: (A)
successively.
100. The hashing file space is divided into_________.
Correct answer: (C)
buckets and slots.