Graph Traversals

Graph Traversals

12th Grade

17 Qs

quiz-placeholder

Similar activities

Depth and Breadth Searches

Depth and Breadth Searches

12th Grade

21 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

SLR14 - Trees TAR

SLR14 - Trees TAR

11th - 12th Grade

20 Qs

Data Structures 2

Data Structures 2

12th Grade

21 Qs

Data Structures 1

Data Structures 1

12th Grade

20 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

Depth and Breadth Searches

Depth and Breadth Searches

12th Grade

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

Discover more resources for Computers