Trees and Binary Trees

Trees and Binary Trees

12th Grade

14 Qs

quiz-placeholder

Similar activities

Y13 Graph Traversal

Y13 Graph Traversal

9th Grade - University

16 Qs

Depth and Breadth Searches

Depth and Breadth Searches

12th Grade

19 Qs

Kubernetes 101  quiz

Kubernetes 101 quiz

12th Grade

12 Qs

A Level Computing 1.4.2 Data structures: Trees #1

A Level Computing 1.4.2 Data structures: Trees #1

12th Grade

14 Qs

AVL Trees

AVL Trees

KG - University

12 Qs

Binary Trees

Binary Trees

12th Grade

10 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

Graph Traversals

Graph Traversals

12th Grade

17 Qs

Trees and Binary Trees

Trees and Binary Trees

Assessment

Quiz

Computers

12th Grade

Hard

Created by

SYAFIZA (PBU)

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a tree in data structures?

A linear data structure

A non-linear data structure with parent-child relationships

A type of array

A collection of nodes without relationships

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the maximum number of children a node can have in a binary tree?

Unlimited

Three

Two

One

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a binary search tree (BST), where are values less than a node's value located?

Nowhere

In the right subtree

In the left subtree

At the root

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the degree of a node in a tree?

The number of its children

The total number of nodes in the tree

The height of the tree

The number of its parents

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a full and complete binary tree?

A tree with at least one child per node

A tree where every node has two child on the same level

A tree with no nodes

A tree with at least 1 child node on the same level

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method visits the root node first?

Preorder Traversal

Level Order Traversal

Postorder Traversal

Inorder Traversal

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the path from root to node 11

1 > 7 > 2

7 > 2 > 6 > 11

1 > 7 > 5 > 11

1 > 7 > 6 > 11

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?