Rang 3
Rang 3
Rang 3
2. (CO4) Which search is equal to min-max search but eliminates the branches that
can’t influence the final decision?
a) Depth-first search b) Breadth-first search
c) Alpha-beta pruning d) None of the mentioned
10. (CO4). If P is True, Q is False and R is true, the output of (P ^ ~Q v ~R) will be :
(a) True (b) False
2. (CO3) Explain five Logical connectives in prepositional logic with suitable explanation and
example
3. (CO4) What is Game Playing? Explain the algorithm which is used for game playing with the help
of an example.
4. (CO5) Explain Expert System and its components in detail with diagram.
5. (CO3) Explain Partial order planning. what are the advantage and disadvantage of Non Linear
plan
1. (CO1) What are the steps to formalize a problem? Draw state space search of Water Jug
problem using Depth first search Algorithm.
2. (CO4) Using GOAL STACK Planning Method , Solve the following and show all steps in detail
including Database and Solution
3. (CO3) Write all steps to convert sentences into CNF and also convert below sentence into CNF
All Romans who know Marcus either hate Caesar or think that anyone who hates anyone is
crazy
4. (CO2) Traverse the given graph using the A* algorithm. The heuristic value of all states is given
in the below table so we will calculate the f(n) of each state using the formula f(n)= g(n) + h(n),
where g(n) is the cost to reach any node from start state.Find the optimal path with cost using
A* algo showing each step
Write Alpha –Beta Pruning algorithm. Apply Alpha –Beta Pruning and Draw Pruned Tree. Explain
which nodes will be pruned and which nodes are never explored