CT 2 Batch 2 Set A313 Ans Key
CT 2 Batch 2 Set A313 Ans Key
BATCH 2 SET-A
SRM Institute of Science and Technology
Mode of Exam
Faculty of Engineering and Technology
OFFLINE
School of Computing
SRM Nagar, Kattankulathur – 603203, Chengalpattu District, Tamilnadu
Academic Year: 2021-2022 EVEN
REG.N
O
Test: CLAT- 2 Date: 31-03-2022
Course Code & Title: 18CSC305J & Artificial Intelligence Duration: 2 Periods
Year & Sem: III &VI Max. Marks: 50
S.No. Course PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
Outcome
1 CO1 M M M M H M L H
2 CO2 M H H H H M L H
3 CO3 M H H M H M L H
4 CO4 M H M H H M L H
5 CO5 M H H H H M L H
6 CO6. L H M M H H L H
a) Cross over
b) Mutation
c) Recombination
d) Reproduction
2 The type of search the result depends on the players which will decide 1 2 2 1 1.3.1
the final result
a) Normal Search
b) Adversarial Search
c) Linear Search
d) Sequential Search
a) O(bd )
b) O(an)
c) O(Abc)
d) O(ab)
4 Select the Algorithm where less exploring nodes of search tree are 1 1 2 1 1.3.1
performed
a) Shallowest
b) Child node
c) Deepest
d) Minimum cost
10 ______________ combines the small memory footprint of DFS and 1 2 2 2 2.2.3
has the completeness guarantee of BFS
Part – B
( 4 x 5 = 20 Marks) Answer ALL the Questions
21 Derive a solution for the following graph using iterative 5 1 2 2 2.4.1
deepening DFS algorithm.
Ans:
Ans:
Definition—---1 Mark
Concepts—----1 Mark
Heuristics—---1 Mark
Example—-----2 Marks
23 Define Fuzzy logic, Fuzzy sets and basic operations in Fuzzy 5 2 3 2 2.4.1
logic
Definition—---1 Mark
Fuzzy sets —----2 Mark
Basic Operations — 2 Marks
24 Use the following facts and prove the goal: You are not 5 3 3 2 2.4.1
swimming
Ans:
Part – C
( 1 x 10 = 10 Marks) Answer any ONE question
25. a) Discuss about Alpha beta pruning with 10 3 2 1 1.3.1
appropriate example and specify the importance of the
same.
b) Illustrate the condition under which this Alpha
Beta pruning could be done.
Ans:
α>=β
Alpha beta pruning works on 2 threshold values α and β
–α: It is the best highest value, a MAX player can have.
It is the lower bound, which represents negative infinity
value.
–β: It is the best lowest value, a MIN player can have. It
is the upper bound which represents positive infinity.
Ans:
Concept : 4
Example : 4
Justification : 2