101. The initial configuration of the queue is a,b,c,d (a is the front end). To get the configuration d,c,b,a one needs a minimum of ?
Correct answer: (C)
3 deletions and 3 additions
102. The length of the path is the number of_________ on the path.
Correct answer: (D)
edges
103. The length of the string can be listed as an additional item in _________.
Correct answer: (B)
pointer array.
104. The logical or mathematical model of a particular organization of data is called a _________.
Correct answer: (A)
data structure.
105. The maximum number of nodes on level i of a binary tree is _________.
Correct answer: (A)
2i-1.
106. The memory address of the first element of an array is called _________.
Correct answer: (D)
base address.
107. The number of edges in a regular graph of degree d and n vertices is _________.
Correct answer: (C)
nd.
108. The number of interchanges required to sort 5, 1, 6, 2 4 in ascending order using Bubble Sort is _________.
Correct answer: (B)
5
109. The number of nodes in a complete binary tree of level 5 is__________.
Correct answer: (D)
31
110. The number of possible ordered trees with three nodes A,B,C is?
Correct answer: (B)
12.