AI Unit 1 Assignment Question
AI Unit 1 Assignment Question
1. What is Intelligence?
2. Define Artificial Intelligence (AI)
3. Describe the four categories under which AI is classified with examples.
4. Define Artificial Intelligence.
5. List the fields that form the basis for AI.
6. List a few of the task domains of AI.
7. What is a Production System?
8. Interpret the meaning of a Production System.
9. What is a monotonic Production System
10. List the basic elements that are to be include in problem definition
11. Define state-space search technique.
12. Illustrate the definition of state-space search technique.
13. List the steps in performing a state-space search.
14. What is heuristic search?
15. Differentiate Informed & Uninformed search. Give examples.
16. Define the logic behind – Hill climbing, Best-First Search, BFS and DFS.
17. What do you mean by Game Playing?
18. Define State Space.
19. List the performance measures of search strategies.
20. Mention the criteria for the evaluation of search strategy
21. Differentiate Blind Search and Heuristic Search.
22. List the various search strategies.
23. List the various informed search strategy
24. Define Heuristic function, h (n)
25. Define A* search.
26. Define Admissible heuristic h (n)
27. Differentiate BFS & DFS.
28. Write the time & space complexity associated with Breadth first search and depth first search
29. Define Hill Climbing search.
30. What are the variants of hill climbing?
31. List some drawbacks of hill climbing process
32. Define Global minimum and Global Maximum and Local maxima?
33. What is Genetic Algorithms?
34. Define CSP
35. What is state space search for water jug problem?
36. Define Monotonic production system , nonmonotonic production system, partially commutative
production system, commutative production system
37. Define Underlying Assumption
38. Define BFS. List merit and demerit of BFS?
39. Define DFS. List merit and demerit of DFS?
40. Define Best First Search?
5 or 10 mark question
1) What is A* search? Explain various stages of A* search with an example.
2) Explain the following local search strategies with examples.
(i) Hill climbing
(ii) Genetic Algorithms
2) Define constraint satisfaction problem (CSP). How CSP is formulated as a search problem? Explain
with an example.
3) Explain in detail with examples (i)Best First Search(BFS) (ii) Heuristic Functions
4) Explain with examples (i) Constraint graph (ii) Cryptarithmetic problem
12. What is an AI techniques? Write the data and sub procedures and algorithm to play Tic Tac Toe
game?
13. Text :Rani went shopping for a new Coat. She found a red one she really liked. When she got home,
she found that it went perfectly with her favourite dress.
Question
1. What did Rani go shopping for?
2. What did Rani find that she liked?
3. Did Rani buy anything?
Write the solution for above question using A structure representation of a sentences?