61. In a graph G if e=(u,v), then u and v are called _________.
Correct answer: (D)
all of the above
62. In a linked list the __________field contains the address of next element in the list.
Correct answer: (A)
Link field.
63. In linear search algorithm the Worst case occurs when _________.
Correct answer: (D)
The item is the last element in the array or is not there at all.
64. In variable length storage two dollar signs are used to signal the _________.
Correct answer: (A)
end of the string.
65. Inorder traversal of binary search tree will produce _________.
Correct answer: (B)
sorted list.
66. Length of linear array can be found by using the formula _________
Correct answer: (A)
UB-LB+1
67. Linked lists are suitable for which of the following problems?
Correct answer: (B)
Binary search
68. Matrices with a relatively high proportion of zero entries are called _________ matrices.
Correct answer: (A)
sparse.
69. Maximum degree in any vector in a graph with n vertices is _________.
Correct answer: (B)
n-1.
70. New data are to be inserted into a data structure, but there is no available space; this situation is usually called _________.
Correct answer: (B)
Overflow.