Font size
WorksheetsRobotics Final Spring 2021
Total questions: 45
Worksheet time: 4hrs 45mins
According to the topics seen in class, a robot is...
A machine that replaces a human
A machine that is designed by people to do a specific job
A machines that looks like a human being
A machine that can do everything a person can do
Which of these options best describes a
programming language?
A set of rules where symbols represent actions.
A set of spoken commands for a robot.
An action performed by a robot.
A list of behaviors the robot already completed.
TRUE or FALSE: A programming language is a spoken language used to communicate with the VR Robot.
True
False
What is a behavior?
An action performed by the robot.
How to break down instructions into simpler tasks.
How robots communicate with a person.
The way robots send information back to the user.
True or False: A user can change
the behavior of a robot by changing the commands.
True
False
Which of the following is the best
description of the [Drive for] block?
Moves the VR Robot backward indefinitely.
Moves the VR Robot left or right.
Moves the VR Robot forward or backward a specific distance.
Moves the VR Robot forward indefinitely.
How can you make the VR Robot move
in reverse on the [Drive for] block?
Changing the "forward" parameter to "reverse".
Changing millimeters (mm) to Inches.
Increasing the numeric value.
Moving the block to the bottom of the project.
What is the range of values used when setting velocity?
0% to 100%
-100% to 100%
0% to 200%
-100% to 200%
What building on the Castle Crasher Playground will be the THIRD knocked over according to this project?
1
3
4
5
Which block turns the VR Robot to
a given clockwise heading?
[Turn to heading]
[Turn]
[Set drive rotation]
[Turn to rotation]
Which of the following blocks is
used to repeat the blocks inside of it for a set number of times?
'Forever' block
'Repeat' block
'wait until' block
'Break' block
True or False: The [Repeat] block
can accept decimals as parameters.
True
False
Describe how the VR Robot will
move in this project.
The VR Robot will set the pen down, then drive forward for 200 mm and turn right for 90 degrees, and repeat this 4 times in order to draw a square.
The VR Robot will set the pen down and draw a straight line for 200 millimeters (mm) and then turn right for 90 degrees.
The VR Robot will set the pen up and down four times before driving forward and then turn right 90 degrees.
The VR Robot will set the pen down and drive forward one time for 200 millimeters (mm) before turning 90 degrees four times.
What color lines can the VEX VR Pen
NOT draw?
Yellow
Green
Blue
Red
Which block reports if the Bumper Switch is pressed?
<Distance found object>
<Pressing bumper>
<Color near object>
<Bumper switch on>
What values does the <Pressing bumper> block return?
TRUE (pressed) or FALSE (released).
Positive (pressed); Negative (released).
Number values between one and ten.
Distance from object in millimeters (mm).
What will happen when the Bumper Sensor is pressed in this project?
The VR Robot will turn left for 90 degrees.
The VR Robot will stop moving.
The VR Robot will turn right for 90 degrees.
The VR Robot will drive in reverse for 200 millimeters (mm).
How could you use the Bumper Sensor in the Wall Maze challenge?
To calculate the distances between the VR Robot and a wall.
To instruct the VR Robot to turn when it bumps into a wall.
To make the VR Robot ascend a wall to finish the maze faster.
To determine the color of the wall.
Which statement is TRUE for waiting blocks?
They wait for the user to select the "Step" button.
They wait until the VR Robot has enough power to complete the task.
They allow the rest of the stack to continue even if that block's behavior has not been completed.
They pause the stack until that block's behavior has been completed.
What two metals make up V5?
aluminum
steel
iron
magnesium
What app is used for coding in VEX V5?
VEXcode
coding 101
VEX Coding Systems
Coders
Using the picture, which part is being shown?
robot radio
limit switch
distance sensor
line tracker
Using the picture, which part is being shown?
brain
motor
limit switch
battery pack
Using the picture, which part is being shown?
battery pack
cortex
motor
power
What is the name of this VEX electrical system part?
Cortex
Brain
Battery
Charger
What is the name of this VEX electrical system part?
Bumper Switch cable
sensor cable
charging cable
battery cable
What is the name of this VEX part?
Macanum wheel
Large traction wheel
omni wheel
skater wheel
What is VEX V5?
Robotics platform for STEM Students
Virtual Engineering Xperimental Version 5
Vector-based examination
Robotics coding system
Velocity is speed with __________________________.
a unicycle helmet
direction
fight
The rate at which something moves is what?
time
space
sound
speed
The point through which the whole weight of the body acts is called
Inertial Point
Center of gravity
Centriod
Central point
Center of gravity of an object depends on it's
weight
mass
density
shape
What is one way you might increase the stability of an object?
Lower the center of gravity
Raise the center of gravity
Increase the height of the object
Shorten the base of the object
To make something repeat over and over again.
repeat
loop
go-over
repeater
What does AI mean?
Artificial Intelligence
Artificial Interrogation
How far will the VR Robot move based off of this command?
200 millimeters (mm)
400 millimeters (mm)
500 millimeters (mm)
300 millimeters (mm)
What is the default velocity of the VR Robot?
0%
25%
50%
75%
How will the VR Robot move based off of this command?
Turn left 80 degrees
Turn right 90 degrees
Turn left 90 degrees
Turn right 80 degrees
Which of the following is the best description of what the VR Robot will do based on this project?
The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn right 180 degrees and drive forward 1000 millimeters (mm).
The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn right 90 degrees, set velocity back to the default, and drive forward 1000 millimeters (mm).
The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn right 180 degrees, set velocity back to the default, and drive forward 1000 millimeters (mm).
The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn left 180 degrees, set velocity back to the default, and drive forward 1000 millimeters (mm).
What order will the buildings on the Castle Crasher Playground be knocked over according to this project?
1, 2, 3, 4, 5
3, 2, 5, 4, 1
3, 1, 4, 5, 2
5, 2, 1, 4, 3
