What is the best description of the [Drive for] block?
moves the VR robot forward or backwards a specific distance
What is the best description of what a <Less than> block reports while inside of a [Wait until] block?
A TRUE or FALSE value.
In Vexcode VR, this is the virtual space for your robot to interact and move
Playground
What is a behavior?
an action performed by the robot
Which block is used to change the speed of the drivetrain?
[Set drive velocity]
What is the range of values used when setting velocity?
1% to 100%
A component of a robot that makes it see, hear, and touch its physical environment.
sensor
How do you change the behavior of the VR Robot?
Change the programming blocks called commands.
Coding can be used to
tell computers what to do
Describe a programming language.
Blocks, code or words that tell a computer system or robot what to do.
How many Eye Sensors are on the VR Robot?
2
How can you make the VR Robot move in reverse on the [Drive for] block?
Changing the "forward" parameter to "reverse".
Which block is used to change the speed of the drivetrain?
[Set drive velocity]
True or False: A programming language is a spoken language used to communicate with the VR Robot.
False.
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.
True or False: A user can change the behavior of a robot by changing the commands.
True.
Which block reports if the Bumper Switch is pressed?
<Pressing bumper>
What is the best description of the [Turn for] block?
Turns the VR Robot left or right a specific amount of degrees.
What is the name for an action performed by the VR Robot?
Behavior.
Which block must be at the beginning of every program in VEXcode VR?
<When started>