0% found this document useful (0 votes)
36 views3 pages

Module 1&2 Quest - Bank

Uploaded by

vinay kumar
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)
36 views3 pages

Module 1&2 Quest - Bank

Uploaded by

vinay kumar
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/ 3

ATRIA INSTITUTE OF TECHNOLOGY

Anandanagar, Bengaluru – 560 024

Module I - Question Bank

Subject: Artificial Intelligence Sem: V Subject code : BCS515B

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.

8. Discuss the concept of rationality, autonomy and omniscience with an example.


9. Write a note on learning agents also explain how the components of agent programs work.
10. Explain goal formulation and problem formulation.

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.

13. Are reflex actions rational? Are they intelligent?


14. What is an Agent? What are the different types of Agent? List out the characteristics of Agent.
15. Define the following (i) State (ii)State Space (iii) Search tree (iv) Search node (v) Transition model .
16. Explain in detail Intelligent systems and its categories.
17. Create a design for a simple reflex agent that plays a game of tic-tac-toe. What rules or conditions would you
program into the agent, and how does the agent decide its next move?

Module 2

1. Considering 8-puzzle problem define the start state and goal state and explain the role of AI in solving it.

2. List and explain the five components of a problem.

3. Write the complete state space for a Vacuum cleaner to clean 2 squares A and B.

4. Explain Breadth first search with an example and algorithm.

5. Explain Depth First search with an example and algorithm.

6. List and explain the criteria used to evaluate the performance of an algorithm.
ATRIA INSTITUTE OF TECHNOLOGY
Anandanagar, Bengaluru – 560 024

7. Explain Uniform cost search with an example and algorithm.

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:

S is the initial state and G is the goal state.

20.Solve the following graph using depth first search algorithm:

S is the initial state and G is the goal state

21.Solve the following graph using breadth first search algorithm


ATRIA INSTITUTE OF TECHNOLOGY
Anandanagar, Bengaluru – 560 024

Initial node D final node G

22.Solve the following graph using depth first search algorithm

A is the initial node F is the goal state

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.

You might also like