Ai Css Previous Year Questions All
Ai Css Previous Year Questions All
(c) Give PEAS and state space description for “Automobile Driver Agent” 5
(b) - What is Game Playing Algorithm? Draw a game tree for Tic-Tac-Toe 10
problem.
(b) Explain Hill Climbing Algorithm and problems that occurs in hill climbing 10
algorithm?
4 (a) What do youmean by Resolution? Also discuss the steps in Resolution. 10
(b) Consider problem of changing a flat tire. The goal is to have a good spare 10
tire properly mounted on to the car’s axle, where the initial state has a flat
tire on the axle and a good spare tire in the trunk: Give the ADL
description for the problem and also discuss the solution
(b) Define Belief Network. Describe the steps of constructing belief network 10
with an example.
54516 Page1of1
X237Y64F3DFX237Y64F3DFX237Y64F3DFX237Y64F3DF
J——
T B R . SRR
Pnfier / Subject Code: 89284 / Artificial Intelligence
. T&(GW%PI&N\—V,_E/"?'U/'g'%d\uho/&sbx»ar/%.u@aq
Oatoy ~ 12 |L]a.¢u?
Time: 3Hrs. QR eadesy- \00€%192_Marks: 80
NOTE: - Q1 is compulsory
Solve any three from remaining.
Q2. a. All people who are graduating are happy. All happy people smile. Someone is [10]
graduating. Convert to FOL and CNF, Also Prove that “Is someone smiling?”
Solve using resolution.
b. Design a planning problem using STRIP for Air cargo transport. It involves [10]
A~
loading and unloading cargo onto and offof planes and flying it from place. Initial
State: At SFO airport, Cargol, Planel and at JFK airport, Cargo2, Plane2 is
present. Goal State: At SFO airport Cargo2 and at JFK airport Cargol is present.
Q3. a. Apply greedy best-first search. At each iteration, each node is expanded using [10]
evaluation function f (n) = h(n). h (S) = 10, h (A) = 10, h(D) = 8, h(B) = 6, h(E) =
6.5,h (C)=4,h (F) =3, h(G) = 0.8 is start state and G is goal state.
/
3
-
| '+ e
& = P
' 4 =
b. Explain the Depth Limit search and Depth first iterative deepening search. [10]
Q4. a. Formulate the problem, Choose the formulation that is precise enough to be [10]
implemented. Also identify the initial state, goal test, successor function, and cost
function for the following.
Problem statement: Autonomous Taxi driver
b. . Explain the concept of PAC learning [10]
Q5. a. Task of cleaning house has been assigned to a vacuum cleaner robot. Initial
location of robot is not known. Robot has to execute appropriate actions in order
to clean house. Identify the appropriate type of an agent and applicable task
environment, also identify the PEAS parameters.
65192 Page 1 of 2
\
5
—~
. [20] 4
Q6. Write detailed note on following. (Any two)
a. Wumpus World Environment
b. Differentiation of Forward and Backward Chaining
c. Language models of Natural Language Processing*
e sk sk ok ok ok ok kOkOkOK
65192 Page 2 of 2
Q2)
a) Perform o - B pruning on the following graph, clearly indicating the
o and B cuts and the final value of root node. [10]
i 0 \
c
MIN .
D E F g H \ !
MAX \ /‘
) K L M N o0 P @ R S T UVW
Xx Y Z a
b) What do you understand by informed and uninformed search methods? Explain in detail
Q3)
a) Consider the following statements: [10]
a) All people who are earning are happy
b) All happy people smile
¢) Someone is earning
Perform the following tasks:
i) Represent above statements in FOL
ii) Convert each to CNF
iii) Prove that someone is smiling using resolution technique. Draw the resolution tree
b) What do you understand by forward chaining and backward chaining. Explainin detail
[10]
75D8E3CF77ED0252F6C15C1FD6F31AA4
Paper / Subject Code: 89284 / Artificial Intelligence
Q4
a) For the given graph, the table below indicates the path costs and the heuristic values. S is the
start node and G1, G2 and G3 are the goal nodes. Perform A* search to find the shortest distance
b) What is planning in AI? Discuss partial order planning and hierarchical planning in detail [10]
75D8E3CF77ED0252F6C15C1FD6F31AA4
Paper / Subject Code: 89284 / Artificial Intelligence
Q53)
a) Explain the concept of genetic programming [10]
b) What is formulation of a problem. Formulate the Wumpus world problem in terms of following
components: initial state, actions, successor function, goal test, path cost. [10]
a) Applications of AT
b) Simulated annealing
e 3k 3k e ek ofk dkokokolkeokok
75D8E3CF77ED0252F6C15C1FD6F31AA4
Paper / Subject Code: 89284 / Artificial Intelligence
1) Q.1 is compulsory
2) Attempt any three from remaining five questions
Q2) a) What do you understand by Min Max Search and alpha beta search? Explain in detail
with example. 110]
b) What do you understand by A* search? Is it informed or uninformed search — Justify.
110}
Q3) a) Explain steps involved in converting propesitional logic statement into CNF with
suitable example [10]
b) What do you understand by forward chaining and backward chaining. Explain in
detail [10]
b) What are local search algorithms? Explain any one in detail [10]
Q5) a) What is planning in Al? Discuss partial order planning and hierarchical planning
in detail [10]
b) What do you understand by Reinforcement learning. Explain i1 detail |10}
38793 Page 1 of 1
SOFIFAFD7FF249C2BI9FAT2030EE2D394
T.E.(Computer Engineering)(SEM-VI)(Choice Base Credit Grading System ) (R-2020-21) (C Scheme) / 89284 - Artificial
Intelligence / 27.05.2022
R W . NGy
University of Mumbai /19\““/-344« 660
Examinations Summer 2022 e
Time: 2hour 30 minutes Max. Marks: 80
Q1 Choose the correct option for following questions. All the Questions are
: compulsory and carry equal marks
1. The computer program that simulates the thought process of humans is known as:
1|Page
F398EFCIF13F4B2A267CB6C11EOFCS887
93660
Option A: | Sociology
Option B: | Nurology
Option D: | Psychology
Option A: | Start
Option B: | Finish
Option C: | Modest
2|Page
F398EFCIF13F4B2A267CB6C11EOFC887
93660
.
C
Q4.
(20 Marks)
A Solve any Two 5 marks each
i Give types of parsing and generate the parse tree for a sentence “The
cat ate the fish”.
ii. Explain Simulated Annealing with suitable example.
iii, Differentiate between Informed search and uninformed search
Algorithms.
B Solve any One 10 marks each
3|Page
F398EFCIF13F4B2A267CB6C11EQFC887
93660
ii. Apply the alpha beta pruning on following example by considering the
root node a max.
4|Page
F398EFCIF13F4B2A267CB6C11E0FC887
TE-
Co wp [ s E M - T L / R 4 / s H » Z O z L / f5 -12 - 2022
TE - Paper / Subject Code: 89284 / Arg@ial Inte]ll?ence
g
&
A MaxMark.s S(L(f
NOTE: - Q1 is compulsory S
N &S
Q‘ 3
Solve any three from remall@mg
2N
c. Explain the categorization of Int&jhgent Syslém
d. How Al will help: e Robuti}s appllcansh
e. Generate the parse’tree for a“?éntence “fiie cat ate dié fuh P,
f. What do you, m?an by state;pace rep(e?entanon‘lfiiplam wi
of it ’
[10]
Page 10f2
22CD8DE2EA92ED2C2EE63485B4DD1406
o ~
Sre Y
Paper / Subject Code: 89284 / Art ial Intelligence
o
Page 2 of 2
22CD8DE2EA92ED2C2EE63485B4DD1406