0% found this document useful (0 votes)
67 views8 pages

09 12 Ai

Uploaded by

monish anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views8 pages

09 12 Ai

Uploaded by

monish anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Register Number

SATHYABAMA
INSTITUTE OF SCIENCE AND TECHNOLOGY
(Deemed to be University U/S 3 of UGC Act,1956)

Programme & Specialisation: B.E/B.Tech - CSE/IT


Title of the Paper : Artificial Intelligence Max. Marks: 100
Course Code : SCSA1702 (2019) Time : 3 Hours
Date : 23-11-2022 Session : FN
________________________________________________________
(NOTE: Assume relevant data, if found missing)

PART - A (10 × 2 = 20)


Answer ALL the Questions

1. What is meant by robotic agent? (CO1)

2. Explain the some of the uninformed search techniques. (CO1)

3. Name the reason when hill climbing often gets stuck. (CO2)

4. How can minimax also be extended for game of chance?


(CO2)

5. Illustrate the limitations in using propositional logic to represent


the knowledge base. (CO3)

6. What is ontological commitment (what exists in the world) of


first order logic? Represent the sentence “Brothers are siblings”
in first order logic? (CO3)

7. Illustrate about belief network. (CO4)

8. What is a Bayesian network? (CO4)


9. What are characteristics of robot? (CO5)

10. List out the applications Information Retrieval. (CO5)

PART - B (5 × 16 = 80)
Answer ALL the Questions

11. Explain properties of environment. (CO1)


(or)
12. Explain Uniformed strategies (a) BFS (b) DFS with example.
(CO1)

13. Inspect the A* search and give the proof of optimality of A*.
(CO2)
(or)
14. Examine the types of hill climbing search techniques. (CO2)

15. Explain forward and backward chaining with example. (CO3)


(or)
16. Summarize about unification algorithm with an example. (CO3)

17. Examine Inference in belief network. (CO4)


(or)
18. Explain the classification of Bayesian Network. (CO4)

19. Explain in detail about Information retrieval. (CO5)


(or)
20. Illustrate about Nature Language processing. (CO5)
Register Number

SATHYABAMA
INSTITUTE OF SCIENCE AND TECHNOLOGY
(Deemed to be University U/S 3 of UGC Act,1956)

Programme & Specialisation: B.E./B.TECH. - CSE/I.T


Title of the Paper : Artificial Intelligence Max. Marks: 100
Course Code : SCSA1702 (2019) Time : 3 Hours
Date : 19-04-2023 Session : FN
________________________________________________________
(NOTE: Assume relevant data, if found missing)
PART - A (10 × 2 = 20)
Answer ALL the Questions
1. Explore the phases involved in Designing a problem- solving
agent. (CO1)
2. Outline the properties of Search Algorithm. (CO1)
3. State the merits and demerits of local search. (CO2)
4. Summarize Constraint specification and its employment. (CO2)
5. What are the limitations in using propositional logic to represent
the knowledge base? (CO3)
6. Differentiate forward chaining and backward chaining. (CO3)
7. According to Bayes rule, P(Ci| X) = _________. (CO4)
8. Formulate the Axioms of Utility Theory. (CO4)
9. Identify the three basic application of machine translation in
history of AI. (CO5)
10. Define natural language processing. (CO5)
PART - B (5 × 16 = 80)
Answer ALL the Questions
11. Design any two Uninformed Search Strategies with Example.
(CO1)
(or)
12. Illustrate the Concept of Problem-Solving Agent with a Real-
World Example. (CO1)

13. State the need for constraint satisfaction problem (CSP) with an
example. How CSP is formulated as a search problem? (CO2)
(or)
14. Summarize the concept of Simulated Annealing using Travelling
Salesman Problem. (CO2)
15. Illustrate the use of first order logic with BNF (Backus-Naur
Form). (CO3)
(or)
16. Apply forward and backward chaining concept to solve the
problem:
The law says that it is a crime for an American to sell weapons to
hostile nations. The country Q, an enemy of America, has some
missiles, and all of its missiles were sold to it by Jack, who is
American.
Prove: “Jack is a criminal”. (CO3)

17. Hypothesize on how planning is done in Non Deterministic


Domain. (CO4)
(or)
18. Construct a Fully observable environment and discuss how
Complex decisions could be crafted. (CO4)

19. Explain information retrieval in detail. (CO5)


