QUESTION IMAGE
Question
question #3
wait for 1 seconds
wait until get touch . ispressed
- what is the difference between the wait for block and the wait until block?/ 3) ¿cuál es la diferencia entre el bloque \esperar\ y el bloque \esperar hasta\?
- 1 point
there is no difference, and the two blocks can be used interchangeably/no hay diferencia, y ambos bloques se pueden usar indistintamente.
the wait for block waits for something to happen, and the wait until block waits until something stops happening/ el bloque \esperar\ espera a que algo suceda, y el bloque \esperar hasta\ espera a que algo deje de suceder.
the wait for block is used for moving forward and backward, and the wait until block is used for turning/ el bloque \esperar\ se usa para avanzar y retroceder, y el bloque \esperar hasta\ se usa para girar.
the wait for block waits a specific amount of time, and the wait until block waits for something to happen/el bloque \esperar\ espera un tiempo específico, y el bloque \esperar hasta\ espera a que algo suceda.
To determine the difference, analyze each option:
- First option: Incorrect, as the blocks have distinct behaviors (time - based vs event - based).
- Second option: Incorrect. The "Wait Until" block waits for an event to occur, not for something to stop.
- Third option: Incorrect. The described functions (movement/turning) do not match the actual purpose of these blocks.
- Fourth option: Correct. The "Wait For" block (e.g., "wait for 1 seconds") pauses for a set time. The "Wait Until" block (e.g., "wait until get touch.IsPressed") pauses until a specific event (like a touch being pressed) happens.
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
D. The Wait For block waits a specific amount of time, and the Wait Until block waits for something to happen/El bloque "Esperar" espera un tiempo específico, y el bloque "Esperar hasta" espera a que algo suceda.