AI QBank
AI QBank
2. Show at-least two points of difference between: a. Systems that thinks like human and systems that acts like human.
b. Systems that thinks rationally and systems that acts rationally.
3. Define Turing test. Explain the process of the Turing Test to determine if a machine demonstrates intelligence.
4. Explain the significant contributions of various branches in the foundations of AI
5. Give PEAS specification of Part-Picker Robot.
6. Differentiate: (i) semi-dynamic vs dynamic (ii) episodic vs sequential (iii) deterministic vs stochastic
7. For an automatic taxi driver application, explain Goal and utility agents with appropriate block diagrams
8. State and explain algorithm for Best First Search Algorithm with an example.
9. Define five components of a problem. Write a complete state space for a vacuum cleaner to clean 2 squares P and
Q. Where Q is to the right of P.
10. Write differences between Informed and Uninformed Search
11. Formulate an 8-queens problem with a correct solution. Give the state space search.
12. Apply the A* search to find the solution path from A to G. Heuristics are with nodes, and cost is with edges.
13. Based on the directed graph, apply the A* algorithm to find the shortest path from S to G.