QUESTION IMAGE
Question
question #7
- why is it important to use the reset gyro block when using this code to make a square?/¿por qué es importante utilizar el bloque reset gyro al usar este código para hacer un cuadrado?
because the gyroscope cannot stop waiting until it is reset, so without the reset gyro block, the loop would never repeat./ debido a que el giroscopio no puede dejar de esperar hasta que se reinicie, sin el bloque restablecer giroscopio, el bucle nunca se repetiría.
because all sensor blocks need to be reset before they can be used again inside a repeat loop./ porque todos los bloques de sensores deben reiniciarse antes de poder usarse nuevamente dentro de un bucle de repetición.
because resetting the gyro allows it to store up the energy needed for the next time it is used./ porque reiniciar el giroscopio le permite almacenar la energía necesaria para la próxima vez que se use.
because the gyro needs to reset in order to measure the 90 degree turn from where the robot is when it starts each turn, not when it starts the mission./ porque el giroscopio necesita reiniciarse para medir el giro de 90 grados desde donde está el robot cuando comienza cada giro, no cuando comienza la misión.
To determine the correct answer, we analyze each option:
- Option 1: The gyroscope's waiting logic isn't about repeating the loop; this is incorrect.
- Option 2: Not all sensor blocks need reset in a repeat loop; this is a false generalization.
- Option 3: Gyroscopes don't "store energy" via reset; this is incorrect.
- Option 4: For a square, each turn should be 90 degrees from the robot's current position (start of each turn). Resetting the gyro ensures the 90 - degree measurement starts from the robot's position at the beginning of each turn (not the mission start), which is essential for accurate square - making.
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
The correct option is: Because the gyro needs to reset in order to measure the 90 degree turn from where the robot is when it starts each turn, not when it starts the mission./ Porque el giroscopio necesita reiniciarse para medir el giro de 90 grados desde donde está el robot cuando comienza cada giro, no cuando comienza la misión.