Define Artificial Intelligence (AI). How AI different from natural intelligence?
[3 marks]List and explain major applications of AI.
[4 marks]Describe Turing test. If the Turing test is passed, does this show that computes exhibit intelligence? State your reasons.
[7 marks]What do you mean by AI problems and AI technique?
[3 marks]How do we define a problem as state space? Discus with example.
[4 marks]Explain what is meant by “Production System” with respect to AI. Discuss the components of a Production System.
[7 marks]Define the term “agent”. Explain how agent interacts with its environment using suitable example,
[7 marks]List and explain components of problem definition.
[3 marks]Discuss difficulties of Hill climbing method.
[4 marks]Explain Breadth First Search (BFS) technique using suitable example.
[7 marks]Give an example of multi-agent system.
[3 marks]“Iterative Deepening Depth First Search (DFS) technique is hybrid of BFS and DFS techniques”. Justify the statement using suitable example.
[4 marks]Explain Best-First Search technique using suitable example.
[7 marks]What is pruning? Why it is important in Game tree search.
[3 marks]Explain Alpha-Beta pruning using suitable example.
[4 marks]Is A* algorithm guaranteed to find an optimal goal if one exists. Explain giving example.
[7 marks]What is optimal search in AI?
[3 marks]Briefly explain horizon effect in Mini-Max search technique.
[4 marks]Describe how Branch and Bound technique could be used to find the shortest solution to a travelling salesman.
[7 marks]Define refinement in planning problem.
[3 marks]Differentiate Forward state space planning and Backward state space planning.
[4 marks]Write short note on Hierarchical planning.
[7 marks]What are the major advantages of natural language processing?
[3 marks]Discuss the Component of a Planning system.
[4 marks]What is parsing? Explain TOP-DOWN and BOTTOM-UP parsing in detail.
[7 marks]