Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Sample Question Format

(For all courses having end semester Full Mark=50)

KIIT Deemed to be University


Online End Semester Examination(Autumn Semester-2020)

Subject Name & Code: ARTIFICIAL INTELLIGENCE & CS 3011


Applicable to Courses:B.TECH (CSE/ CSSE)

Full Marks=50 Time:2 Hours

SECTION-A(Answer All Questions. Each question carries 2 Marks)

Time:30 Minutes (7×2=14 Marks)

Question Question Question CO Answer Key


No Type Mappi (For MCQ
(MCQ/S ng Questions only)
AT)
Q.No:1 What is a heuristic function in CO1
problem solving searching
algorithms?
What do you understand by state CO1
space representation?
Provide two uninformed search CO1
algorithms for problem solving?
Provide two informed search CO1
algorithms for problem solving?
Q.No:2 Knowledge and reasoning also play a CO4 (b)
crucial role in dealing with
__________________
environment.
a) Completely Observable
b) Partially Observable
c) Neither Completely nor Partially
Observable
d) Only Completely and Partially
Observable
A) Knowledge base (KB) consists of CO4 (a)
set of statements (sentences).
B) Inference is deriving a new
sentence from the KB.
Choose the correct option.
a) A is true, B is true
b) A is false, B is false
c) A is true, B is false
d) A is false, B is true
Wumpus World is a classic problem, CO4 (c)
best example of _______
a) Single player Game
b) Two player Game
c) Reasoning with Knowledge
d) Knowledge based Game
Inference algorithm is complete only CO4 (d)
if _____________
a) It can derive any sentence
b) It can derive any sentence that is
an entailed version
c) It is truth preserving
d) It can derive any sentence that is
an entailed version & It is truth
preserving
Q.No:3 Which search is equal to minimax CO2 (c)
search but eliminates the branches
that can’t influence the final
decision?
a) Depth-first search
b) Breadth-first search
c) Alpha-beta pruning
d) None of the mentioned
To which depth does the alpha-beta CO2 (d)
pruning can be applied?
a) 10 states
b) 8 States
c) 6 States
d) Any depth
Which search is similar to minimax CO2 (b)
search?
a) Hill-climbing search
b) Depth-first search
c) Breadth-first search
d) All of the mentioned
Which value is assigned to alpha and CO2 (d)
beta in the alpha-beta pruning?
a) Alpha = max
b) Beta = min
c) Beta = max
d) Both Alpha = max & Beta = min
Q.No:4 What is the expansion of PEAS in CO6 (c)
task environment?
a) Peer, Environment, Actuators,
Sense
b) Perceiving, Environment,
Actuators, Sensors
c) Performance, Environment,
Actuators, Sensors
d) None of the mentioned
What kind of observing CO6 (d)
environments are present in artificial
intelligence?
a) Partial
b) Fully
c) Learning
d) Both Partial & Fully
What kind of environment is CO6 (a)
crossword puzzle?
a) Static
b) Dynamic
c) Semi Dynamic
d) None of the mentioned
Where does the performance CO6 (b)
measure is included?
a) Rational agent
b) Task environment
c) Actuators
d) Sensor
Q.No:5 What is an agent? Provide two CO1
application of agents.
What is utility based agents? CO1
Enlist the four basic components of CO1
agent architecture?
Why Agents are the “nuts and bolt” CO1
of AI?
Q.No:6 Which algorithm will work backward CO3 (b)
from the goal to solve a problem?
a) Forward chaining
b) Backward chaining
c) Depth First Search
d) None of the mentioned
What will backward chaining CO3 (c)
algorithm return?
a) Additional statements
b) Logical statement
c) Substitutes matching the query
d) All of the mentioned
Which problem can frequently occur CO3 (d)
in backward chaining algorithm?
a) Repeated states
b) Incompleteness
c) Complexity
d) Both Repeated states &
Incompleteness
What is used in backward chaining CO3 (c)
algorithm?
a) Conjuncts
b) Substitution
c) Composition of substitution
d) None of the mentioned
Q.No:7 Which closely resembles CO6 (d)
propositional definite clause?
a) Resolution
b) Inference
c) Conjunction
d) First-order definite clauses
Which condition is used to cease the CO6 (c)
growth of forward chaining?
a) Atomic sentences
b) Complex sentences
c) No further inference
d) All of the mentioned
Consider a problem of preparing a CO6 (c)
schedule for a class of students.
What type of problem is this?
a) Search Problem
b) Backtrack Problem
c) Constraint Satisfaction Problem
d) Planning Problem
Which will solve the conjuncts of the CO6 (b)
rule so that the total cost is
minimized?
a) Constraint variable
b) Conjunct ordering
c) Data complexity
d) All of the mentioned

SECTION-B(Answer Any Three Questions. Each Question carries 12


Marks)

Time: 1 Hour and 30 Minutes (3×12=36 Marks)

Question Question CO
No Mapping
(Each
question
should be
from the
same
CO(s))
Q.No:8 Explain how to formally define a problem using constraint CO5
satisfaction problem? Provide the constraint propagation
and backtracking process in relation to map coloring
problem.

Formally define crypt-arithmetic problem, map coloring


problem and N queen’s problem as constraint satisfaction
problems. Solve map coloring problem using constraint
satisfaction problem.

Formally define crypt-arithmetic problem, map coloring


problem and N queen’s problem as constraint satisfaction
problem.
Q.No:9 What is the problem with informed search algorithms? Why CO3
uninformed search techniques in some condition are better
than informed search techniques?

What do you understand by informed search techniques?


Given A* Algorithm, explain how can you modify the A*
algorithm to behave as Greedy Best First algorithm.
What is the problem with informed search algorithms?
Derive the time complexity and space complexity of Iterative
Depth First Search algorithm.
Q.No:10 What do you understand by soundness and completeness in CO5
inference mechanism? Provide the architecture of a
knowledge-based agent for partially observable environment.
Provide the architecture of a knowledge-based agent for
partially observable environment. Elaborate how
propositional logic can be used in designing knowledge-
based agent. You may take example of “The Wumpus
World”.
How Resolution algorithm is used for inference mechanism?
Provide the algorithm and elaborate using an example of
your choice.
Q.No:11 Contrast Multiagent Planning with conditional and CO4
continuous planning. For a partially observable environment
what type of planning do you suggest.
Given a partially observable environment what type of
planning do you suggest. Justify by giving proper technical
explanation.
Elaborate and explain using proper example the difference
between inference using forward and backward chaining.

You might also like