Tree Data Structure Quiz

Tree Data Structure Quiz

12th Grade

25 Qs

quiz-placeholder

Similar activities

2ND QTR-QUIZ 5-Java Garbage Collection-12-6-2022

2ND QTR-QUIZ 5-Java Garbage Collection-12-6-2022

12th Grade

20 Qs

Priority Queues and Heapsort

Priority Queues and Heapsort

9th - 12th Grade

27 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

19.1 Algorithms Cambridge iA 9618

19.1 Algorithms Cambridge iA 9618

12th Grade

20 Qs

Latihan Informatika Kelas 9

Latihan Informatika Kelas 9

9th Grade - University

20 Qs

Data Structures - Lists & Linked Lists

Data Structures - Lists & Linked Lists

12th Grade

26 Qs

Algorithm Computer Science

Algorithm Computer Science

9th - 12th Grade

23 Qs

Trees, Linked Lists, Stacks and Queues

Trees, Linked Lists, Stacks and Queues

11th Grade - University

30 Qs

Tree Data Structure Quiz

Tree Data Structure Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Belle Johnson

Used 6+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a non-linear data structure?

Array

Linked List

Tree

Queue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the root of a tree?

The only node with no incoming edges

The first node in the tree

The node with the highest level

The node with the lowest level

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the term for an ordered list of nodes connected by edges?

Sibling

Path

Parent

Subtree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the level of a node in a tree?

The number of edges on the path from the root to the node

The height of the tree

The number of children a node has

The priority of the node

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which implementation option does Python provide for binary trees?

Linked List

List of Lists

Array

Stack

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between breadth-first and depth-first tree traversals?

The order in which nodes are visited

The level of the nodes visited

The height of the tree

The number of nodes in the tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a priority queue prioritize when dequeuing items?

Order of arrival

The size of the item

The level of the item

Priority

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?