Artificial Intelligence - Searching

Artificial Intelligence - Searching

University

22 Qs

quiz-placeholder

Similar activities

Bootstrap

Bootstrap

University

20 Qs

Computer Science Quiz

Computer Science Quiz

KG - Professional Development

18 Qs

Data Structure

Data Structure

University

20 Qs

AI Quiz

AI Quiz

University

25 Qs

Data Structures Quiz No 2

Data Structures Quiz No 2

University

20 Qs

Data Structures - Tree

Data Structures - Tree

University - Professional Development

20 Qs

DSA - Binary Tree 2-3

DSA - Binary Tree 2-3

University

20 Qs

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

Artificial Intelligence - Searching

Artificial Intelligence - Searching

Assessment

Quiz

Computers

University

Hard

Created by

Amit Mandal

Used 2+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many kinds of informed search methods are present in artificial intelligence?

1

2

3

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following search method is helpful to find better by learning?

Best-first search

Depth-first search

Metalevel state space

None of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following search method will expand the node that is nearest to the goal?

Best-first search

Greedy best-first search

A* search

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following search algorithm is optimal and complete when h(n) is consistent?

Best-first search

Depth-first search

Both A and B

A* search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the heuristic function of greedy best-first search?

f(n) != h(n)

f(n) < h(n)

f(n) = h(n)

f(n) > h(n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following search uses the problem-specific knowledge outside the definition of the problem?

Informed search

Depth-first search

Breadth-first search

Uninformed search

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is helpful to increase the performance of the heuristic search?

Quality of nodes

Quality of heuristic function

A simple form of nodes

None of the mentioned

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?