QB 2018 - Artificial Intelligence Unit 1
QB 2018 - Artificial Intelligence Unit 1
Unit: 1
Title of the Unit: INTRODUCTION TO Al AND PRODUCTION SYSTEMS
Course objective: To understand the concepts of Artificial Intelligence and methods for
solving problems
Course Outcome: Identify and solve problems that are amenable to solution by AI
methods.
PART A
2 Nov
2017 K
6 Define heuristics. Why are heuristics crucial for the efficient NOV K
design of an expert system? 2016
Heuristics is the study of the methods and rules of discovery and
invention. In state space search, heuristics define the rules for
choosing branches in a state space that are most likely to lead to
an acceptable solution. There are two cases in AI searches when
heuristics are needed:
The problem has no exact solution. For example, in
medical diagnosis doctors use heuristics to choose
the most likely diagnoses given a set of symptoms.
(medical expert systems)
The problem has an exact solution but is too
complex to allow for a brute force solution.
Key Point: Heuristics are fallible. Because they rely on
limited information, they may lead to a suboptimal
solution or to a dead end.
16 Define AI technique? K
Artificial Intelligence (AI) is the study of how to make
computers do things which, at the moment, people do
better.
PART C
Q.N Question Year Bloom’s
Taxanomy
Level
1 Explain the constraint satisfaction procedure to solve the NOV AP
crypt arithmetic problem. 2015
CROSS
+ ROADS
DANGER
2 Solve the given problem. Describe the operators involved in MAY/ AP
it.Consider a water jug problem: You have given two jugs, a NOV
4-gallon one and a 3-gallon one. Neither have any measuring 2016
markers on it. There is a pump that can be used to fill the
jugs with water. How can you get exactly 2 gallons of water
in to the 4-gallon jug? Explicit Assumptions: A jug can be
filled from a pump, water can be poured out of a jug on to
the ground, water can be poured from one jug to another
and that there are no other measuring devices available.
MAY 2016/DEC 2016