Lecture EIGHT.

Lecture EIGHT.

University

20 Qs

quiz-placeholder

Similar activities

Artificial Intelligence Quiz

Artificial Intelligence Quiz

University

20 Qs

Selection Sort & Exhaustive Search

Selection Sort & Exhaustive Search

University

15 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

Quiz on Game AI Concepts

Quiz on Game AI Concepts

University

20 Qs

AlgoMania Quiz

AlgoMania Quiz

University

15 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Artificial Intelligence CT-2

Artificial Intelligence CT-2

University

20 Qs

Data Structure And Algorithm II

Data Structure And Algorithm II

University

15 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?