Search Header Logo

AI_search strategies

Authored by Adithya Anil

Other

University

Used 3+ times

AI_search strategies
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 2 pts

Media Image

Start from state A. Goal state is G. The number over each edge indicates the cost to transition from one state to another. What is the order of nodes visited by BFS (including the start and goal state too)? Break any ties using lexicographic ordering and do not perform duplicate detection.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Consider f(n) = g(n) + 5h(n). What is the order of nodes visited by best-first search algorithm? (Start-node is S, no duplicate detection)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Start state is a, and goal state is z. Cost of transitioning from one node to another are mentioned over the corresponding edge. Numbers on the node are the heuristic values. Assume successors are returned in reverse lexicographic order. In case of ties, use lexicographic ordering for breaking ties.For A* search with full duplicate detection, what is the order in which the nodes are visited?

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is/are false regarding the A* search algorithm ?

It gives optimal solutions

A* search algorithm has a better worst-case space time complexity than DFS if the heuristic used is admissible

It is a systematic search algorithm

It helps improve the worst-case time complexity of the search

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Consider the given adversarial search tree. Assume that the search always chooses children from left to right. The search tree uses alpha-beta pruning.

Which of the following nodes are pruned during the search?

J

K

L

M

N

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is/are true regarding the basic mini-max adversarial search algorithm?

It is complete if the search tree is finite

It is optimal for all kinds of adversaries

The worst-case time complexity and space complexity is similar to that of Depth First Search

By itself, it cannot play games like Chess and Go due to huge search depths.

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is/are false regarding the alpha-beta pruning for the mini-max search algorithm?

It can potentially lead to suboptimal solutions compared to mini-max search without any pruning

It is guaranteed to improve the running time in-comparison to the mini-max search without any pruning

The order in which nodes are visited affects the amount of pruning

If the successors of a node are chosen randomly, the time complexity (on average) is O(b3m/4)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?