Artificial Intelligence- search

Artificial Intelligence- search

Assessment

Quiz

Computers

University

Hard

Created by

Peeyush Kumar

Used 48+ times

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Among the given options, which search algorithm requires less memory?

Binary Search

Breath First Search

Depth First Search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is used in the Game tree to make decisions of Win/Lose?

Heuristic Search Algorithm

DFS/BFS algorithm

Greedy Search Algorithm

Min/Max algorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search strategy is also called as blind search?

Uninformed Search

Informed Search

Simple Reflex Search

All of Above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search is implemented with an empty first-in-first-out queue?

Depth First

Breadth First

Bidirectional

None of Above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the space complexity of Depth-first search? b = branching factor, m = depth, l = leaf nodes

O(b)

O(bl)

O(m)

O(bm)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What 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)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A* algorithm is based on ___________

Breadth-First-Search

Depth-First-Search

Best-First-Search

Hill Climbing

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?