Question Paper Code: X10326: Computer Science and Engineering
Question Paper Code: X10326: Computer Science and Engineering
B.E./B.Tech. DEGREE EXAMINATIONS NOV / DEC 2020 AND APRIL / MAY 2021
(Regulations 2017)
Time: 3 Hours Answer ALL Questions Max. Marks 100
PART- A (10 x 2 = 20 Marks)
PART- B (5 x 13 = 65 Marks)
11. a) Define Artificial Intelligence (AI). Explain the techniques of AI and describe 13
the characteristics of AI.
OR
b) i) Show the performance measure of various search algorithms. 5
ii) List out and brief the necessary components to define an AI problem with 8
an example.
13. a) What is predicate logic? Explain the predicate logic representation with 13
reference to suitable example.
OR
b) Consider the following sentences: 13
Marcus was a man
Marcus was a Pompeian
Marcus was born in 40 AD
All men are mortal
All Pompeian’s died the Volcano erupted in 79 AD
No mortal lives for more than 150 years
i). convert them to clause form.
ii). Answer the question “ is Marcus dead now” in two different ways.
Clearly state the assumption made.
14. a) Create and design the architecture of Intelligence agent with an example. 13
OR
b) With diagrammatic representation, explain Trust and Reputation in Multi- 13
agent systems in detail.
PART- C (1 x 15 = 15 Marks)
16. a) Consider the given problem. Describe the process involved in it. Consider 15
the water jug problem: you are given two water jugs, a 4 gallon one and 3
gallon one. Neither has any measuring marker on it. There is a pump that can
be used to fill the jugs with water. How can you get exactly 2 gallon of water
from the 4-gallon jug? Explicit.
Assumptions: A jug can be filled from the pump, water can be poured from
one jug to another and that there are no other measuring devices available.
OR
b) Explain how to translate text from one natural language (source) to another 15
language (target) with example.