Conditional loops

Conditional loops

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Programación

Programación

1st - 8th Grade

7 Qs

Programación

Programación

3rd Grade - University

12 Qs

Examen R1 Comandos, Funciones y Ciclos

Examen R1 Comandos, Funciones y Ciclos

7th Grade

13 Qs

SCRATCH ESTUCTURA Y CONDICIONALES

SCRATCH ESTUCTURA Y CONDICIONALES

7th Grade

14 Qs

Prueba Diagnóstica de ED. a través de tecnologías digitales

Prueba Diagnóstica de ED. a través de tecnologías digitales

1st Grade - University

10 Qs

Integrativa Informática

Integrativa Informática

6th - 8th Grade

11 Qs

AP Programación 2°

AP Programación 2°

4th Grade - University

10 Qs

Prueba de microbit

Prueba de microbit

8th Grade

10 Qs

Conditional loops

Conditional loops

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Angelo Chavez

Used 47+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the repeat until block do in Scratch? : ¿Qué hace un bloque repetir hasta en Scratch?

A) Repeats a block of code indefinitely


) Repite un bloque de código indefinidamente

 Repeats a block of code a specific number of times

 Repite un bloque de código un número específico de veces

C) Repeats a block of code until a condition is met

 Repite un bloque de código hasta que se cumpla una condición

Executes a block of code just once

Ejecuta un bloque de código solo una vez

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Question 2: Which Scratch block is used to create a condition?

¿Qué bloque de Scratch se utiliza para crear una condición?


A) if

si

 forever

por siempre

move

mover

wait

esperar

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 3: What is the result of using the forever block in Scratch?

¿Cuál es el resultado de usar el bloque por siempre en Scratch?

A) The code inside the block will run once

) El código dentro del bloque se ejecutará una vez

The code inside the block will run for a fixed number of times

) El código dentro del bloque se ejecutará un número fijo de veces

The code inside the block will run indefinitely until stopped

El código dentro del bloque se ejecutará indefinidamente hasta que se detenga

The code inside the block will never run

) El código dentro del bloque nunca se ejecutará

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

: How can you add an alternative condition to an if block?

Pregunta 4: ¿Cómo puedes añadir una condición alternativa a un bloque si?

if not

 si no

if else

 si sino

else

 sino

repeat until

repetir hasta

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 5: What will the wait block inside a loop do?

 ¿Qué hará el bloque esperar dentro de un bucle?

A) Pause the entire program

A) Pausar todo el programa

B) Pause only the loop

B) Pausar solo el bucle

C) Pause the loop and all other scripts

C) Pausar el bucle y todos los demás scripts

D) None of the above

D) Ninguna de las anteriores

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 6: Which block will exit a loop prematurely?

 ¿Qué bloque saldrá de un bucle prematuramente?


A) stop all

A) detener todo

B) stop this script

B) detener este guion

C) break

C) romper

D) stop other scripts in sprite

D) detener otros guiones del objeto

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 7: What happens if the condition in a repeat until loop is already true?

Pregunta 7: ¿Qué sucede si la condición en un bucle repetir hasta ya es verdadera?




A) The loop will run indefinitely

A) El bucle se ejecutará indefinidamente

B) The loop will run once

B) El bucle se ejecutará una vez

C) The loop will never run

C) El bucle nunca se ejecutará

D) The program will crash

D) El programa se bloqueará

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 8: How do you nest one loop inside another?

Pregunta 8: ¿Cómo anidas un bucle dentro de otro?




A) You cannot nest loops

A) No puedes anidar bucles

dentro de otro bloque de bucle

B) Place one loop block inside another loop block

B) Coloca un bloque de bucle

C) Use the join block

C) Usa el bloque unir

D) Use the broadcast block

D) Usa el bloque enviar mensaje

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 9: What does the forever if block do?

Pregunta 9: ¿Qué hace el bloque por siempre si?


A) Executes the code inside it once if a condition is true

as long as a condition is true

A) Ejecuta el código dentro de él una vez si una condición es verdadera

B) Repeats the code inside it as long as a condition is true

B) Repite el código dentro de él mientras una condición sea verdadera

C) Repeats the code inside it until a condition becomes false

C) Repite el código dentro de él hasta que una condición se vuelva falsa

D) None of the above

D) Ninguna de las anteriores