wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Distance Drive & Basebot Build Quiz

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.
How do you turn the VEX IQ Brain on?
a)
Press the On button on the remote controller
b)
VEX IQ Brain is always on as long as its battery has power
c)
Press the 'X' button
d)
Press the Checkmark button
2.

Which of these is not an example of a programming language?

a)

Python

b)

Block code (like Scratch)

c)

C++

d)

Motor

3.

What do we call an action that are performed by a robot ?

a)

moves

b)

behavior

c)

system

d)

input

4.

The following statement is an example of what kind of behavior: "Follow the path through the maze"

a)

Complex behavior

b)

Simple behavior

c)

Basic behavior

d)

Sigma behavior

5.

Pseudocode is…

a)

The final code you type into VEXcode

b)

A plain-language plan for what your robot will do

c)

A type of motor command

d)

Only used by engineers in college

6.

Why is pseudocode important?

a)

It makes coding more complicated

b)

It is only useful for non-programmers

c)

It helps in saving time and preventing mistakes

d)

It is not important at all

7.

To add a command to the program, you...

a)

Drag a command block from the list on the left to the program on the right

b)

Type the command into the blanks

c)

Select "Add Command" from the "Programs" menu

d)

Speak the command, "Add Program Block" into the computer's microphone

8.

Which block must be at the beginning of every program in VEXcode VR?

a)
b)
c)
d)
9.

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

10.

Which block would be best to turn Autopilot 90 degrees to the right?

a)

b)

c)

d)

11.

What is the difference between simple and complex robot behaviors? (Select all that apply.)

a)

Simple behaviors use one command.

b)

Simple behaviors combine many commands.

c)

Complex behaviors use multiple simple behaviors.

d)

Complex behaviors are made from only one block.

e)

Simple behaviors always use loops.

12.

Which part is the “brain” of the VEX IQ system?

a)

b)

c)

d)

13.

Which of the following steps are required to update the firmware on a VEX IQ Gen 1 brain?

a)

Connect the Brain to a computer using a USB cable.

b)

Turn on the VEX IQ Brain.

c)

Open the VEXos Utility software.

d)

Click "Install" and wait for the update to complete.

e)

Disconnect the Brain immediately after the update starts.

14.

Based on this image from the screen of the

Robot Brain, what is the next step that should

be taken in pairing the controller to the Gen 1 VEX IQ

robot brain?

a)

Check that the Controller is connected to

the Brain wirelessly by viewing the wireless

connect symbol at the top right of the

screen next to the battery icon.

b)

Disconnect the Controller from the Brain by

removing the tether cord.

c)

Check that the Controller is connected by

viewing the tether connection symbol at the

top right of the screen next to the battery

icon.

d)

Click the Check button to turn the Brain on.

15.

What is decomposition in robotics?

a)

Breaking a big task into smaller, manageable steps

b)

Ignoring the steps and guessing what the robot should do

c)

Making the robot move as fast as possible

d)

Using random commands until the robot works