250+ TOP MCQs on Graph Planning and Answers

Artificial Intelligence Multiple Choice Questions on “Graph Planning”.

1. Which data structure is used to give better heuristic estimates?
a) Forwards state-space
b) Backward state-space
c) Planning graph algorithm
d) None of the mentioned
Answer: c
Clarification: A special data structure called planning graph is used to give better heuristic estimates.

2. Which is used to extract solution directly from the planning graph?
a) Planning algorithm
b) Graphplan
c) Hill-climbing search
d) All of the mentioned
Answer: b
Clarification: We can extract the solution directly from the planning graph, using a specialized algorithm called Graphplan.

3. What are present in the planning graph?
a) Sequence of levels
b) Literals
c) Variables
d) Heuristic estimates
Answer: a
Clarification: A planning graph consists of sequence of levels correspond to time steps.

4. What is the starting level of planning graph?
a) Level 3
b) Level 2
c) Level 1
d) Level 0
Answer: d
Clarification: None.

5. What are present in each level of planning graph?
a) Literals
b) Actions
c) Variables
d) Both Literals & Actions
Answer: d
Clarification: Each and every level in the planning graph contains a set of literals and a set of actions.

6. Which kind of problem are suitable for planning graph?
a) Propositional planning problem
b) Planning problem
c) Action problem
d) None of the mentioned
Answer: a
Clarification: Planning graph work only for propositional planning problem with no variables.

7. What is meant by persistence actions?
a) Allow a literal to remain false
b) Allow a literal to remain true
c) Allow a literal to remain false & true
d) None of the mentioned
Answer: b
Clarification: Calculus allows a literal to remain true from one situation to the next if no action alters it. It is called as persistence action.

8. When will further expansion is unnecessary for planning graph?
a) Identical
b) Replicate
c) Not identical
d) None of the mentioned
Answer: a
Clarification: Every subsequent levels will be identical, So further expansion is unnecessary.

9. How many conditions are available between two actions in mutex relation?
a) 1
b) 2
c) 3
d) 4
Answer: c
Clarification: The three conditions available on mute relationship are inconsistent effects, interference and competing needs.

10. What is called inconsistent support?
a) If two literals are not negation of other
b) If two literals are negation of other
c) Mutually exclusive
d) None of the mentioned
Answer: b
Clarification: If two literals are at the same level if one is the negation of another is called inconsistent support.

Leave a Reply

Your email address will not be published. Required fields are marked *