Quiz on Trees and Binary Search Trees

Quiz on Trees and Binary Search Trees

12th Grade

20 Qs

quiz-placeholder

Similar activities

Basics of computer

Basics of computer

12th Grade

20 Qs

COMP 210 - Help for MDTM 2

COMP 210 - Help for MDTM 2

12th Grade

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Understanding Trees and Binary Trees

Understanding Trees and Binary Trees

12th Grade

16 Qs

Data Structures - Trees

Data Structures - Trees

11th - 12th Grade

20 Qs

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Data Structures

Data Structures

12th Grade

15 Qs

Quiz on Trees and Binary Search Trees

Quiz on Trees and Binary Search Trees

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Gunasundari Chinnasamy

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case time complexity for searching in a balanced binary search tree?

O(n)

O(log n)

O(n log n)

O(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the degree of a node in a tree?

Number of edges from the root to the node

Number of children of the node

Total number of nodes in the tree

Height of the node

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about leaf nodes?

They are also known as internal nodes

They have no children

They have at least one child

They are always at the root level

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, how many children can a node have?

More than 2

0 or 1

0, 1, or 2

1 or 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the height of a leaf node in a tree?

The number of children

0

1

The number of edges to the root

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of an expression tree?

To visualize tree structures

To store hierarchical data

To represent algebraic expressions

To perform binary search operations

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method visits the root node last?

Pre-order

In-order

Level-order

Post-order

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?