
Binary Tree Quiz

Quiz
•
Computers
•
12th Grade
•
Medium
Нурлыбай Узакбаев
Used 5+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a property of a binary tree?
Each node has at most two children.
All nodes have exactly two children.
The height of the tree is always equal to the number of nodes.
All nodes are at the same level.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a binary search tree (BST), which of the following statements is true?
The left child is always greater than the parent node.
The right child is always less than the parent node.
The left child is always less than the parent node.
The nodes are arranged in a random order.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a characteristic of a balanced binary tree?
All leaf nodes are at the same level.
The height difference between the left and right subtrees is at most one.
Every node has two children.
The tree is always complete.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a binary tree has a height of 3, what is the maximum number of nodes it can have?
7
15
31
63
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given a binary tree, how would you determine its height?
Count the number of leaf nodes.
Count the number of edges from the root to the deepest leaf.
Count the total number of nodes.
Measure the width of the tree.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you are given a binary tree and asked to perform an in-order traversal, which sequence would you follow?
Visit the root, then the left subtree, and finally the right subtree.
Visit the left subtree, then the root, and finally the right subtree.
Visit the left subtree, then the right subtree, and finally the root.
Visit the right subtree, then the left subtree, and finally the root.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Analyze the following binary tree structure. If the root node has a value of 10, the left child has a value of 5, and the right child has a value of 15, what can you conclude about this tree?
It is a binary search tree.
It is an unbalanced tree.
It is a complete binary tree.
It has duplicate values.
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Binary and Linear Search

Quiz
•
9th - 12th Grade
10 questions
Binary Search Tree Quiz No 1

Quiz
•
12th Grade
18 questions
Trees BSEMC

Quiz
•
12th Grade
12 questions
Big O Notation Revision

Quiz
•
12th Grade
16 questions
Computer Science Principles Unit 1

Quiz
•
12th Grade
15 questions
Computer architecture: Von Neumann architecture

Quiz
•
10th - 12th Grade
19 questions
Decimal, Binary and Octal Conversion Practice

Quiz
•
9th - 12th Grade
12 questions
Computer Science

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade