Font size
WorksheetsDistance Drive & Basebot Build Quiz
Total questions: 15
Worksheet time: 10mins
Which of these is not an example of a programming language?
Python
Block code (like Scratch)
C++
Motor
What do we call an action that are performed by a robot ?
moves
behavior
system
input
The following statement is an example of what kind of behavior: "Follow the path through the maze"
Complex behavior
Simple behavior
Basic behavior
Sigma behavior
Pseudocode is…
The final code you type into VEXcode
A plain-language plan for what your robot will do
A type of motor command
Only used by engineers in college
Why is pseudocode important?
It makes coding more complicated
It is only useful for non-programmers
It helps in saving time and preventing mistakes
It is not important at all
To add a command to the program, you...
Drag a command block from the list on the left to the program on the right
Type the command into the blanks
Select "Add Command" from the "Programs" menu
Speak the command, "Add Program Block" into the computer's microphone
Which block must be at the beginning of every program in VEXcode VR?
What part of the block do you select to change the direction of the [Drive for] block?
2
1
3
4
Which block would be best to turn Autopilot 90 degrees to the right?
What is the difference between simple and complex robot behaviors? (Select all that apply.)
Simple behaviors use one command.
Simple behaviors combine many commands.
Complex behaviors use multiple simple behaviors.
Complex behaviors are made from only one block.
Simple behaviors always use loops.
Which part is the “brain” of the VEX IQ system?
Which of the following steps are required to update the firmware on a VEX IQ Gen 1 brain?
Connect the Brain to a computer using a USB cable.
Turn on the VEX IQ Brain.
Open the VEXos Utility software.
Click "Install" and wait for the update to complete.
Disconnect the Brain immediately after the update starts.
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?
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.
Disconnect the Controller from the Brain by
removing the tether cord.
Check that the Controller is connected by
viewing the tether connection symbol at the
top right of the screen next to the battery
icon.
Click the Check button to turn the Brain on.
What is decomposition in robotics?
Breaking a big task into smaller, manageable steps
Ignoring the steps and guessing what the robot should do
Making the robot move as fast as possible
Using random commands until the robot works
