This download link is referred from the post: DU B-Tech Last 10 Years 2010-2020 Previous Question Papers (University of Delhi)
FirstRanker.com
[This question paper contains 7 printed pages]
Your Roll No.
--- Content provided by FirstRanker.com ---
Sl. No. of : 6131 F-9
Unique Paper Code 12341701
B.Tech Computer Science
CS-701 Artificial Intelligence
VI
--- Content provided by FirstRanker.com ---
Maximum Marks : 75
Instructions for Candidate:
Write your Roll No. on the receipt of this question paper.
- Discuss the Turing Test approach to Artificial Intelligence. (3)
- (c) Give an example of each of the types 0, 1, 2 and 3 Chomsky's hierarchy of grammars. (4)
- (d) Define a production system. Which category of production systems may be applicable for a robot navigation problem and why? (5)
- (e) Determine which of the following are valid wffs :
- (P > Q) > ~R) & S) v (T A u))
- wff (P(x))
- ~~ P
- PQ
--- Content provided by FirstRanker.com ---
- (f) Convert the following into Clausal Normal Form : (4)
Vx[B(x) AH(x) > W(x v{aiM(z,x)A~azé@)]]
- (g) Write prolog programs for the following : (6)
- Sort a list using insertion sort
- Delete all occurrences of an element in a list
--- Content provided by FirstRanker.com ---
- (h) What is the output of the following prolog program and why ? (2)
car (car1, black, 450000).
car(car2, silver, 300000).
car(car3, white, 400000).--- Content provided by FirstRanker.com ---
car(car4, black, 450000).
getcar (Color, Cost_ Less_Than):- car(Name,
Color, Cost),!, Cost < Cost_Less_Than, write
. (Name).The goal is :
? getcar (black, 350000).
--- Content provided by FirstRanker.com ---
- (i) Derive a parse tree for the sentence "Abhinav likes the cake", where the following rewrite rules are used : (4)
S:— NP VP
NP » N
NP - DET N--- Content provided by FirstRanker.com ---
VP -V NP
DET - the
V - likes
N — Abhinav ‘.IA cake
--- Content provided by FirstRanker.com ---
--- Content provided by FirstRanker.com ---
- (a) Illustrate the operation of the Steepest Ascent Hill Climbing Algorithm using an example. (4)
Under what situations can hill climbing fail to find a solution ? (3)
- Comment on the relevance of h' the estimator of h, in the working of A* algorithm. (3)
- Trace the constraint satisfaction procedure solving the crypt-arithmetic problem: (6)
- (b) Write a short note on Utility based agents. (4)
- Given the following axioms, prove the conclusion using resolution principle. (7)
- All hounds howl at night.
- Anyone who has any cats will not have any mice.
- Light sleepers do not have anything which howls at night.
- John was either a cat or a hound.
- (Conclusion) If John is a light sleeper, then John does not have any mice.
--- Content provided by FirstRanker.com ---
--- Content provided by FirstRanker.com ---
- (b) Find the most general unifier for (3)
- t1 = P (f(a), g(X))
- t1 = P(f(g(X,a)),X)
- t2 = P(f(Y), b)
- Explain the utility of alpha and beta cuts in Minimax problem. (4)
- In the following two-ply game tree, the terminal nodes show the utility values computed by the utility function. Use the Minimax algorithm to compute the utility values for other nodes in the given game tree. (2)
[Game tree diagram description]
--- Content provided by FirstRanker.com ---
- (c) How are frames used for knowledge representation ? Explain using an example. (4)
- (a) Given the following parse tree, draw the Recursive Transition Network for parsing this sentence. Show the traversal of this sentence through the network. (6)
[Parse tree diagram description]
- (b) Transform the following sentences into conceptual graphs. (4)
- John is going to Boston by bus.
- Elsie is on a mat (Here, Elsie refers to the name of a cat)
--- Content provided by FirstRanker.com ---
--- Content provided by FirstRanker.com ---
- (a) Write PDDL statements for the following actions in the Monkey banana problem given the Initial state as : (6)
At(Monkey, A) A At (Banana, B) » At(Box,C)
~ Height (Monkey, Low) A Height (Box, Low)
" Height (Banana, High) A Pushable (Box)
A Climbable (Box)
- Go (x,y) : The monkey goes from location X to y.
- Push (b, x, y) : Push a box b from location X to y.
- Climb Down (b) : Monkey climbs down from the box b.
--- Content provided by FirstRanker.com ---
- (b) Give the advantages of Breadth first search over Depth First Search. (4)
--- Content provided by FirstRanker.com ---
This download link is referred from the post: DU B-Tech Last 10 Years 2010-2020 Previous Question Papers (University of Delhi)
--- Content provided by FirstRanker.com ---