Exploring Binary Trees Quiz

Exploring Binary Trees Quiz

12th Grade

12 Qs

quiz-placeholder

Similar activities

Tree

Tree

12th Grade

10 Qs

Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

Test-1 S.Y.B.Sc.(CS)Div.-A DS-II

12th Grade

12 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

Binary Trees

Binary Trees

12th Grade

10 Qs

Y13 Graph Traversal

Y13 Graph Traversal

9th Grade - University

16 Qs

Heap and Search Tree

Heap and Search Tree

12th Grade

11 Qs

Skip List Quizizz

Skip List Quizizz

9th Grade - University

12 Qs

Binary Search Tree (Recap 1)

Binary Search Tree (Recap 1)

11th Grade - University

13 Qs

Exploring Binary Trees Quiz

Exploring Binary Trees Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Matthew Wemyss

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a method of binary tree traversal?

Depth-First Search

Breadth-First Search

Inorder Traversal

Linear Search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, each node has at most how many children?

1

2

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true for a Binary Search Tree (BST)?

All nodes have two children

Left subtree contains only nodes with keys less than the node's key

Right subtree contains only nodes with keys greater than or equal to the node's key

It is a complete binary tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method is used to get the nodes of a binary search tree in non-decreasing order?

Preorder

Inorder

Postorder

Level Order

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an application of binary trees?

Sorting algorithms

Network routing

Expression parsing

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, the level of the root node is:

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct representation of a binary tree?

Linked List

Array

Graph

Both A and B

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?