In a Binary Tree data structure, like the one below:
What is the relationship between node B and nodes E and F?
Node E is B's @(5) child node,
and node F is B's @(5) child node.
Node E is B's left child node,
and node F is B's right child node.
Node E is B's left child node,
and node F is B's right child node.