0% found this document useful (0 votes)
9 views

Assignment 1

The document outlines an assignment for the Department of Information Science and Engineering at AMC Engineering College, focusing on Artificial Intelligence (AI) concepts across two modules. It covers topics such as definitions of AI, rational agents, the PEAS framework, historical milestones, problem formulation, search algorithms, and various agent classes. The assignment includes questions that require explanations and examples to demonstrate understanding of AI principles and problem-solving techniques.

Uploaded by

varshamk.amcec
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Assignment 1

The document outlines an assignment for the Department of Information Science and Engineering at AMC Engineering College, focusing on Artificial Intelligence (AI) concepts across two modules. It covers topics such as definitions of AI, rational agents, the PEAS framework, historical milestones, problem formulation, search algorithms, and various agent classes. The assignment includes questions that require explanations and examples to demonstrate understanding of AI principles and problem-solving techniques.

Uploaded by

varshamk.amcec
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

AMC ENGINEERING COLLEGE

18 Km, Bannerghatta Road, Bangalore-560083


DEPARTMENT OF INFORMATION SCIENCE AND ENGINEERING
V SEM 2024-25

ASSIGNMENT NO – 1

MODULE - 1

1. What is Artificial Intelligence (AI) and how is it defined across different perspectives
(thinking humanly, thinking rationally, acting humanly, acting rationally)?
2. What is the concept of a rational agent in AI, and how does it determine the right
actions based on its percepts and environment? Explain the concept by using
Vacuum-Cleaner World Problem.
3. What is the PEAS framework, and how is it used to specify the task environment for
an AI agent?
4. How do various task environment properties (like observability, determinism,
episodic nature, etc.) affect the design and functionality of AI agents?
5. What are the main historical milestones in the development of AI from its inception to
the present? (History of AI)
6. Explain the concept of Rationality and the structure of Agents by using Table-Driven
Agent function.
7. Explain the different classes of Agents based on perceived intelligence and capability.

MODULE – 2

1. What is problem formulation and goal formulation? Explain the Simple-problem


solving agent function.
2. Explain the main components required to define a well-defined problem in AI?
3. How does the following problem illustrate state space complexity in AI?
 Vacuum World
 8-puzzle problem
 8-queens problem
4. What is the difference between the state space and the search tree in the context of
search algorithms?
5. Explain the infrastructure for search algorithm and explain how the problem – solving
performance are measured?
6. How does breadth-first search (BFS) differ in terms of time and space complexity
compared to depth-first search (DFS)?
7. What is iterative deepening, and what advantages does it offer in search algorithms?
8. Explain the depth-limited search tree along with recursive implementation?
9. How does uniform-cost search ensure optimal solutions in AI problem-solving?
10. What are the benefits and challenges associated with bidirectional search in AI
applications?

You might also like