Engineering Questions with Answers - Multiple Choice Questions

Artificial Intelligence MCQ – Partial Order Planning

1 - Question

The process by which the brain incrementally orders actions needed to complete a specific task is referred as ______________
a) Planning problem
b) Partial order planning
c) Total order planning
d) Both Planning problem & Partial order planning

View Answer

Answer: b
Explanation: Definition of partial order planning.




2 - Question

To complete any task, the brain needs to plan out the sequence by which to execute the behavior. One way the brain does this is with a partial-order plan.
a) True
b) False

View Answer

Answer: a
Explanation: None.




3 - Question

In partial order plan.
A. Relationships between the actions of the behavior are set prior to the actions
B. Relationships between the actions of the behavior are not set until absolutely necessary
Choose the correct option.
a) A is true
b) B is true
c) Either A or B can be true depending upon situation
d) Neither A nor B is true

View Answer

Answer: a
Explanation: Relationship between behavior and actions is established dynamically.




4 - Question

Partial-order planning exhibits the Principle of Least Commitment, which contributes to the efficiency of this planning system as a whole.
a) True
b) False

View Answer

Answer: a
Explanation: None.




5 - Question

Following is/are the components of the partial order planning.
a) Bindings
b) Goal
c) Causal Links
d) All of the mentioned

View Answer

Answer: d
Explanation: Bindings: The bindings of the algorithm are the connections between specific variables in the action. Bindings, as ordering, only occur when it is absolutely necessary.
Causal Links: Causal links in the algorithm are those that categorically order actions. They are not the specific order (1,2,3) of the actions, rather the general order as in Action 2 must come somewhere after Action 1, but before Action 2.
Plan Space: The plan space of the algorithm is constrained between its start and finish. The algorithm starts, producing the initial state and finishes when all parts of the goal is been achieved.




6 - Question

Partial-order planning is the opposite of total-order planning.
a) True
b) False

View Answer

Answer: a
Explanation: Partial-order planning is the opposite of total-order planning, in which actions are sequenced all at once and for the entirety of the task at hand.




7 - Question

Sussman Anomaly can be easily and efficiently solved by partial order planning.
a) True
b) False

View Answer

Answer: a
Explanation: http://en.wikipedia.org/wiki/Sussman_Anomaly.




8 - Question

Sussman Anomaly illustrates a weakness of interleaved planning algorithm.
a) True
b) False

View Answer

Answer: b
Explanation: Sussman Anomaly illustrates a weakness of non interleaved planning algorithm.




9 - Question

One the main drawback of this type of planning system is that it requires a lot of computational powers at each node.
a) True
b) False

View Answer

Answer: a
Explanation: None.




10 - Question

What are you predicating by the logic: ۷x: €y: loyalto(x, y).
a) Everyone is loyal to someone
b) Everyone is loyal to all
c) Everyone is not loyal to someone
d) Everyone is loyal

View Answer

Answer: a
Explanation: ۷x denotes Everyone or all, and €y someone and loyal to is the proposition logic making map x to y.




11 - Question

A plan that describe how to take actions in levels of increasing refinement and specificity is ____________
a) Problem solving
b) Planning
c) Non-hierarchical plan
d) Hierarchical plan

View Answer

Answer: d
Explanation: A plan that describes how to take actions in levels of increasing refinement and specificity is Hierarchical (e.g., “Do something” becomes the more specific “Go to work,” “Do work,” “Go home.”) Most plans are hierarchical in nature.




12 - Question

A constructive approach in which no commitment is made unless it is necessary to do so, is ____________
a) Least commitment approach
b) Most commitment approach
c) Nonlinear planning
d) Opportunistic planning

View Answer

Answer: a
Explanation: Because we are not sure about the outcome.




13 - Question

Uncertainty arises in the Wumpus world because the agent’s sensors give only ____________
a) Full & Global information
b) Partial & Global Information
c) Partial & local Information
d) Full & local information

View Answer

Answer: c
Explanation: The Wumpus world is a grid of squares surrounded by walls, where each square can contain agents and objects. The agent (you) always starts in the lower left corner, a square that will be labeled [1, 1]. The agent’s task is to find the gold, return to [1, 1] and climb out of the cave. Therefore, uncertainty is there as the agent gives partial and local information only. Global variable are not goal specific problem solving.

Get weekly updates about new MCQs and other posts by joining 18000+ community of active learners