QUESTION IMAGE
Question
instructions
for each section, match the block name (left) to its description (right) on the line.
tip: some items include similar wording - look for key details like sensor type, or whether the block starts, stops, or waits.
a) vex v5 blocks (match 1 - 12)
- ___ drive forward (cm)
- ___ turn right (degrees)
- ___ set motor velocity (%)
- ___ spin motor (forward)
- ___ spin motor for (degrees)
- ___ stop motor (coast)
- ___ wait (seconds)
- ___ set drivetrain stopping (brake)
- ___ repeat (count)
- ___ if then else
- ___ rotation sensor position (deg)
- ___ set heading (degrees)
descriptions
a. turn the drivetrain a precise angle using gyro/imu heading.
b. move the drivetrain straight a set distance using built - in drive units.
c. assign a speed percentage to a selected motors subsequent motion.
d. start a motor continuously in the forward direction (until stopped).
e. rotate a motor a specific angular amount, then stop automatically.
f. halt a motor with minimal resistance; it gently rolls to a stop.
g. pause program flow for a specified duration.
h. configure how the drivetrain halts - actively holds position when stopped.
i. loop the enclosed stack a fixed number of times.
j. branch logic based on a condition; run one set of blocks or the other.
k. read the current angular position from a rotation/encoder sensor.
l. reset or force the robots imu heading to a specific angle.
- "Drive forward (cm)" - Move the drivetrain straight a set distance using built - in drive units, so it matches B.
- "Turn right (degrees)" - Turn the drivetrain a precise angle using gyro/IMU heading, so it matches A.
- "Set motor velocity (%)" - Assign a speed percentage to a selected motor's subsequent motion, so it matches C.
- "Spin motor (forward)" - Start a motor continuously in the forward direction (until stopped), so it matches D.
- "Spin motor for (degrees)" - Rotate a motor a specific angular amount, then stop automatically, so it matches E.
- "Stop motor (coast)" - Halt a motor with minimal resistance; it gently rolls to a stop, so it matches F.
- "Wait (seconds)" - Pause program flow for a specified duration, so it matches G.
- "Set drivetrain stopping (brake)" - Configure how the drivetrain halts—actively holds position when stopped, so it matches H.
- "Repeat (count)" - Loop the enclosed stack a fixed number of times, so it matches I.
- "If then else" - Branch logic based on a condition; run one set of blocks or the other, so it matches J.
- "Rotation sensor position (deg)" - Read the current angular position from a rotation/encoder sensor, so it matches K.
- "Set heading (degrees)" - Reset or force the robot's IMU heading to a specific angle, so it matches L.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- B
- A
- C
- D
- E
- F
- G
- H
- I
- J
- K
- L