Module 1&2 Quest - Bank
Module 1&2 Quest - Bank
1. What is Artificial Intelligence? Explain the concept of Turing test, cognitive modelling approach and its
significance in AI.
2. Differentiate between strong AI and weak AI.Write a note on key subfields of AI.
3. Illustrate how AI is applied in various fields like healthcare, finance, transportation, entertainmentand
education.
4. Explain the concepts of thinking rationally and acting rationally.
5. Identify the turing test approach to provide a satisfactory operational definition of Intelligence.
6. Provide five examples of task environments along with their key characteristics.
7. Illustrate the structure of agent with respect to self-driving car and Satellite image analysis system.
11. Explain the following1.Simple reflex agent.2. Model based simple reflex agent.3. Goal based agent.4. Utility
based agent.
12. Provide the PEAS (Performance measure, Environment, Actuators, Sensors) specifications for thefollowing
systems:
• Medical diagnosis system.
• Part-picking robot.
• Satellite image analysis system.
• Refinery control system.
• Interactive English Tutor.
Module 2
1. Considering 8-puzzle problem define the start state and goal state and explain the role of AI in solving it.
3. Write the complete state space for a Vacuum cleaner to clean 2 squares A and B.
6. List and explain the criteria used to evaluate the performance of an algorithm.
ATRIA INSTITUTE OF TECHNOLOGY
Anandanagar, Bengaluru – 560 024
8. Make use of the state space vacuum world and define the components to solve this problem.
9. Explain problem solving agents along with the algorithm and illustrate the formulation of N- Queens
problem.
10. Explain why problem formulation must follow goal formulation.
11. Explain the steps performed by problem solving agent.
12. Illustrate the properties and the algorithm for Breadth first search technique.
13. Explain the tree search and graph search algorithms.
14. Discuss the following search Technique with the help of an example. Also discuss the benefits and
shortcoming of each. I. Breadth First Search. II. Depth First Search.
15. Give an example of a problem for which breadth first search would work better than depth first search
16. Draw the search tree for 8 puzzle problem and give the path to reach from initial state to final state using
depth first search algorithm and breadth first search algorithm.
a.
17. Explain the BIDIRECTIONAL SEARCH ALGORITHM
18.Explain the four factors to be considered while choosing the best search algorithm.
19.Solve the following graph using the breadth first search algorithm:
CO1 Explain the architecture and components of intelligent agents, including their interaction
with the AI environment
CO2 Apply problem-solving agents and various search strategies to solve a given problem.