New game
Download
Get Academic Plan
Share game
Fill in the Blanks
Fill in the Blanks

Completa código

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Completa código

Fill in the Blanks

Played 138

About this activity

Completa palabras clave

Created by

Colombia

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Completa código
 

Fill in the Blanks

Completa códigoOnline version

Completa palabras clave

by usuario 1
1

#include
Servo miServo ; / / Creamos el objeto del servomotor
int posicion = ; / / Empezamos en el centro ( 90 grados )
/ / Definimos los pines
const int = 7 ; / / Botón para aumentar ángulo
const pinBotonBajar = 8 ; / / Botón para disminuir ángulo
const int = 4 ; / / Pin de señal del servo

void setup ( ) {
. attach ( pinServo ) ; / / Conectamos el servo al pin 9

/ / Configuramos los botones como entrada con resistencia interna
pinMode ( pinBotonSubir , ) ;
pinMode ( , INPUT_PULLUP ) ;

miServo . ( posicion ) ; / / Movemos el servo a la posición inicial
}

void ( ) {
/ / Si presionamos el botón de subir ( pin )
if ( ( pinBotonSubir ) = = ) {
if ( posicion < ) { / / Límite máximo de 180 grados
posicion + + ; / / Aumentamos de 1 en 1
miServo . ( posicion ) ;
( 2 ) ; / / Pequeña pausa para que el movimiento sea suave
}
}

/ / Si presionamos el botón de bajar ( pin 3 )
if ( ( pinBotonBajar ) = = LOW ) {
( posicion > 0 ) { / / Límite mínimo de 0
posicion - - ; / / Disminuimos de 1 en 1
miServo . ( posicion ) ;
( 2 ) ; / / Pequeña pausa
}
}
}

2

La vida en la Tierra depende de un proceso llamado _____ , que ocurre principalmente en las hojas . En este proceso , la _____ captura la y la convierte en energía . El es absorbida por las raíces y llega a las células donde se utiliza junto con el _____ para producir azúcares como la _____ que alimentan a la planta . Además , se libera al ambiente como subproducto .

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.