Group 2 - Trees

Group 2 - Trees

University

11 Qs

quiz-placeholder

Similar activities

AI Quiz 1

AI Quiz 1

University

10 Qs

DS Quiz

DS Quiz

University

12 Qs

PPC-Game!

PPC-Game!

University

10 Qs

Suprize Test - 6.10.2022

Suprize Test - 6.10.2022

University

10 Qs

Quiz Minggu 4 Algoritma Pemrograman

Quiz Minggu 4 Algoritma Pemrograman

University

10 Qs

Zombie Apocalypse

Zombie Apocalypse

KG - Professional Development

12 Qs

In-Lab5

In-Lab5

University

14 Qs

CP-II

CP-II

University

10 Qs

Group 2 - Trees

Group 2 - Trees

Assessment

Quiz

Other

University

Medium

Created by

Liyaaa G

Used 5+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

What are the 4 common operation in binary search tree?

SEARCH

INSERTION

DELETION

TRAVERSAL

PEEK

2.

MULTIPLE SELECT QUESTION

10 sec • 2 pts

What are the different traversal types? Select all the correct answers.

Breadth-First or Level Order

Inorder

Postorder

Depth-First

Preorder

Answer explanation

Media Image

The Inorder, Preorder, and Postorder are under Depth First.

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Type of search that repeatedly partitions all the elements to find a certain element.

Binary Search Tree

Binary Tree

4.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

An ___________________ is a data structure in which the data is placed in a linear way.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In binary search tree, what is the formula for getting the middle of the list?

middle = (left + right) / 2

middle = left + right / 2

middle = left + (right / 2)

middle = (left - right) / 2

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The procedure of visiting all the nodes in a specific order.

Trees Tranversal

Binary Search Tree

Tree Traversal

Tree Transvesal

7.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Media Image

IS THIS A TREE DATA STURCTURE?

YES

NO

Answer explanation

Media Image

REMEMBER: NODES THAT ARE ALLIGNED OR ON THE SAME LEVEL CANNOT CONNECT.

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?