Deck 4: State Space Planning and Ao Graph in AI

Full screen (f)
exit full mode
Question
Which is not problem in Hill climing?

A)plateau
B)ridges
C)local maximum
D)landscape
Use Space or
up arrow
down arrow
to flip the card.
Question
Tabu search is designed __________________________

A)as it does not follow aspiration criteria
B)to escape the trap of local optimality.
C)to unrecord forbidden moves, which are referred to as tabu moves .
D)all of the above
Question
Production/Rule looks like________________

A)pattern-->data
B)action-->data
C)pattern-->action
D)none of the above
Question
How can we convert AO graph with mixed nodes into graph with pure AND and OR nodes?

A)by traversing multiple node
B)by deleting one of the node
C)by addition of extra node
D)none of the above
Question
Arc consistency in AO graph is concernd with ____________________________________

A)nodes
B)finding consistent values for pairs of variables.
C)unary constraint
D)all of the above
Question
A planning problem P in BSSP is defined as a _____________

A)triple (s, g, o)
B)triple (s1, s2, o)
C)triple (g1, g, o)
D)none of the above
Question
Plan representation in Plan Space Planning is done with__ -----------links

A)binding links
B)ordering links and casual link
C)contigent link
D)head step
Question
What is true aboout Iterative Deepening DFS?

A)it does not perform dfs in a bfs fashion.
B)it is the preferred informed search method
C)it's a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.
D)is a depth-first search with a fixed depth limit l
Question
What is the main advantage of backward state-space search?

A)cost
B)actions
C)relevant actions
D)all of the mentioned
Question
Backward State Space Planning (BSSP)_______________________________

A)simply explores the set of all future states in possible order
B)start searching backwards from the goal
C)leads to huge search space
D)has no sense of direction
Question
In Backward State Space Planning ,regress(A,G) that returns ______________________________

A)the regressed goal over action a when applied to goal g.
B)the goal state over action a when applied to goal g.
C)the initial state over action a when applied to goal g.
D)both a & b
Question
What is true about Backward State Space Planning?

A)goal states are often incompletely specified.
B)expresses only what is desired in the final state, rather than a complete description of the final state.
C)it uses regression
D)all of the above
Question
effects? (a) in Forward State Space Planning denotes ___________________

A)denotes the set of negative effects of action a
B)denotes the set of neutral effects of action a
C)denotes the set of positive effects of action a
D)none of the above
Question
In Forward State Space Planning , Progress ( A, S) function returns ___________________

A)the successor state s when action a is applied to state s.
B)the predecessor state s when action a is applied to state s.
C)both a & b
D)none of the above
Question
What are the drawbacks of Forward State Space Planning?

A)fssp has very huge search space
B)it includes the actions that have nothing go do with achieving the goal
C)regression is used in forward state space planning
D)both a & b
Question
What arcs represents in AO Graph?

A)subproblem to be solved individually
B)solution
C)path
D)sequence of actions
Question
Which are the first AI applications of AO graph?

A)saint
B)xcon
C)dendral
D)both a and c
Question
What is Hyper-Edge in AO Graph?

A)many edges together can be hyber edge
B)those are and edges only
C)both 1 and 2
D)none of the above
Question
What cost is assumed for arc while solving AO* progress example?

A)0
B)1
C)2
D)3
Question
What is the heuristic cost of SOLVED nodes in AO* example?

A)0
B)1
C)2
D)3
Question
What is used to lable primitive problems in AO problem?

A)unvisited
B)unsolved
C)solved
D)visited
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/21
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: State Space Planning and Ao Graph in AI
1
Which is not problem in Hill climing?

A)plateau
B)ridges
C)local maximum
D)landscape
landscape
2
Tabu search is designed __________________________

A)as it does not follow aspiration criteria
B)to escape the trap of local optimality.
C)to unrecord forbidden moves, which are referred to as tabu moves .
D)all of the above
to escape the trap of local optimality.
3
Production/Rule looks like________________

A)pattern-->data
B)action-->data
C)pattern-->action
D)none of the above
pattern-->action
4
How can we convert AO graph with mixed nodes into graph with pure AND and OR nodes?

A)by traversing multiple node
B)by deleting one of the node
C)by addition of extra node
D)none of the above
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
5
Arc consistency in AO graph is concernd with ____________________________________

A)nodes
B)finding consistent values for pairs of variables.
C)unary constraint
D)all of the above
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
6
A planning problem P in BSSP is defined as a _____________

A)triple (s, g, o)
B)triple (s1, s2, o)
C)triple (g1, g, o)
D)none of the above
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
7
Plan representation in Plan Space Planning is done with__ -----------links

A)binding links
B)ordering links and casual link
C)contigent link
D)head step
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
8
What is true aboout Iterative Deepening DFS?

A)it does not perform dfs in a bfs fashion.
B)it is the preferred informed search method
C)it's a depth first search, but it does it one level at a time, gradually increasing the limit, until a goal is found.
D)is a depth-first search with a fixed depth limit l
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
9
What is the main advantage of backward state-space search?

A)cost
B)actions
C)relevant actions
D)all of the mentioned
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
10
Backward State Space Planning (BSSP)_______________________________

A)simply explores the set of all future states in possible order
B)start searching backwards from the goal
C)leads to huge search space
D)has no sense of direction
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
11
In Backward State Space Planning ,regress(A,G) that returns ______________________________

A)the regressed goal over action a when applied to goal g.
B)the goal state over action a when applied to goal g.
C)the initial state over action a when applied to goal g.
D)both a & b
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
12
What is true about Backward State Space Planning?

A)goal states are often incompletely specified.
B)expresses only what is desired in the final state, rather than a complete description of the final state.
C)it uses regression
D)all of the above
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
13
effects? (a) in Forward State Space Planning denotes ___________________

A)denotes the set of negative effects of action a
B)denotes the set of neutral effects of action a
C)denotes the set of positive effects of action a
D)none of the above
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
14
In Forward State Space Planning , Progress ( A, S) function returns ___________________

A)the successor state s when action a is applied to state s.
B)the predecessor state s when action a is applied to state s.
C)both a & b
D)none of the above
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
15
What are the drawbacks of Forward State Space Planning?

A)fssp has very huge search space
B)it includes the actions that have nothing go do with achieving the goal
C)regression is used in forward state space planning
D)both a & b
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
16
What arcs represents in AO Graph?

A)subproblem to be solved individually
B)solution
C)path
D)sequence of actions
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
17
Which are the first AI applications of AO graph?

A)saint
B)xcon
C)dendral
D)both a and c
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
18
What is Hyper-Edge in AO Graph?

A)many edges together can be hyber edge
B)those are and edges only
C)both 1 and 2
D)none of the above
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
19
What cost is assumed for arc while solving AO* progress example?

A)0
B)1
C)2
D)3
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
20
What is the heuristic cost of SOLVED nodes in AO* example?

A)0
B)1
C)2
D)3
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
21
What is used to lable primitive problems in AO problem?

A)unvisited
B)unsolved
C)solved
D)visited
Unlock Deck
Unlock for access to all 21 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 21 flashcards in this deck.