Discuss the various application areas for artificial intelligence.
[3 marks]Explain state space search representation using the water-jug problem.
[4 marks]Explain any two heuristic functions for an 8-tile puzzle problem with an appropriate example.
[7 marks]Explain the advantages of first-order predicate logic over propositional logic with an appropriate example.
[3 marks]Explain the means-ends analysis with an appropriate example.
[4 marks]Explain the best-first search algorithm using an appropriate example.
[7 marks]Explain the A* search algorithm using an appropriate example.
[7 marks]Discuss the Wampus World problem in brief.
[3 marks]Explain the universal and existential quantifiers with an appropriate example.
[4 marks]Explain Modes Ponens and Modes Tollens inference rules with an appropriate example.
[7 marks]Discuss various logical connectives in propositional logic.
[3 marks]Explain the backward search procedure with an example.
[4 marks]Explain the use of resolution in first order predicate logic using an appropriate example.
[7 marks]Explain the concepts of tautology and contradiction in propositional logic with an appropriate example.
[3 marks]Explain the expectation–maximization (EM) algorithm with an appropriate example.
[4 marks]Explain inference in Bayesian networks using an appropriate example.
[7 marks]Explain the concept of unification in first order predicate logic with an appropriate example.
[3 marks]Explain inference using full joint distribution in uncertainty using an appropriate example.
[4 marks]Explain the alpha-beta pruning algorithm in game-playing using an appropriate example.
[7 marks]Explain unconditional and conditional probability with appropriate examples.
[3 marks]Write a program in prolog to find the Fibonacci series up to the given number.
[4 marks]Explain the fail and cut predicate in prolog programming with an example.
[7 marks]Explain the MiniMax procedure in a two-player game with an appropriate example.
[3 marks]Write a program in prolog to find a length of a list.
[4 marks]Write a program in prolog to find the GCD (greatest common divisor) and LCM (least common multiple) of two numbers.
[7 marks]