
AI_search strategies

Quiz
•
Other
•
University
•
Hard
Adithya Anil
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 2 pts
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
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
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
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)
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Artificial Potential Field Method & Roadmaps

Quiz
•
University
16 questions
Mango

Quiz
•
University
20 questions
Football

Quiz
•
KG - University
15 questions
nba stars

Quiz
•
KG - University
15 questions
NHL

Quiz
•
6th Grade - Professio...
15 questions
MACHINE LEARNING-PEDAGOGY METHOD

Quiz
•
University
20 questions
Rainbow Friends (Chapter 1)

Quiz
•
University
15 questions
Robotics Kinematics & Dynamics

Quiz
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade