Trees and Binary Trees

Trees and Binary Trees

University

15 Qs

quiz-placeholder

Similar activities

INTRODUCTION TO TREE DATA STRUCTURE

INTRODUCTION TO TREE DATA STRUCTURE

University

20 Qs

Binary Tree

Binary Tree

University

14 Qs

special exam in BINARY TREE

special exam in BINARY TREE

University

15 Qs

Data Structures -Trees & Sorting

Data Structures -Trees & Sorting

University

15 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

Data Structure

Data Structure

University

15 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Trees

Trees

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?