Be Summer 2020
Be Summer 2020
Be Summer 2020
___________
MARKS
Q.1 (a) What do you understand by Backtracking? What is natural 03
advantage of Backtracking?
(b) Define the following words in the context of AI 04
(i) Intelligence (ii) Knowledge (iii) Information (iv) logical
reasoning
(c) Draw the state space for given problem. You have three jugs of 07
capacity of 12 lietrs, 8 literss, and 3 liters. 12 liter of Jug is full of
water while other two jugs are given empty. You have to obtain 2
liters of water in 12 liters of jug. You can pour the water on the
ground. But no additional water is given. Formulate the state space
for the given problem. Solve the problem and suggest the strategy.
OR
OR
1
(c) For given following joint probability distribution of two 07
Boolean variables, Find out the following probabilities?
(i) P(Cavity)
(ii) P(~Toothache)
(iii) P(Cavity|Toothache)
Toothache ~Toothache
Cavity 0.04 0.06
~Cavity 0.01 0.89
Q.4 (a) How do you define Artificial neural network? How does it 03
learn?
(b) What is the importance of Fuzzy logic? How do you perform 04
union, intersection and complement operation on the Fuzzy
sets?
Q.5 (a) Discuss the concept of LIST in prolog with suitable example. 03
(b) Write a prolog program which can list odd and even numbers 04
from the given input list.
*************