Trees and Binary Trees

Trees and Binary Trees

12th Grade

14 Qs

quiz-placeholder

Similar activities

Exploring Binary Trees Quiz

Exploring Binary Trees Quiz

12th Grade

12 Qs

Introduction to Tree Data Structure Quiz

Introduction to Tree Data Structure Quiz

12th Grade

10 Qs

BK Kelas 9

BK Kelas 9

12th Grade

10 Qs

Tree

Tree

12th Grade

10 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

Understanding Data Structures

Understanding Data Structures

11th Grade - University

10 Qs

1.4.2 Data Structures - Trees

1.4.2 Data Structures - Trees

12th Grade - University

10 Qs

Linked List

Linked List

KG - University

18 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?