Contents

Partial-order planning is the opposite of total-order planning.

a) True                                 
b) False

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.


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

b

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


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

a

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

a

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


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

a

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


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

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.