Conceptos de MakeCode Arcade

Conceptos de MakeCode Arcade

5th Grade

7 Qs

quiz-placeholder

Similar activities

Prueba de scratch 01

Prueba de scratch 01

1st - 5th Grade

11 Qs

¿Cuánto sabes de Code builder?

¿Cuánto sabes de Code builder?

3rd - 5th Grade

10 Qs

Evaluación inicial. Módulo 4

Evaluación inicial. Módulo 4

3rd - 9th Grade

9 Qs

Escapa del laberinto

Escapa del laberinto

3rd - 5th Grade

9 Qs

Scratch - Workspace

Scratch - Workspace

3rd - 5th Grade

10 Qs

5° Grado - Sensores

5° Grado - Sensores

5th Grade

3 Qs

Pensamiento Computacional mblock

Pensamiento Computacional mblock

1st - 5th Grade

10 Qs

Mblock 5to-U3

Mblock 5to-U3

5th Grade

10 Qs

Conceptos de MakeCode Arcade

Conceptos de MakeCode Arcade

Assessment

Quiz

Computers

5th Grade

Hard

Created by

ALBERTO MAESTRIA

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿a qué categoría pertenece este bloque?

controlador

sprites

botones

escena

Answer explanation

The block is categorized as 'controller' because it manages the flow of the application, handling user inputs and interactions, unlike 'sprites', 'buttons', or 'scene', which serve different functions.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿a qué categoría pertenece este bloque?

animación

controles

controlador

movimientos

Answer explanation

The block belongs to the 'controller' category as it is responsible for managing and directing the actions or behaviors of other elements, distinguishing it from animation, controls, and motions.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿a qué categoría pertenece este bloque?

Escena

tipos

sprites

controlador

Answer explanation

The block belongs to the 'sprites' category because it typically represents visual elements or characters in a scene, distinguishing it from other categories like 'scene', 'kinds', or 'controller'.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿a qué categoría pertenece este bloque?

bucles

lógica

sprites

escena

Answer explanation

The block belongs to the 'loops' category because it involves repeating a set of instructions multiple times, which is a fundamental concept in programming. The other categories do not pertain to this functionality.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿a qué categoría pertenece este bloque?

movimiento

controlador

bucles

escena

Answer explanation

The block belongs to the 'loops' category because it is designed to repeat actions or commands, which is a fundamental aspect of loops in programming.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿A qué categoría pertenece este bloque?

controles

sprites

escena

eventos

Answer explanation

The block belongs to the 'events' category because it is designed to handle actions or occurrences that happen during the execution of a program, such as user interactions or system-generated events.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿A qué categoría pertenece este bloque?

bucles

controlador

animación

variables

Answer explanation

The block belongs to the 'animation' category because it likely involves creating visual effects or movements, which are key aspects of animation. The other options, such as loops and variables, do not specifically pertain to animation.