ONE 6th FORM A*Search

ONE 6th FORM A*Search

12th Grade

17 Qs

quiz-placeholder

Similar activities

Testing dan Implementasi UTS

Testing dan Implementasi UTS

KG - University

20 Qs

Soal MID TKJ

Soal MID TKJ

12th Grade

20 Qs

A level Y12 Data Representation - Numbers SETS

A level Y12 Data Representation - Numbers SETS

11th Grade - University

18 Qs

CSP Unit 13 Practice Test

CSP Unit 13 Practice Test

9th - 12th Grade

15 Qs

exel 8

exel 8

12th Grade

15 Qs

Asesmen Sumatif

Asesmen Sumatif

12th Grade

15 Qs

Guess the Video Game Character 1

Guess the Video Game Character 1

KG - Professional Development

13 Qs

Programming Vocabulary

Programming Vocabulary

10th - 12th Grade

17 Qs

ONE 6th FORM A*Search

ONE 6th FORM A*Search

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Lorna Jarrett

Used 3+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between Dijkstra's algorithm and A* search?

Dijkstra's algorithm is faster than A* search.
A* search only works on unweighted graphs.
Dijkstra's algorithm is uninformed and explores all paths, while A* uses heuristics to optimize the search towards the goal.
Dijkstra's algorithm uses heuristics to find the shortest path.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a heuristic in the context of A* search?

A heuristic is the exact cost to reach the goal from a node.
A heuristic is a random guess about the goal.
A heuristic is an estimate of the cost to reach the goal from a node.
A heuristic is a method to find all possible paths in the search.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When does A* search behave exactly like Dijkstra's algorithm?

When the heuristic function h(n) is zero for all nodes.
When the algorithm is modified to use a random heuristic function.
When the search space is fully connected with equal edge weights.
When the heuristic function h(n) is equal to the actual cost for all nodes.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about A* search?

A* search is only optimal if the heuristic is consistent.
A* search can be incomplete if the search space is infinite.
A* search is optimal and complete when the heuristic is admissible.
A* search is faster than Dijkstra's algorithm in all cases.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does A* aim to minimize at each step of the algorithm?

The distance from the start node to the current node.
The heuristic estimate from the current node to the goal node.
The total number of nodes expanded so far.
The total estimated cost from the start node to the goal node.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the significance of a consistent heuristic in A* search?

A consistent heuristic reduces the number of nodes expanded in A* search.
A consistent heuristic guarantees optimality and efficiency in A* search.
A consistent heuristic can lead to suboptimal solutions in A* search.
A consistent heuristic is only necessary for graph search algorithms.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define what is meant by the term 'algorithm'
Step by step instructions or rules to solve a problem.
Code for a specific task.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?