CS-14 Intelligent Systems Dec-2004
Question Paper Of CS-14 Intelligent Systems Dec-2004
Q .l(a) Briefly describe two areas of application of Artificial Intelligence.
(b) Write the output of the following LISP code
(i) member ‘b ‘(123))
(ii) member ‘b (abc))
(iii) member’(12) ‘(123))
(iv) (cond ((member ‘b ‘(abc)) ‘yes) (t ‘no))
© Define a mapping function and a lambda function.
Give an example of each.
(d) Indicate which of the following are valid wff’ s and which are not Justify your answer.
(i) VP PW → Q(x)
(ii) Man (John)
(iii) V x number (x) → 3 y greater than (y, x)
(iv) father _of (Q(x))
(e) Make a semantic net representation of the statement ‘Jasvinder gave the book to Mariam’
(f) Transform the following into an equivalent conceptual graph.
(i) Vx NORMAL(x)&GROWN(x) →WALK(x)
(ii) Rajni is eating her soup with a spoon.
(g) Write the algorithm for breadth first search.
(h) Give an example each, with justification, of a class of classes and a super class of a class.
(i) Define incompleteness and inconsistency with respect to the nature of AI problems.