wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Robo Quiz - Qurious'20 - Phase 2

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Which of the following robots are FULLY autonomous :

a)

Ventana ROV (for underwater jelly-tracking)

b)

Minerva

c)

Mars Rover Spirit

d)

None of the above

2.

Behavior based navigation is better than planning based navigation in some situations because:

a)

It uses a world model

b)

Behaviors cannot be fused through competitive coordination schemes

c)

It navigates by planning a path around obstacles

d)

None of the above

3.

In general, a locomotion system can possibly have :

a)

Good stability and good controllability

b)

Good controllability and good maneuverability

c)

Good stability, good controllability and good maneuverability

d)

None of the above

4.

A GPS array needs :

a)

2 satellites to resolve 3 unknowns

b)

3 satellites to resolve 3 unknowns

c)

4 satellites to resolve 4 unknowns

d)

5 satellites to resolve 5 unknowns

5.

Dead reckoning is a good way to navigate because :

a)

It does not require proprioceptive sensors

b)

Odometer errors are non-deterministic

c)

Low-resolution encoders have noise

d)

None of the above

6.

A robot using control inputs to predict position estimates is moving in the negative y direction in a global coordinate frame. With respect to the variance in its final position estimate, it will have:

a)

Greatest variance in the y direction

b)

Equal variance in x and y directions

c)

Least variance in the direction orthogonal to its motion

d)

None of the above

7.

In comparison single-query vs multi-query Probabilistic Road Map (PRM) planning algorithms, which is true

a)

Single query is faster than multi-query

b)

The query step of multi-query planning is slow relative to single query planning

c)

In order to build a trajectory satisfying kinematic constraints, both require post-processing to smooth the trajectories.

d)

All of the above

8.

In single-query planning, clustering occurs when

a)

Milestones are expanded by considering the dynamics of the vehicle

b)

Milestones selected for expansion are randomly picked with probability inverse to the local road milestone density

c)

Milestones selected for expansion are randomly picked with probability inverse to the number of milestones in the road map

d)

Milestones are expanded by randomly selecting control inputs to the robot

9.

Which properties are true about graph searches with branching factor b and depth d

a)

Depth first searches always have O(bd) time complexity

b)

Depth first searches always take O(bd) space complexity

c)

Breadth first searches always take O(bd) time complexity

d)

Breadth first searches always take O(bd) space complexity

10.

For A* , an admissible heuristic is one that

a)

Always over-estimates the path cost to the start mode

b)

Always under-estimates the path cost to the start node

c)

Always under-estimates the path cost to the goal node

d)

None of the above