Ai Question Bank
Ai Question Bank
AL3391-ARTIFICIAL INTELLIGENCE
QUESTION BANK
UNIT 1
1. Define an agent.
2. Define Artificial Intelligence (AI).
3. What is the role of agent program?
4. What are the components that define a problem in Artificial Intelligence.
5. Give the general model of learning agent?
6. What is an agent function? Differentiate an agent function and an agent
program.
7. Compare Deterministic vs Stochastic environment
8. Give PEAS description for Part picking robot.
9. What is meant by Turing test?
10. State the concept of rationality.
11. Give the structure of agent in an environment.
12. List some of the uninformed search techniques.
13. What are the steps involved to solve a problem in AI?
14. List the properties of task environments.
15. What is a task environment? How it is specified?
16. Why problem formulation must follow goal formulation?
17. List down the characteristics of intelligent agent.
18. What are the factors that a rational agent should depend on at any given time?
19. Differentiate between Intelligence and Artificial Intelligence.
20. Give performance evaluation measure for
BFS,DFS,UCS,IDDFS,DLS
PART B
1. Define the properties of an environment. Give PEAS description table for agents such as
an automated taxi driver, ATM system, Medical diagnosis system.
2. Demonstrate any two uninformed search strategies in detail.
3. Explain the architecture of agent.
4. What is an intelligent agent? Explain the terms such as percept, percept sequence, agent
function and agent program with vacuum cleaner example.
5. Explain the components necessary to define a problem.
6. What is the difference between informed and uninformed search strategy?
7. Describe in detail the various definitions of Artificial Intelligence.
8. Explain in detail about structure of typical intelligent agents with example.
9. Explain the following uninformed search strategies =>BFS,DFS,UCS
10. Explain the following uninformed search strategies =>DFS,IDDFS,DLS.
PART C
UNIT 2
PART A
PART B
UNIT 3
PART A
1. What is a game?
2. What is Nash equilibrium?
3. Give applications of game theory.
4. What is a game tree?
5. What is a ply in game tree?
6. What is minimax algorithm?
7. What is alpha beta pruning?
8. How can minimax also be extended for game of chance.
9. What is stochastic games?
10. How alpha beta pruning overcome the drawback of minimax algorithm?
11. What is constraint satisfaction Problem.
12. List the types of constraints in CSP.
13. List the types of assignments in CSP.
14. Define forward checking and backtracking in CSP.
15. Define MRV and LCV in CSP.
a. Minimum remaining values heuristic chooses the variable with the fewest “legal”
values.
b. Least constraining value heuristic prefers the value that rules out the fewest
choices for the neighboring variables in the constraint graph.
16. Define Constraint Propagation.
17. Define Cycle Cutset.
18. How do we represent the structure of problems in CSP.
19. What is Tree Decomposition.
20. Define Conflict directed backjumping.
PART B AND C:
2.How minimax procedure can be modified to play multiplayer games.(8 mark) (AU-2009)
4.Discuss about Constraint Satisfaction Problem with an algorithm for solving Cryptoarithmetic
problem.(AU-2009,2013,2014,2015,2017,2018).
UNIT 4
PART A
PART B
2.Give the five logical connectives used to construct complex sentences and give the formal
grammar of propositional logic.( 6mark-AU-2013).
4.Explain unification algorithm used for reasoning under predicate logic with an example.(16
mark-AU-2011).
7.Relate first order logic with propositional logic and discuss in detail about the same(13 mark-
DEC 2018).
10.What are the steps to convert FOL TO NORMAL FORM.Explain each step.(8 MARK-
AU2014)
PART A
PART B