Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

informed-search-quiz

Total questions: 6

Worksheet time: 18mins

Name
Class
Date
1.

What is another name we can use for informed search strategies?

a)

Uninformed search

b)

Heuristic search

c)

Breadth-first search

d)

Depth-first search

2.

What is the purpose of using heuristic information in search strategies?

a)

To expand all nodes equally

b)

To minimize the cost of the path

c)

To minimize the cost of the search

d)

To select the most promising nodes

3.

What is the heuristic function used in the example of the 8-puzzle?

a)

Counting the number of misplaced tiles

b)

Counting the number of expanded nodes

c)

Counting the number of goal nodes

d)

Counting the number of search steps

4.

What is the evaluation function f(n) in algorithm A*?

a)

f(n) = g(n) + h(n)

b)

f(n) = g(n) - h(n)

c)

f(n) = g(n) * h(n)

d)

f(n) = g(n) / h(n)

5.

What is the goal of the A* algorithm?

a)

To find the optimal solution

b)

To explore all possible states

c)

To minimize the evaluation function

d)

To maximize the heuristic function

6.

What does the heuristic function estimate in A* algorithm?

a)

The distance to the goal node

b)

The cost of reaching the current node

c)

The number of misplaced tiles

d)

The number of expanded nodes