21CS54 TIE SIMPdocx (1) (1) (1) (1) PDF
21CS54 TIE SIMPdocx (1) (1) (1) (1) PDF
1. What is the Turing test, and how does it determine if a machine is intelligent? Why is it
important in AI? Explain
2. Can you list the various environments in which agents operate,Explain by taking
vacuum cleaner world as an example
1. Explain the concept of informed search strategies? How do they differ from uninformed
search strategies? Explain Greedy Best first search and A* Search Algorithm in detail - 12M
2. What role do heuristic functions play in informed search algorithms? How are heuristic
functions generated? How are they used to estimate the cost of reaching the goal state?
3. Show that the tree-search version of A* is optimal if h(n) is admissible, while the
graph-search version is optimal if h(n) is consistent.
4. Explain the working of Recursive Best First Search algorithm with algorithm and an
example
5. Explain the PEAS description of Wumpus World.
6. Explain knowledge-based agents in detail
7. Explain resolution algorithm for propositional logic. Use propositional logic and apply
resolution method for the following sentences to prove that the goal is derivable from the
given knowledge base. 1. (P ∧ Q) ∧ (P ⇒ R) ∧ [(Q ∧ R) ⇒ S], where goal is S. 2. The
humidity is high or the sky is cloudy If the sky is cloudy, then it will rain If the humidity is
high, then it is hot It is not hot Goal: It will rain
8. Apply A* and Greedy Best First Search algorithm for the below graph (use a sample graph
and answer)
9. Explain the Forward chaining algorithm for propositional logic. Apply the Forward chaining
algorithm for the following grammar (A and B are known facts; Q is the conclusion) and
draw the Page 4 of 7 corresponding AND – OR graph. P ⇒ Q L ∧ M ⇒ P B ∧ L ⇒ M A
∧P⇒LA∧B⇒LAB