Quiz on Trees and Binary Search Trees

Quiz on Trees and Binary Search Trees

12th Grade

20 Qs

quiz-placeholder

Similar activities

ITF Networking Vocabulary

ITF Networking Vocabulary

7th - 12th Grade

17 Qs

Depth and Breadth Searches

Depth and Breadth Searches

12th Grade

21 Qs

Depth and Breadth Searches

Depth and Breadth Searches

12th Grade

19 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

SLR14 - Trees TAR

SLR14 - Trees TAR

11th - 12th Grade

20 Qs

Data Structures 2

Data Structures 2

12th Grade

21 Qs

Graph Traversals

Graph Traversals

12th Grade

17 Qs

Exploring the World of Trees

Exploring the World of Trees

12th Grade

21 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?