Lecture EIGHT.

Lecture EIGHT.

University

20 Qs

quiz-placeholder

Similar activities

MKT558 Digital Marketing Quiz Chap. 1

MKT558 Digital Marketing Quiz Chap. 1

University

20 Qs

Section J Exam

Section J Exam

University

19 Qs

Adwords Fundamentals??? Basic lang yan! T_T

Adwords Fundamentals??? Basic lang yan! T_T

University - Professional Development

20 Qs

Fundamentals of Algorithms - Unit 1 - Test 1

Fundamentals of Algorithms - Unit 1 - Test 1

University

15 Qs

[Latihan] DAA UTS 4D

[Latihan] DAA UTS 4D

University

20 Qs

QUIZ

QUIZ

University

25 Qs

DATA STRUCTURES QUIZ-1

DATA STRUCTURES QUIZ-1

University

23 Qs

What does this icon represent?

What does this icon represent?

University

20 Qs

Lecture EIGHT.

Lecture EIGHT.

Assessment

Quiz

Computers

University

Medium

Created by

Ahmed Mohamed

Used 78+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What is the purpose of Heuristic Function?

To select the most promising path for expansion

To keep all nodes in memory

To ignore the path cost entirely

To estimate the cost of reaching the goal from a node

2.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What does a heuristic function do in informed search?

It takes the current state of the agent as input and produces the estimation of how close the agent is from the goal

It measures the cheapest total estimated cost from the initial state to the goal state through the current state

It estimates the true cost to reach a goal state from a node

It orders the nodes to be expanded based on the sum of backward cost and goal proximity

3.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

The heuristic function, always give the best solution.

False

True

Answer explanation

The heuristic function, might not always give the best solution, but it guaranteed to find a good solution in responsible time.

4.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What's the aim for a heuristic function h(n) ?

Estimate the cost of the most expensive path from the current state to the goal state

Randomly select the next state

Count the number of nodes in the graph

Estimate the cost of the cheapest path from the current state to the goal state

5.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What is the strategy of the greedy best-first search algorithm?

Expand the node with the lowest total estimated cost

Expand the node with the lowest path cost

Expand the node that seems closest to the goal

Expand the node with the highest goal proximity

6.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What's the simplest and straightforward approach in search algorithms?

A* search

Greedy best-first search

AO* search

UCS

7.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

______ is likely to be complement of uniform cost search.

A* search

Greedy best-first search

AO* search

UCS

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?