Trees and Binary Trees

Trees and Binary Trees

University

15 Qs

quiz-placeholder

Similar activities

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

UNIT 3

UNIT 3

University

10 Qs

DSA_Quiz_3

DSA_Quiz_3

University

20 Qs

Understanding Data Structures

Understanding Data Structures

11th Grade - University

10 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

tree

tree

University

10 Qs

SMARTICUS

SMARTICUS

University

20 Qs

1.4.2 Data Structures - Trees

1.4.2 Data Structures - Trees

12th Grade - University

10 Qs

Trees and Binary Trees

Trees and Binary Trees

Assessment

Quiz

Computers

University

Hard

Created by

FAKHRUL ZAKI

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the specially designated node in a tree called?

Root

Subtree

Node

Leaf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, what is the maximum degree of any node?

4

3

2

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of binary tree has all nodes with only left child nodes?

Complete binary tree

Right skewed binary tree

Balanced binary tree

Left skewed binary tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method processes the node before its children?

Level order

Preorder

Postorder

Inorder

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of nodes at level i of a binary tree?

i

2^i

2^(i-1)

2^(i+1)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the term for a collection of disjoint trees?

Graph

Network

Hierarchy

Forest

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of binary tree?

Binary Search Tree

Full Binary Tree

Skewed Binary Tree

Circular Binary Tree

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?