Which statement is false?
Look carefully at the definition for a binary tree.
It states that every binary tree is either empty, or it has a root node and two binary trees as children.
So, every binary tree node has two children, but not every binary tree has a node.