Multiple choice How many children are there in a binary tree? 3 2 4 5 Reveal answer Fill a bubble to check yourself B Correct answer Explanation A binary tree is defined as a tree data structure in which each node has at most two children, referred to as the left child and the right child.