Artificial Intelligence Quiz Questions
Artificial Intelligence Quiz Questions
Artificial Intelligence Quiz Questions
Explanation: As the search explore only linear sequences of actions, So they cannot take the
advantage of problem decomposition.
6. What is the advantage of totally ordered plan in constructing the plan?
a) Reliability
b) Flexibility
c) Easy to use
d) All of the mentioned
Answer: b
Explanation: Totally ordered plan has the advantage of flexibility in the order in which it
constructs the plan.
7. Which strategy is used for delaying a choice during search?
a) First commitment
b) Least commitment
c) Both a & b
d) None of the mentioned
Answer: b
Explanation: The general strategy of delaying a choice during search is called a least
commitment strategy.
8. Which algorithm place two actions into a plan without specifying which should come first?
a) Full-order planner
b) Total-order planner
c) Semi-order planner
d) Partial-order planner
Answer: d
Explanation: Any planning algorithm that can place two actions into a plan without
specifying which should come first is called partial-order planner.
9. How many possible plans are available in partial-order solution?
a) 3
b) 4
c) 5
d) 6
Answer: d
Explanation: The partial-order solution corresponds to six possible total-order plans.
10. What is the other name of each and every total-order plans?
a) Polarization
b) Linearization
c) Solarization
d) None of the mentioned
Answer: b
Explanation: Each and every total order plan is also called as linearization of the partial-order
plan.