1. The document contains a question bank for an AI unit test covering topics like PEAS analysis, state space formulations, types of agents, search algorithms and more. It includes 17 multiple choice or short answer questions on concepts like the 8 puzzle, water jug problem, 4 queens problem, agent definitions, environment properties, A* search, DFS, BFS, and iterative deepening search.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
234 views2 pages
Question Bank of AI Unit Test 1
1. The document contains a question bank for an AI unit test covering topics like PEAS analysis, state space formulations, types of agents, search algorithms and more. It includes 17 multiple choice or short answer questions on concepts like the 8 puzzle, water jug problem, 4 queens problem, agent definitions, environment properties, A* search, DFS, BFS, and iterative deepening search.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Question bank of AI Unit test 1
1. For following agents, develop a PEAS description of the task environment.
a. Autonomous mars rover b. Automated car driving agent c. Internet book-shopping agent. d. Playing Tennis e. Playing Cricket f. Vaccum Cleaner g. Automated Car 2. Give complete state space formulation for the 8 puzzle problem. 1 2 3 1 2 3 4 8 - 4 5 6 7 6 5 7 8 Initial State Final State
3. Give state space representation for water jug problem.
4. Give complete state space formulation for the 4-queen problem, water jug Missionaries’ cannibals Vacuum cleaner Tower of Hanoi 5. List and explain components of AI. 6. Explain different approaches of AI 7. Define Agent. List types of agents 8. Explain properties of environment 9. Explain Depth Limited Search with suitable example 10. Compare Model based Agent with Utility based Agent 11. Explain Learning agent 12. Explain Goal-based agent 13. Problem on A* search 14. Problems on DFS And BFS 16. Problems on Iterative deepening search 17. Define Agent and Rational Agent. Draw a simple agent environment.