Binary Search Tree Quiz No 3

Binary Search Tree Quiz No 3

12th Grade

10 Qs

quiz-placeholder

Similar activities

Binary Tree

Binary Tree

12th Grade

12 Qs

Binary Trees

Binary Trees

12th Grade

10 Qs

Binary Tree Quiz

Binary Tree Quiz

12th Grade

14 Qs

Trees

Trees

12th Grade

10 Qs

Skip List Quizizz

Skip List Quizizz

9th Grade - University

12 Qs

COMP 210 Final.helper

COMP 210 Final.helper

12th Grade

13 Qs

Understanding Cybersecurity Threats

Understanding Cybersecurity Threats

12th Grade

15 Qs

Binary Search Tree Quiz

Binary Search Tree Quiz

12th Grade

10 Qs

Binary Search Tree Quiz No 3

Binary Search Tree Quiz No 3

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Elizabeth Gist

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal algorithm visits the root node first in a Binary Search Tree (BST)?

In-order

Pre-order

Post-order

Level-order

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method prints the nodes in ascending order in a BST?

Pre-order

In-order

Post-order

Level-order

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the sequence of visiting nodes in a post-order traversal in a BST?

Root, left subtree, right subtree

Left subtree, right subtree, root

Left subtree, root, right subtree

Right subtree, left subtree, root

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method visits the nodes level by level, starting from the root?

Pre-order

In-order

Post-order

Level-order

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In a pre-order traversal of a BST, what is the sequence of visiting nodes for the following tree:

10, 5, 3, 7, 15, 20

10, 5, 15, 3, 7, 20

10, 15, 20, 5, 7, 3

10, 5, 3, 7, 20, 15

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method can be used to create a copy of a BST?

In-order

Pre-order

Post-order

Level-order

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a post-order traversal of a BST, when is the root node visited?

Before visiting the left subtree

After visiting the left subtree and before the right subtree

After visiting both the left and right subtrees

Before visiting any subtree

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?