Skip to content
Previous Year Question Paper

AD/AL/AI-304 (GS) – Artificial Intelligence

December 2023AIMLSEMESTER-3
December 2023
Max Marks: 70
Duration: 3 Hours
Instructions:

Attempt any five questions.

All questions carry equal marks.

Q.1
a)Unit 1

Four approaches of AI are Acting Humanly, Thinking humanly, Thinking rationally and Acting rationally. Discuss feasibility of the approaches in current scenario. Which approach is best suitable for rational agent and why?

b)Unit 1

Explain how A* search different with AO* search technique. Discuss the advantage and disadvantage of both the techniques?

Q.2
a)Unit 1

State the difference between informed search and uninformed search with suitable example.

b)Unit 1

For the Blocks World problem given below, use Hill Climbing to show the next 3 best moves. State and use a suitable global heuristic.

Q.3
a)Unit 2

Translate given facts into predicate logic, convert them into clausal form, and using resolution prove 'What course would Steve like'.

b)Unit 1

Describe the difference between Depth First Search (DFS) and Breath First Search (BFS) with suitable example.

Q.4
a)Unit 3

What are the key advantages of using Bayes theorem compared to other probability frameworks?

b)Unit 1

Consider the given graph. Find the most cost-effective path to reach from start state A to final state J using A* Algorithm.

Q.5
a)Unit 2

Write short notes on:

i) Propositional logic

ii) First Order Predicate logic.

b)Unit 4

How would you define Natural Language Processing (NLP) and its significance in today's technological landscape?

Q.6
a)Unit 5

What are the key advantage and limitations of expert systems in the field of Artificial Intelligence?

b)Unit 3

What are the main differences between forward chaining and backward chaining in expert systems, and when would you prefer to use each approach?

Q.7
a)Unit 1

Consider a state space where the start state is number 1 and the successor function for state n returns two states, numbers 2n and 2n+1. Draw the portion of the state space for states 1 to 15. Suppose the goal state is 11. List the order in which nodes will be visited for BFS, DFS with limit 3.

b)Unit 1

Given heuristic values for each state, draw a diagram illustrating the search tree of explored states using A* search (unit cost). Indicate the calculated cost at each node.

Q.8
a)Unit 4

Consider the given game tree. Apply α-β pruning and identify all prune nodes for the given tree.

b)Unit 5

What are the critical factors to consider when designing and developing an effective expert system?