Algorithms - Optimisation (Dijkstra)

Algorithms - Optimisation (Dijkstra)

12th Grade

22 Qs

quiz-placeholder

Similar activities

Crash Course Computer Science

Crash Course Computer Science

9th - 12th Grade

23 Qs

Networking Vocab

Networking Vocab

9th - 12th Grade

17 Qs

Linked Lists Quiz

Linked Lists Quiz

12th Grade

20 Qs

Networking

Networking

12th Grade

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Algorithm Computer Science

Algorithm Computer Science

9th - 12th Grade

23 Qs

Computer Algorithm

Computer Algorithm

9th - 12th Grade

23 Qs

Understanding Algorithms

Understanding Algorithms

9th - 12th Grade

23 Qs

Algorithms - Optimisation (Dijkstra)

Algorithms - Optimisation (Dijkstra)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

R Woodruff

Used 105+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a weighted graph what is an edge?

A node or dot.

A connecting line.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can I run Dijkstra on a non-weighted graph?

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before looping through the nodes, what do we set as the values for the weights for all the nodes?

The weights on the edges

Set them all to infinity.

Set them all to infinity and the starting one to zero.

Set them all to infinity and leave the starting nodes' weight.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What algorithm does Google Maps use?

Dijkstra's

Distance-Vector

A*

D*

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Optimisation algorithms are designed to find the ______ path from a start node to any other node

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all correct applications of a shortest-path algorithm

Navigation

NPC control in gaming

Sending data packets

Financial investment choices

AI neural network training

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each node within a shortest path algorithm is ______

Weighted

Heavy

Valued

Numbered

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?