wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Robotics 2.6 Quiz

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

A robot ______________ is any action that a robot can perform.

a)

behavior

b)

movement

c)

performance

d)

ability

2.

Look at the code. How can you stop the robot from moving forward?

a)

Press the X on the robot brain.

b)

Press the checkmark on the robot brain.

c)

Close VEXCode IQ.

d)

You can't stop it from moving forward.

3.

Look at the code. How far or how long will the robot drive forward?

a)

At least 5 inches.

b)

200 mm.

c)

It will continue to drive forward until stopped.

d)

For at least 20 seconds.

4.

The Basebot we built for this unit uses how many total gears?

a)

4

b)

6

c)

2

d)

8

5.

Which sensor needs to calibrate first to originate the robot's location before the basebot can start moving?

a)

gyro sensor

b)

distance sensor

c)

color sensor

d)

touch LED

6.

Rene's basebot is not driving in a straight line. Which of the following could be the problem?

a)

The gyro sensor is not functioning properly.

b)

Rene has a motor that does not work.

c)

One of the square motor shaft is not pushed into the motor all the way.

d)

All of these.

7.

Which VexCode IQ template did we use to be able to program the basebot autonomously?

a)
b)
c)
d)
8.

What will the robot do if this code is run?

a)

Drive in a circle.

b)

Drive in a square.

c)

Drive in a triangle.

d)

Watch TV.

9.

Which is the correct way to shorten this code?

(click the picture to make it bigger)

a)
b)
10.

What is a variable in programming?

a)

A container that stores data

b)

A type of robot

c)

A sequence of instructions

d)

A loop in a program

11.

In programming, what is iteration?

a)

The repetition of steps within a program

b)

The order in which instructions are carried out

c)

A decision point in a program

d)

Testing a program to make sure it works

12.

FOR loops are

a)

loops which run an unknown number of times

b)

loops which run for a specific number of times

c)

the same as if statements

d)

not part of programming

13.

Why would a programmer want to use a loop in their program?

a)

To show how good a programmer they are.

b)

To shorten the length of their program.

c)

To make the program run faster.

d)

So they have a chance to use variables.

14.

An error in a program that prevents the program from running as expected.

a)

bug

b)

debugging

c)

workplane

d)

code

15.

A program that tells the computer what to do. A list of steps used to finish a task.

a)

algorithm

b)

workplane

c)

code

d)

blockly

16.
  1. True or False: Robots run commands one-at-a-time, starting at the top of the program.


a)

True: The robot runs in sequence, starting from the top to the bottom.

b)

False: The robot runs lines that has highest priority.

17.

What part of the block do you select to change the direction of the [Drive for] block?

a)

2

b)

1

c)

3

d)

4

18.

What will happen when the Bumper Sensor is pressed in this project?

a)

The VR Robot will turn left for 90 degrees.

b)

The VR Robot will stop moving.

c)

The VR Robot will turn right for 90 degrees.

d)

The VR Robot will drive in reverse for 200 millimeters (mm).

19.

The following grid contains a robot represented as a triangle. The robot is initially facing right.

Which of the following code segments can be used to move the robot to the gray square along the path indicated by the arrows?

a)
b)
c)
d)
20.

Which of the following would be best to turn the robot 90 degrees to the right?

a)

b)

c)

d)