AI Partial Order Planning MCQ
Partial Order Planning MCQs : This section focuses on "Partial Order Planning" in Artificial Intelligence. These Multiple Choice Questions (mcq) should be practiced to improve the AI skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.
1. The process by which the brain incrementally orders actions needed to complete a specific task is referred as ______________
A. Total order planning
B. Planning problem
C. Partial order planning
D. Both B and C
View Answer
Ans : C
Explanation: The process by which the brain incrementally orders actions needed to complete a specific task is referred as Partial order planning.
2. Following is/are the components of the partial order planning.
A. Bindings
B. Goal
C. Causal Links
D. All of the above
View Answer
Ans : D
Explanation: All the above option are correct.
3. Sussman Anomaly can be easily and efficiently solved by partial order planning.
A. True
B. False
C. Sussman Anomaly can be easily solved but not efficiently.
D. Sussman Anomaly can not be easily solved but efficiently.
View Answer
Ans : A
Explanation: True : Sussman Anomaly can be easily and efficiently solved by partial order planning.
4. Which of the following search belongs to totally ordered plan search?
A. Forward state-space search
B. Hill-climbing search
C. Depth-first search
D. Breadth-first search
View Answer
Ans : A
Explanation: Forward and backward state-space search are particular forms of totally ordered plan search.
5. Which cannot be taken as advantage for totally ordered plan search?
A. Composition
B. State search
C. Problem decomposition
D. None of the Above
View Answer
Ans : C
Explanation: As the search explore only linear sequences of actions, So they cannot take advantage of problem decomposition.
6. What is the advantage of totally ordered plan in constructing the plan?
A. Reliability
B. Easy to use
C. Flexibility
D. All of the above
View Answer
Ans : C
Explanation: Totally ordered plan has the advantage of flexibility in the order in which it constructs the plan.
7. How many possible plans are available in partial-order solution?
A. 5
B. 6
C. 7
D. 9
View Answer
Ans : B
Explanation: The partial-order solution corresponds to six possible total-order plans.
8. What are present in the empty plan?
A. Start
B. Finish
C. Modest
D. Both A and B
View Answer
Ans : D
Explanation: The 'empty' plan contains just the start and finish actions.
9. What are not present in start actions?
A. Preconditions
B. Effect
C. Finish
D. None of the Above
View Answer
Ans : A
Explanation: Start has no precondition and has as its effects all the literals in the initial state of the planning problem.
10. What are not present in finish actions?
A. Preconditions
B. Effect
C. Finish
D. None of the Above
View Answer
Ans : B
Explanation: Finish has no effects and has as its preconditions the goal literals of the planning algorithm.
Discussion