1. What is the maximum number of children a node in a binary tree can have?
2. In a binary tree, what is the term for the node with no children?
3. Which traversal method of a binary tree involves visiting the left subtree, then the root, and then the right subtree?
4. How many edges does a full binary tree with n nodes have?
5. What is the height of a binary tree with a single node?
6. In a binary search tree (BST), which property is true about the nodes?
7. What type of binary tree has all levels fully filled except possibly the last level?
8. Which of the following is NOT a type of binary tree traversal?
9. In a level-order traversal of a binary tree, which data structure is commonly used?
10. What is the degree of a node in a tree?
Read More Section(Trees in Data Structures)
Each Section contains maximum 100 MCQs question on Trees in Data Structures. To get more questions visit other sections.