Unit-Wise 30 Questions
Unit-Wise 30 Questions
Unit-I (CO#1)
1. Explain the role of sensors and effectors in the functioning of intelligent agents.
(2021,2022,2024)
2. What ethical considerations should be taken into account in the development and deployment
of Al systems? (2023)
3. What is meant by the term Artificial Intelligence?
I How it is different from natural
intelligence? (2020, 2021)
4. Describe the foundation and history of AI. (2019,2021)
5. Define role of agent in AI. Describe various types of intelligent agents with the help of their
structure. (2020,2022)
6. Describe the use of natural language processing in AI. (2021,2022)
Unit-II (CO#2)
1. Explain the basic principles of uninformed search strategies. Provide examples of algorithms
falling under this category. (2020, 2021, 2022)
2. Describe the concept of local search
search algorithms. Provide an example of an optimization
problem and explain how local search algorithms can be applied to solve it. (2021, 2023)
3. Define informed search and heuristics. How do heuristics contribute to improving the
efficiency of search algorithms? (2023)
4. Discuss Branch-and-bound
bound search algorithm. (2019, 2020)
5. Discuss simulated annealing search algorithm with its advantages and disadvantages. (2020,
2022)
6. What is adversarial search? Write the steps
steps for game problem formulation. State and explain
minimax algorithm with tic-tac-toe
tic game. (2023)
Unit-III (CO#3)
1. Explain the concept of First
First Order Predicate Logic and how it is utilized in Prolog
programming. (2021)
2. Compare and contrast forward chaining and backward
backward chaining in the context of rule-based
rul
reasoning systems. Provide examples to illustrate each.
each (2019)
3. What is the difference between knowledge representation and knowledge acquisition? (2020)
4. Explain the role of Hidden Markov Model (HMM) in probabilistic reasoning. (2022)
5. Determine whether the following argument is valid:
“If a baby
aby is hungry, then the baby cries. If the baby is not mad, then he does not cry. If a
baby is mad, then his face looks abnormal. Therefore,
Therefore, if a baby is hungry, then his face looks
abnormal”. (2023)
Unit-IV (CO#4)
1. What are the different communication paradigms used by intelligent agents, and how do they
facilitate collaboration? (2023)
2. What role does bargaining play in resolving conflicts and reaching agreements among
intelligent agents? (2020, 2022)
3. How do intelligent agents perceive and act within their environment in the context of multi-
agent systems? (2021)
4. Explain clustering and differentiate between supervised and unsupervised learning. (2019,
2023)
5. What is pattern recognition? Explain various steps involved in the designing of a pattern
recognition system with the help of a diagram. (2020, 2023)
6. Describe the learning with hidden data with suitable example. (2021)
7. Define the term reinforcement learning. How does the passive reinforcement learning differ
from active reinforcement learning? (2019, 2022)
Unit-V (CO#5)
1. Explain the importance of pre-trained language models in various AI applications. (2021,
2022)
2. What are language models, and how do they contribute to natural language processing tasks?
(2021, 2022)
3. How does information retrieval play a crucial role in enhancing search engines and
recommendation systems? (2021, 2022)
4. Illustrate the K-means clustering with suitable example in pattern recognition. (2020, 2021,
2022)
5. Describe the nearest neighbor rule and Bayes classifier in pattern recognition. (2020, 2022)
6. Write the short note on the following: (2020, 2021, 2022)
I. Design principle of pattern recognition system
II. Statistical pattern recognition
III. Linear Discriminant Analysis