LEC EIGHT

LEC EIGHT

University

15 Qs

quiz-placeholder

Similar activities

AP Environmental Science Unit 5

AP Environmental Science Unit 5

12th Grade - University

15 Qs

Valence Electron

Valence Electron

8th Grade - University

15 Qs

Jesus Quiz

Jesus Quiz

University

20 Qs

N1.5 Nutrition Assessment

N1.5 Nutrition Assessment

9th Grade - University

18 Qs

Python Review Module 16 - Searching Sorting Algorithm

Python Review Module 16 - Searching Sorting Algorithm

University

17 Qs

Review 2

Review 2

KG - Professional Development

10 Qs

ES Ch 1.1 Quiz

ES Ch 1.1 Quiz

12th Grade - University

14 Qs

Recycle Reuse Reduce

Recycle Reuse Reduce

3rd Grade - University

15 Qs

LEC EIGHT

LEC EIGHT

Assessment

Quiz

Science

University

Easy

Created by

Nourhan Adel

Used 51+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to rank nodes and select the most promising one for expansion in Informed Search?

Evaluation Function

Cost Function

Goal Function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search algorithm expands the node that seems closest to the goal?

Greedy Search

A* Search

Depth-First Search

Breadth-First Search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What evaluation function does Greedy Search use?

f(n) = h(n)

f(n) = g(n)

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

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What makes a heuristic admissible in A* search?

It never overestimates the true cost from n to the goal.

It always underestimates the true cost from n to the goal.

It exactly estimates the true cost from n to the goal.

It is the same as the goal function.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to estimate the cost of reaching the goal from a node in Informed Search?

h(n)

g(n)

f(n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Greedy Search complete?

Yes

No

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Greedy Search optimal?

Yes

No

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?