wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ROBOTICS REVIEW

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Robotics hardware and parts *

a)

1. can function without codes

b)

2. cannot function without codes

c)

3. can be put together to create a system

d)

(1) and (2)

e)

(2) and (3)

2.

What does this piece of code do?

a)

Repeat A until B occurs

b)

Do A until B occurs

c)

Do A even if B doesn't occur

3.

What does this piece of code do?

a)

Move backward at medium speed

b)

Move forward at slow speed

c)

Move forward at medium speed

d)

None of the above

4.

What does this piece of code do?*

a)

If there's obstacle in front, the robots move backward at slow speed.

b)

If there's obstacle in front, the robots move forward at medium speed.

c)

If there's no obstacle in front, the robots move forward at medium speed and If there's obstacle in front, the robots move backward at medium speed.

d)

None of the above

5.

Programming can be used to

a)

1. instruct people

b)

2. instruct hardware

c)

3. instruct robots

d)

4. instruct software

e)

(2), (3), (4)

6.

Robots can

a)

be programmed to fly

b)

be programmed to make decisions

c)

be programmed to do what humans cannot do

d)

all the above

7.

Robots use "if/else then" commands to

a)

make decisions

b)

to move

c)

to wait

d)

to repeat

8.

Robots use "while" commands to

a)

make decisions

b)

to move continously

c)

to do an action continuously when something is always true

d)

none of the above