Multiple choice Which of the following options is correct? Leaf nodes and internal nodes are the same. Leaf nodes and internal nodes are different. Leaf node can be root node also. Internal node may or may not be root node. None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation Leaf nodes are situated at the bottom-most level of tree. Internal nodes are any nodes which have child and root nodes; they have no parent node. So, leaf node and internal node are different. No leaf node or internal node can be root node.