CS-14 Intelligent Systems Dec-2001
Question Paper Of CS-14 Intelligent Systems Dec-2001
Q.1(a) Evaluate the following LISP expressions:
(i) (greaterp 57 75 105)
(ii) (mapcar ‘ + ‘(2468 10) *(1 2 3 4))
(iii)(setq y’(a b 15))
(b) For each of the following statements, tell whether it is true or false:
(i) Artificial Intelligence (AI) is the study of mind,
(ii) Knowledge consists of concepts, facts, procedures and rules,
(iii) The inference rule modus ponens states:
From P→8 and 8 → R infer P→R
© Enumerate at least six knowledge representation schemes.
(d) Write a LISP program that converts temperature in centigrades to equivalent temperature in Farnheit.
(e) Construct a truth-table for the following logical expression
~(P v
→ (Pa
(f) Describe briefly about potential problems with the Hill-Climbing methods.
(g) State which variable bindings, if any, will make the following pairs match within each of the following lists:
(h) What is resolution Principle? Find the resolvant of P v ~ (Q a R) and P v Q.
(i) Write the main steps of A* search algorithm.

