Trees and Binary Trees

Trees and Binary Trees

12th Grade

14 Qs

quiz-placeholder

Similar activities

Technical Terms - Internet (A-Z) - DOM

Technical Terms - Internet (A-Z) - DOM

12th Grade

10 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

Trees

Trees

12th Grade

10 Qs

Threaded Binary Trees Quiz

Threaded Binary Trees Quiz

12th Grade

10 Qs

Exploring Trees in Data Structures

Exploring Trees in Data Structures

12th Grade

10 Qs

Linked List

Linked List

12th Grade

10 Qs

Revision - Communications & Networks

Revision - Communications & Networks

10th Grade - University

14 Qs

Chapter 5 Study Guide

Chapter 5 Study Guide

12th Grade

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

Discover more resources for Computers