Home > Artificial Intelligence > Quizzes > Artificial Intelligence Practice Test Questions: Planning and Acting in the Real World
Artificial Intelligence Practice Test Questions: Planning and Acting in the Real World
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “What are present in each level of planning graph?”

Planning in AI is the process of coming up with a series of actions or procedures to accomplish a particular goal. It entails assessing the existing situation, identifying the intended outcome, and developing a strategy that specifies the steps to take to get there.

Topics include: Partial Order Planning, Graph Plan Algorithm, Planning and Acting in the Real World.

Artificial Intelligence Practice Test Questions: Planning and Acting in the Real World
Time left 00:00
25 Questions

1. What is the starting level of planning graph?
2. When will further expansion is unnecessary for planning graph?
3. Sussman Anomaly can be easily and efficiently solved by partial order planning.
4. Which strategy is used for delaying a choice during search?
5. Which can be adapted for planning algorithms?
6. _____________ algorithms is used to extract the plan directly from the planning graph, rather than using graph to provide heuristic.
7. A re-planning agent uses execution monitoring and splices in repairs as needed.
8. Conditional Plans allows the agent to sense the world during execution to decide what branch of plan to follow.
9. What is meant by persistence actions?
10. What is the advantage of totally ordered plan in constructing the plan?
11. Which of the following search belongs to totally ordered plan search?
12. What is the other name of each and every total-order plans?
13. To eliminate the inaccuracy problem in planning problem or partial order planning problem we can use ___________________ data structure/s.
14. What are the two major aspects which combines AI Planning problem?
15. Following is/are the components of the partial order planning.
16. 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.
17. The process by which the brain orders actions needed to complete a specific task is referred as ____________
18. A plan that describe how to take actions in levels of increasing refinement and specificity is ____________
19. What is called inconsistent support?
20. What are you predicating by the logic: ۷x: €y: loyalto(x, y).
21. Which cannot be taken as advantage for totally ordered plan search?
22. What are not present in start actions?
23. Planning graphs consists of ____________
24. Partial-order planning exhibits the Principle of Least Commitment, which contributes to the efficiency of this planning system as a whole.
25. Which data structure is used to give better heuristic estimates?