Search Header Logo

Binary Search Tree Quiz

Authored by Yasmin Kandil

Information Technology (IT)

University

Used 9+ times

Binary Search Tree Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Binary Search Tree (BST)?

A tree where each node has at most two children.

A tree where the left child contains values smaller than the parent, and the right child contains values greater.

A tree that is always balanced.

None of the above.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the inorder traversal?

NRL

LRN

LNR

RNL

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What traversal method prints the BST elements in sorted order?

Preorder

Inorder

Postorder

Level Order

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A BST contains the elements [10, 20, 5, 15, 30]. What is the inorder traversal result?

10, 5, 15, 20, 30

5, 10, 15, 20, 30

30, 20, 15, 10, 5

5, 15, 10, 20, 30

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Preorder traversal?

NRL

LRN

NLR

RNL

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What condition makes a tree not a BST?

A node's left child has a greater value than the node itself.

A node's right child has a smaller value than the node itself.

Both A and B.

None of the above.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following ensures the best performance of a BST?

Ensuring the tree remains balanced.

Adding elements in a sorted manner.

Adding elements in descending order.

Using a fixed insertion 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?