(or)
20. Categorize the types of planning and explain the two types in
detail. (CO5)
Register Number

SATHYABAMA
INSTITUTE OF SCIENCE AND TECHNOLOGY
(Deemed to be University U/S 3 of UGC Act,1956)

Programme & Specialisation: B.E. / B.TECH. - CSE / I.T


Title of the Paper : Artificial Intelligence Max. Marks: 100
Course Code : SCSA1702 (2019) Time : 3 Hours
Date : 07/11/2023 Session : FN
________________________________________________________
(NOTE: Assume relevant data, if found missing)
PART - A (10 × 2 = 20)
Answer ALL the Questions
1. Explain the role of Actuators. (CO1)
2. Design PEAS description of the task environment for an
automated taxi drive. (CO1)
3. Comment on the usage of evaluation function f(n). (CO2)
4. What do you mean by local maxima? (CO2)
5. Justify the purpose of inferences - TELL and ASK in Knowledge
Base. (CO3)
6. What is ontological commitment (what exists in the world) of
first order logic? Represent the sentence “Brothers are siblings”
in first order logic. (CO3)
7. What is the use of Hierarchical Task Network? (CO4)
8. Integrate and discuss the Aggregation employment in Partial
order Planning. (CO4)
9. Recognize the examples of language modelling and explain.
(CO5)
10. What is point to point motion? (CO5)
PART - B (5 × 16 = 80)
Answer ALL the Questions

11. Explain the concept model based agent and utility based agent
with an example. (CO1)
(or)
12. Summarize the concept of Intelligent Agent and explain its
Structure. (CO1)

13. What is Greedy Best First Search? Explain with an example the
different stages of Greedy Best First Search. (CO2)
(or)
14. Explain in detail about heuristic function with suitable example.
(CO2)

15. Explain the Wumpus world environment with PEAS description.


(CO3)
(or)
16. Formulate the steps involved in the knowledge engineering
process with an example – the domain of Electronic Circuits.
(CO3)

17. Explain how an agent plan, schedule and act in real world with
an example. (CO4)
(or)
18. Simulate how Classification is done using the Naive Bayesian
Classifier with suitable example. (CO4)

19. Explain in detail about language modelling and its types in AI.
(CO5)
(or)
20. Identify the hardware requirements for development of robots
and explain them. (CO5)
Register Number

SATHYABAMA
INSTITUTE OF SCIENCE AND TECHNOLOGY
(Deemed to be University U/S 3 of UGC Act,1956)

Programme & Specialisation: B.E/B.Tech - CSE/IT


Title of the Paper : Artificial Intelligence Max. Marks: 100
Course Code : SCSA1702 (2020) Time : 3 Hours
Date : 26-08-2023 Session : FN
________________________________________________________
(NOTE: Assume relevant data, if found missing)

PART - A (10 × 2 = 20)


Answer ALL the Questions
1. What is AI? (CO1)

2. List some of the uninformed search techniques. (CO1)

3. Write the reason when hill climbing often gets stuck. (CO2)

4. Where is genetic algorithm used? (CO2)

5. Find the sentence “Brothers are siblings” in First order logic.


(CO3)
6. Define Ontological Engineering. (CO3)

7. Name the different types of planning in AI. (CO4)

8. State the Bayes’s theorem. (CO4)

9. List out the various applications of AI. (CO5)

10. Who invented robot? (CO5)


PART - B (5 × 16 = 80)
Answer ALL the Questions

11. Explain in detail about the structure of different intelligent


agents. (CO1)
(or)
12. Explain about BFS algorithm. Illustrate with an example. (CO1)

13. Construct with an example about constraint satisfaction problem.


(CO2)
(or)
14. Organize alpha-beta pruning algorithm with an example. (CO2)

15. Compare and contrast forward chaining and backward chaining.


(CO3)
(or)
16. Explain the following problem statement: (CO3)
Ravi likes all kind of food
Apples and chickens are food
Anything anyone eats and is not killed is food
Ajay eats peanuts and is still alive
Rita eats everything that Ajay eats
Prove by resolution that Ravi likes peanuts using Resolution.

17. Build with an example about partial order planning. (CO4)


(or)
18. Identify how important are semantic networks in AI. (CO4)

19. Explain in detail about components and steps in NLP. (CO5)


(or)
20. Judge the impact of artificial intelligence in speech recognition
technology. (CO5)

You might also like