Differentiate between strong AI and weak AI.
[4 marks]What is Artificial Intelligence? List the various applications of Artificial Intelligence.
[3 marks]Trace the constraint satisfaction procedure solving the following cryptarithmetic problem. R I N G + D O O R ----------------------------- B E L L
[7 marks]What is A* search? Describe the different stages of A* search with an example.
[7 marks]Discuss forward reasoning in brief.
[4 marks]Consider following sentences: • John likes all kinds of food. • Apples are food. • Chicken is food. • Anything anyone eats and isn’t killed by is food. • Bill eats peanuts and is still alive. • John eats everything Bill eats. (1)Translate these sentences into formulas in predicate logic. (2)Prove that John likes peanuts using Backward chaining.
[7 marks]Explain Hill Climbing method in brief.
[3 marks]Differentiate propositional logic and predicate logic.
[3 marks]Explain non-monotonic reasoning in detail.
[4 marks]Explain Minimax search procedure with suitable example.1
[7 marks]Describe the steps involved in unification in predicate logic.
[3 marks]Explain expert systems architecture in brief.
[4 marks]State the Bayes’ theorem. Illustrate how a Bayesian Network can be used to represent causality relationship among attributes.
[7 marks]Explain Hierarchical planning in brief.
[3 marks]Explain syntax and semantic analysis phases of Natural Language Processing.
[4 marks]Discuss the termination parameters used in genetic algorithms in detail.
[7 marks]What is Natural Language Processing? Discuss applications of NLP in brief.
[3 marks]Discuss goal stack planning in brief.
[4 marks]Explain various genetic operators used in genetic algorithms in brief.
[7 marks]Differentiate between DFS and BFS.
[3 marks]What is Artificial neural network? Explain with example.
[4 marks]Write a prolog program to demonstrate the use of cut and fail predicates.
[7 marks]Differentiating between breadth-first search and best-first search algorithm.
[3 marks]Discuss Hopfield network in brief.
[4 marks]Write a prolog program to find minimum number from the given input list.2
[7 marks]