Explain Turing test.
[3 marks]What is production system? Discuss the component of production system.
[4 marks]What is artificial intelligence? Explain application of AI.
[7 marks]Write an algorithm for the breadth first search.
[3 marks]Why hill climbing is better than generate and test? Write algorithm for simple hill climbing.
[4 marks]Explain the state space search with the use of 8 Puzzle Problem
[7 marks]Explain AI Problem characteristics in detail.
[7 marks]What is heuristic search? Discuss with an example.
[3 marks]Explain Problem Reduction using “AND-OR” graph.
[4 marks]What do you mean by constraint satisfaction problems? Explain constraint propagation algorithm using suitable example.
[7 marks]Differentiate procedural and declarative knowledge.
[3 marks]Write a short note on non monotonic reasoning.
[4 marks]Write and explain algorithm for resolution in propositional logic with suitable example.
[7 marks]Explain forward and backward reasoning.
[3 marks]Demonstrate the use of Repeat Predicate in Prolog with example.
[4 marks]Explain the various method of knowledge representation with suitable example.
[7 marks]Briefly explain perceptron.
[3 marks]Explain morphological and syntax analysis phases of NLP.
[4 marks]Explain the architecture of expert system with suitable sketch.
[7 marks]Explain Probability and Bay’s Theorem.
[3 marks]Explain the components of planning system.
[4 marks]Explain the MiniMax search procedure for Game Playing. Also explain alpha and Beta cut-offs to improve the performance of MinMax procedure.
[7 marks]Explain supervised and unsupervised learning.
[3 marks]Explain about the basic operators in genetic algorithms.
[4 marks]Write following prolog programs: 1) To find factorial of a given number. 2) To find the nth element of a given list.
[7 marks]