Menti spørsmål veke 2 Flashcards
(9 cards)
What is true for publish-subscribe arch. Style?
A: All nodes can serve publishers and subscribers
B: Good when intormation is requested by a single peer
C: Single point of failure is not a problem
D: Easy to distribute since central server/node is needed.
A: All nodes can serve publishers and subscribers
What is true for client-server arch. Style?
A: All nodes can serve as servers
B: Good when multiple clients request the same information
C: Single point of failure is not a problem
D: Easy to distribute since no central server/node is needed
E: May lead to runtime errors
C: Single point of failure is not a problem
D: Easy to distribute since no central server/node is needed
Why SPA arch. May fail?
A: Planning blocks execution
B: Execution without sensing is dangerous
A: Planning blocks execution
B: Execution without sensing is dangerous
Why Behavioural arch. May fail?
A: Difficulties with long term planning
B: Difficult to compose multiple behaviours
A: Difficulties with long term planning
B: Difficult to compose multiple behaviours
The three main components of layered arch. are….
Behaviour, Planning and Execution
This is true about the behaviour layer
A: It takes care of planning
B: It connects directly to actuators and sensors
C: Situated behaviour means: Behaviours must work in all situations
B: It connects directly to actuators and sensors
This is true about the executive layer.
A: It takes care of long-term planning
B: It connects planning layer with behaviour layer
C: Decomposes hight level plans to behaviours.
D: It monitors execution and handles some exceptions
B: It connects planning layer with behaviour layer
C: Decomposes hight level plans to behaviours.
D: It monitors execution and handles some exceptions
This is true about the planning layer.
A: It takes care of long-term planning
B: It connects executive layer with behaviour layer
C: Decomposes high level plans to behaviours
D: It monitors resources and takes care of replanning in case of failure
A: It takes care of long-term planning
D: It monitors resources and takes care of replanning in case of failure
Which of these do we need to ask about when deciding on robotic arch.?
A: Task types
B: Actions
C: Data
D: Users
E: Reusability
All of them!
A: Task types
B: Actions
C: Data
D: Users
E: Reusability