






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Main points of this exam paper are: Uniform-Cost, Formulation, Internal State, Rational Agent, Model-Based Agent, Omniscient Agent, Intelligent Agent
Typology: Exams
1 / 10
This page cannot be seen from the preview
Don't miss anything!







This is the Fall 2004 midterm exam for the CPE/CSC 480 class. You may use textbooks, course notes, or other material, but you must formulate the text for your answers yourself. The use of calculators or computers is allowed for viewing documents or for numerical calculations, but not for the execution of algorithms or programs to compute solutions for exam questions. The exam time is 80 minutes.
Mark the answer you think is correct. There is only one correct answer. Each question is worth 3 points. a) Which event is considered the "birth" of the field of Artificial Intelligence?
b) What is the main difference between an intelligent program and an intelligent agent?
c) Which statement is the best characterization of rational agents?
manipulate knowledge.
intelligence.
d) Which term is also used to characterize an agent with an internal state?
e) Which of the following statements is the best characterization of a static environment?
the agent is not capable of picking up with its sensors
In this part of the exam, you should answer the questions in about one paragraph per aspect.
Step Current Node Path Cost Heuris- tic F-Cost Frontier (Queue) 0 SLO 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
SLO San Fran. Denver Dallas Las Vegas Los Ang. Phoenix Houston Austin 240 201 418 369 1188 1558 1446 1331 1827 756 1271 887 196 163 243 b. Traverse the graph from the starting point San Luis Obispo to the goal Austin according to the A* Search method with the straight-line distances as heuristic (see table on p. 9). Draw the tree and complete the table. [20 points]
c. What is the effect of using miles for path costs and kilometers for the heuristic in the A* algorithm? Is this a serious problem (e.g. resulting in incorrect results)? [5 points]