Question: In a binary tree, what does it mean if a node has two children?
Options:
Correct Answer: It is a full node
Solution:
A node with two children is referred to as a full node, as it has both left and right children.