Multiple Choice
Suppose a binary tree is implemented as a linked structure in which each node contains both a left child pointer and a right child pointer.Which of the following statements is false?
A) The number of nodes in the tree is always at least the number of nodes on the longest path in the tree.
B) The number of null pointers in the tree is always greater than the number of nodes in the tree.
C) Each terminal node in the tree is always at the end of a path that is as least as long as any other path in the tree.
D) Both the left child and right child pointers of every terminal node are null.
Correct Answer:

Verified
Correct Answer:
Verified
Q37: If a queue contained the entries B,C,D
Q38: The table below represents a portion
Q39: What is the distinction between a type
Q40: Why is a queue normally implemented as
Q41: What is the distinction between a user-defined
Q43: Which of the following is not a
Q44: Suppose a binary tree contained the nodes
Q45: If a stack contained the entries w,x,y,z
Q46: The following represents a portion of
Q47: The table below represents a portion