Menú:

lunes, 29 de mayo de 2023

Variables - Grados 6°, 7° y 8°

Variables:
Spaces that the system reserves to store information to use when necessary. These storage spaces are labeled with symbolic names. All programming languages and environments use variables; with mBlock, you can create, read, fix, change, hide, and show variables.

Just as you stored the messages, the computer stores information in variables to complete tasks or follow directions. 

 

In mBlock



La 'Caja' y Sus Valores    
·Grabar  el valor de una Variable en mBlock
 
 
 

·Cambiar el valor de la Variable en mBloc


·Ocultar el valor de la variable en mBlock


·Mostrar el valor de la Variable en mBlock

Workshop
Storing Analog and Digital Input Value in the PlayShield
·Modify the program to turn on and off the D6 output LED light with a push button and control the intensity of the light emitted by the D5 output LED light with the potentiometer.
·Modify the program to visualize the value of the D5 and D6 outputs signals in the mBlock background.
·Change the LED lights that are controlled with push buttons and the potentiometer. What modifications should you make to the program to continue visualizing the value of the signals?

Your Turn



Extra
·Write a program in mBlock that allows you to visualize the value of the analog and digital signals of the D5 and D6 outputs on the PlayShield using speech bubbles.
·Watch the video and follow the steps.
 
Juego con Variables con mBlock
Juego #2    

Empezaremos a utilizar algunos recursos mas avanzados, como son las variables y los condicionales. Lo primero que que debo saber que saber es:

Variable:  Es el lugar donde se guardan los datos que se utilizan en nuestro programa. Por ejemplo, en nuestro juego, la variable vidas, es el lugar donde vamos a almacenar el número de vidas, que tiene nuestro personaje a lo largo de todo el programa. Este valor variará en función de que se gane o se pierda. 

Condicionales: Como su nombre indica es una condición para decidir que va a pasar a continuación. En este juego solo utilizaremos los siguientes bloques:

  •  «Si» pasa esto «entonces» haz lo que te indico abajo, si no pasa sigue ejecutando el programa. 
  • «Repetir por siempre», todo lo que este dentro de este bloque se repetirá continuamente. 
  • «Repetir hasta que», repetirá lo que haya en su interior hasta que se cumpla la condición.

Como en todos los programas con mblock, también utilizaremos las banderas:

  •  La verde, para iniciar el juego.
  •  La de tecla pulsada, para interactuar con nuestro personaje. Esta bandera nos permite usar todas las teclas de nuestro ordenador para mover o darle cualquier función a nuestro personaje.

En el vídeo de abajo veremos como programar paso a paso nuestro juego.




No hay comentarios:

Publicar un comentario