Multiple Choice
What is true aboout Iterative Deepening DFS?
A) it does not perform dfs in a bfs fashion.
B) it is the preferred informed search method
C) it's a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.
D) is a depth-first search with a fixed depth limit l
Correct Answer:

Verified
Correct Answer:
Verified
Q2: In Forward State Space Planning , Progress
Q3: Tabu search is designed _<br>A)as it does
Q4: Production/Rule looks like_<br>A)pattern-->data<br>B)action-->data<br>C)pattern-->action<br>D)none of the above
Q5: Which is not problem in Hill climing?<br>A)plateau<br>B)ridges<br>C)local
Q6: What is Hyper-Edge in AO Graph?<br>A)many edges
Q7: effects? (a) in Forward State Space Planning
Q8: What is used to lable primitive problems
Q9: Plan representation in Plan Space Planning is
Q10: How can we convert AO graph with
Q11: Which are the first AI applications of