21. A connected graph T without any cycles is called _________.
Correct answer: (D)
all of the above.
22. A linked list whose last node points back to the list node instead of containing the null pointer _________.
Correct answer: (A)
circular list.
23. A list that has no nodes is called_________.
Correct answer: (C)
Null list.
24. A path P of length n from a node u to a node v is defined as a sequence of _________ nodes.
Correct answer: (B)
n+1.
25. A string `s` consists of x, y and if x is an empty string then y is called as_________.
Correct answer: (A)
initial substring.
26. A technique for direct search is _________.
Correct answer: (D)
Hashing
27. A tree is a data structure which represents hierarchical relationship between individual _________.
Correct answer: (A)
data items.
28. A tree is a finite set of _________.
Correct answer: (D)
nodes
29. A variable whose size is determined at compile time and cannot be changed at run time is _________.
Correct answer: (A)
static variable.
30. A vertex of degree one is called _________.
Correct answer: (A)
padent