Blocks
Code
Components
Robots 101
100

What is the best description of the [Drive for] block?

moves the VR robot forward or backwards a specific distance

100

What is the best description of what a <Less than> block reports while inside of a [Wait until] block?


A TRUE or FALSE value.

100

In Vexcode VR, this is the virtual space for your robot to interact and move

Playground

100

What is a behavior?

an action performed by the robot

200

Which block is used to change the speed of the drivetrain?

[Set drive velocity]

200

What is the range of values used when setting velocity?

1% to 100%

200

A component of a robot that makes it see, hear, and touch its physical environment.

sensor

200

How do you change the behavior of the VR Robot?

Change the programming blocks called commands.

300

Coding can be used to

tell computers what to do

300

Describe a programming language.

Blocks, code or words that tell a computer system or robot what to do.

300

How many Eye Sensors are on the VR Robot?

2

300

How can you make the VR Robot move in reverse on the [Drive for] block?


Changing the "forward" parameter to "reverse".

400

Which block is used to change the speed of the drivetrain?


[Set drive velocity]

400

True or False: A programming language is a spoken language used to communicate with the VR Robot.

False.

400

What is the best description of what the Distance Sensor does in a project?

To measure the distance between the front of the Distance Sensor and the object.

400

True or False: A user can change the behavior of a robot by changing the commands.

True.

500

Which block reports if the Bumper Switch is pressed?

<Pressing bumper>

500

What is the best description of the [Turn for] block?

Turns the VR Robot left or right a specific amount of degrees.

500

What is the name for an action performed by the VR Robot?

Behavior.

500

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

<When started>