11. _________ is not a technique of tree traversal.
Correct answer: (C)
prefix
12. _________ is not the operation that can be performed on Queue.
Correct answer: (A)
Traversal
13. _________ is the situation where data-structure is empty.
Correct answer: (B)
Underflow
14. The average number of key comparisons done in a successful sequential search in a list of length n is _________.
Correct answer: (D)
n+1/2.
15. A _________ is a reference to a memory location, which is used to store data that is described in a data type.
Correct answer: (B)
variable.
16. A _________ list is a header list where the node points back to the header node.
Correct answer: (A)
Circular header.
17. A _________ list is a list where the last node contains null pointer.
Correct answer: (B)
grounded header.
18. A _________ refers to a single unit of values.
Correct answer: (C)
data item.
19. A binary tree of depth "d" is an almost complete binary tree if _________.
Correct answer: (C)
both a and b.
20. A code which deals about short form of a program is called _________ code.
Correct answer: (C)
pseudo.