CS8691 QB
CS8691 QB
QUESTION BANK
UNIT I INTRODUCTION
S.NO PART-A
1 What is AI?
Artificial Intelligence is the branch of computer science concerned with making computers behave
like humans. "the study and design of intelligent agents," where an intelligent agent is a system that
perceives its environment and takes actions which maximize its chances of success.
2 List out the applications of AI.
Autonomous planning,
Control and scheduling.
Game Playing and Robotics.
3 Define an agent.
An agent is anything that can be viewed as perceiving its environment through sensors and
SENSOR acting upon that environment through actuators.
4 List the various type of agent program.
Simple reflex agent program.
Agent that keep track of the world.
Goal based agent program.
Utility based agent program.
5 Define Agent function
Mathematically speaking, we say that an agent's behavior is described by the agent function
that maps any given percept sequence to an action.
When attempting to match 2 literals, all substitutions must be made to the entire literal. There may be
many substitutions that unify 2 literals, the most general unifier is always desired
consequences.
10 What is Backward chaining?
Backward chaining is designed to find all answers to a question asked to the knowledge base.
Therefore it requires a ASK procedure to derive the answer.
11 What is prolog program?
A prolog program is described as a series of logical assertions each of which is a Horn Clause.
Example: - P, ¬
12 What is Resolution?
Resolution is a complete inference procedure for first order logic
PART-B
1 Discuss in detail about First order logic with an example.
2 Explain unification algorithm in detail.
3 Explain in detail about forward and backward chaining in detail.
4 Define resolution. Explain resolution with an example.
5 Define events. Explain the necessity for mental events and objects in reasoning.
6 Illustrate the knowledge representation in detail.