Graph Traversals

Graph Traversals

12th Grade

17 Qs

quiz-placeholder

Similar activities

Exploring Binary Trees Quiz

Exploring Binary Trees Quiz

12th Grade

12 Qs

SLR5 | Algorithms

SLR5 | Algorithms

12th Grade

15 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

DATA STRUCTURES

DATA STRUCTURES

12th Grade

20 Qs

A Level Computing 1.4.2 Data structures: Trees #1

A Level Computing 1.4.2 Data structures: Trees #1

12th Grade

14 Qs

AVL Trees

AVL Trees

KG - University

12 Qs

Data Structure

Data Structure

12th Grade - University

15 Qs

Data Structures & Algorithm Quiz final

Data Structures & Algorithm Quiz final

12th Grade

15 Qs

Graph Traversals

Graph Traversals

Assessment

Quiz

Computers

12th Grade

Hard

Created by

O Hawkridge

FREE Resource

17 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are types of graph traversal in computing? (PICK 2)

Breadth-First

Depth-First

Height-First

Adjacent-First

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Graph traversal is used to find the ______ route to visit all nodes in a network.

Shortest

Best

Longest

Most secure

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In graphs, nodes and vertices are two different things.

True

False

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The lines or paths that connect the nodes in a graph are called? (PICK 2)

Lines

Edges

Vertices

Arcs

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which graph traversal method continues to visit the first neighbor of each node before backtracking and beginning the next route?

Depth-First

Breadth-First

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which graph traversal method visits all neighbors of a node before moving on to further nodes?

Depth-First

Breadth-First

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select all the example uses of depth-first traversal. (PICK 3)

Job Scheduling

Puzzles with only one solution

Data flow within a network

Simulating the spread of a disease/virus

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?