QUESTION IMAGE
Question
c) lego spike prime (match 1 - 12)
- ___ start (green flag / when program starts)
- ___ set motor power (%)
- ___ run motor for (rotations)
- ___ run motors for (degrees)
- ___ stop motor (hold)
- ___ wait until (color sensor detects color)
- ___ if... then... else
- ___ repeat (until)
- ___ set movement speed (%)
- ___ set steering (turn ratio)
- ___ get distance (ultrasonic cm)
- ___ set light matrix (icon)
descriptions
a. entry event: begins the stack at program launch.
b. set torque output level for a single motor.
c. spin one motor a specified number of wheel turns, then stop.
d. spin both drive motors a precise angle for accurate moves.
e. halt with active holding torque to resist back - driving.
f. block execution continues only when a specific color is sensed.
g. conditional branch for sensor - based logic.
h. loop continues while a condition is not met; exits when it becomes true.
i. define the default drive speed for movement blocks.
j. adjust left/right power split for arcing turns.
k. read measured distance to an object in centimeters.
l. show a pictogram on the 5x5 hub led matrix.
- A. Entry event: begins the stack at program launch.
- B. Set torque output level for a single motor.
- C. Spin one motor a specified number of wheel turns, then stop.
- D. Spin both drive motors a precise angle for accurate moves.
- E. Halt with active holding torque to resist back - driving.
- F. Block execution continues only when a specific color is sensed.
- G. Conditional branch for sensor - based logic.
- H. Loop continues while a condition is not met; exits when it becomes true.
- I. Define the default drive speed for movement blocks.
- J. Adjust left/right power split for arcing turns.
- K. Read measured distance to an object in centimeters.
- L. Show a pictogram on the 5×5 hub LED matrix.
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
- A. Entry event: begins the stack at program launch.
- B. Set torque output level for a single motor.
- C. Spin one motor a specified number of wheel turns, then stop.
- D. Spin both drive motors a precise angle for accurate moves.
- E. Halt with active holding torque to resist back - driving.
- F. Block execution continues only when a specific color is sensed.
- G. Conditional branch for sensor - based logic.
- H. Loop continues while a condition is not met; exits when it becomes true.
- I. Define the default drive speed for movement blocks.
- J. Adjust left/right power split for arcing turns.
- K. Read measured distance to an object in centimeters.
- L. Show a pictogram on the 5×5 hub LED matrix.