Algorithms - Optimisation (Dijkstra)

Algorithms - Optimisation (Dijkstra)

12th Grade

22 Qs

quiz-placeholder

Similar activities

Intro to Algorithms

Intro to Algorithms

9th - 12th Grade

23 Qs

Computer Algorithm

Computer Algorithm

9th - 12th Grade

23 Qs

Understanding Algorithms

Understanding Algorithms

9th - 12th Grade

23 Qs

Crash Course Computer Science

Crash Course Computer Science

9th - 12th Grade

23 Qs

18.1 Artificial Intelligence (AI) Cambridge iA 9618

18.1 Artificial Intelligence (AI) Cambridge iA 9618

12th Grade

20 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

Graph Theory Quiz

Graph Theory Quiz

12th Grade

20 Qs

Depth and Breadth Searches

Depth and Breadth Searches

12th Grade

21 Qs

Algorithms - Optimisation (Dijkstra)

Algorithms - Optimisation (Dijkstra)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

R Woodruff

Used 106+ 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?

Discover more resources for Computers