What is an Artificial Intelligence (AI) technique?
[3 marks]Discuss production systems.
[4 marks]Explain how the components of agent programs work.
[7 marks]Define: (i) Intelligence (ii) Rationality (iii) Logical reasoning.
[3 marks]What are problem solving agents? State their features?
[4 marks]Explain breadth first strategy using suitable example.
[7 marks]Explain depth first strategy using suitable example.
[7 marks]When would best first search be worse than simple breadth first search?
[3 marks]Show how means-ends analysis could be used to solve the problem of getting from one place to another. Assume that the available operators are walk, drive, take the bus, take a cab, and fly.
[4 marks]Write short note on Hill Climbing search technique.
[7 marks]List and explain things needed to build a system to solve a particular problem.
[3 marks]What do you mean by constraint satisfaction?
[4 marks]Write short note on Best-first search technique.
[7 marks]Define planning. Distinguish planning and doing with respect to computer problem solving behavior.
[3 marks]Discuss the components of planning system.
[4 marks]What are heuristic functions? Explain the A* algorithm with an example?
[7 marks]Write advantages and disadvantages of Brute force algorithm.
[3 marks]Why does the search in game playing programs always proceed forward from the current position rather than backward from a goal state?
[4 marks]Explain goal stack planning using simple blocks world problem.
[7 marks]What do you mean by natural language processing? Why it is important?
[3 marks]Enlist all spell checking techniques. Explain any one spell checking techniques in brief.
[4 marks]Using suitable example, explain the minimax search procedure.
[7 marks]What is forward pruning?
[3 marks]Briefly explain parsing technique.
[4 marks]Explain semantic analysis using suitable example.
[7 marks]