Search Header Logo

Quiz on Trees and Binary Search Trees

Authored by Gunasundari Chinnasamy

Computers

12th Grade

Used 1+ times

Quiz on Trees and Binary Search Trees
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?