AI IMP Question Bank
AI IMP Question Bank
Chapter 1: What is AI
1. What is artificial intelligence? Define the different task domains of artificial intelligence.
2. What are the AI problem characteristics? Discuss in detail with example.
3. Discuss Turing Test.
Chapter 3: logical Agents/ Order Logic & Chapter 4: Inference in First Order
Logic
1. Differentiate between declarative and procedural representation of knowledge.
2. Explain the different approaches to knowledge representation.
3. Explain different knowledge representation issues in detail
4. Explain why it is necessary to choose granularity for knowledge representation.
5. Predicate logic conversion from normal sentences and resolution problem (any)
6. Define knowledge base agent in AI.
Chapter 5: Uncertainty
1. Explain the Bay’s theorem.
2. Explain the Bayesian Networks.
Tom is a cat.
Tom caught abird.
Tom is owned byJohn.
Tom is ginger incolor.
Cats likecream.
The cat sat on the mat.
A cat is a mammal.
A bird is an animal.
All mammals are animals.Mammals have fur.
If the nodes are expanded from left to right, what nodes would not be visited using alpha-beta
pruning.
5. Consider the game tree given below, in which the evaluation function values are shown
below each leaf node for the max player. Assume that the root node corresponds to the
minimizing player. Assume that the search always visits children left-to-right. Compare the
backup values computed b the minimax algorithm by writing values at the appropriate nodes
in the tree given.