Data Structure and Algorithm Quiz

Data Structure and Algorithm Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

informatika

informatika

7th Grade - University

10 Qs

Alevel Part 1 Linked lists

Alevel Part 1 Linked lists

12th Grade

20 Qs

Binary and Linear Searches

Binary and Linear Searches

12th Grade

17 Qs

Skip List Quizizz

Skip List Quizizz

9th Grade - University

12 Qs

Binary Trees

Binary Trees

12th Grade

10 Qs

Search/Sort Algorithm Recap

Search/Sort Algorithm Recap

9th - 12th Grade

18 Qs

Data Structures

Data Structures

12th Grade

15 Qs

A-level linked lists (video)

A-level linked lists (video)

12th Grade

13 Qs

Data Structure and Algorithm Quiz

Data Structure and Algorithm Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Maria Soriaga

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a node in a tree data structure that has no children called?

Leaf

Child

Parent Node

Edge

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, how many children can each node have at most?

Four

Three

Two

One

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the operation used to insert a new node in a Binary Search Tree?

Update

Append

Add

Insert

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal technique visits the root node first, then the left subtree, and finally the right subtree?

Preorder

Breadth-First Search

In-order

Post-order

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of nodes in a binary tree of height 3?

7

15

31

63

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a Binary Search Tree?

To create a balanced tree

To search for data efficiently

To sort data in descending order

To store data in a random order

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tree structure is used for router algorithms?

AVL Tree

Heap Tree

Binary Tree

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