wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Robotics Fall Semester Test

Total questions: 10

Worksheet time: 41mins

Name
Class
Date
1.

In this program, the left motor was told to move forward at 50% power, and the right motor was told to...

a)

Move forward at 50% power

b)

Move backwards at 50%

c)

Stay in place

d)

Spin freely

2.

Robotics is fun.

a)

True

b)

False

3.

What does the "1 rotation" refer to in the Move Steering Block's controls?

a)

1 full rotation of the robot's body during a turn

b)

1 rotation of the robot's wheels

c)

1 time that the robot is picked up and turned around

d)

1 rotation of the Earth and its axis

4.

Repetitive tasks can be accomplished efficiently by...

a)

Writing very long programs

b)

Writing multiple programs to accomplish the different tasks

c)

Repeating behaviors within a program using a loop block

d)

Manually controlling the robot

5.

How do you add a Loop to a program?

a)

Click the Loop Block, then drag a box around the commands you want to put inside the Loop

b)

Select the blocks you want to put inside the Loop, then right-click and choose "Place in Loop"

c)

Right-click in an empty area and choose "Make Loop" from the menu that appears

d)

Drag a Loop into the program, then drag commands into it

6.

What does this program tell the robot to do?

a)

Go forward until it finds the color red

b)

Go in a circle and say hello

c)

Go forward and say hello

d)

Go in a circle until it reaches the stop line

7.

What does the program below tell the robot to do?

a)

Go forward, wait for red, go backwards, then stop

b)

Go backward, wait for pressed, go forward, then stop

c)

Go in a circle, wait for red, go in a circle, then stop

d)

Go forward, wait for pressed, go backwards, then stop

8.

Which of the following could you use port view for? (Click every right answer.)

a)

Measuring the distance your robot travels in degrees

b)

Measuring the reflected light intensity from your color sensor

c)

Measuring the distance in cm that your ultrasonic sensor is reading

d)

Measuring the distance your robot travels in rotations

9.

Program has a “Wait for Green” block. What does this program do?

a)

Wait for the color sensor to see a red object, then move forward

b)

Wait for the color sensor to see a green object, then move forward

c)

Wait until a green object is moved out of the way, then move forward

d)

Move forward until it sees a green object

10.

What does it mean to "optimize" your program?

a)

To make your program as difficult as possible

b)

To use a lot of complicated formulas in your program

c)

To streamline your program to make it more efficient

d)

To program your robot to turn into Optimus Prime