New game
Download
Get Academic Plan
Share game
Quiz
Quiz

Ejercicios

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
Download the game as a Scorm, HTML, or PDF file.
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:

Ejercicios

Quiz

(5)
En esta actividad, vamos a plantear una serie de ejercicios para conocer el nivel de conocimiento adquirido por el alumno.

Download the paper version to play

Recommended age: 15 years old
164 times made

Created by

Spain

Top 10 results

  1. 1
    00:09
    time
    100
    score
  2. 2
    00:38
    time
    100
    score
  3. 3
    00:47
    time
    66
    score
  4. 4
    00:51
    time
    66
    score
  5. 5
    00:43
    time
    50
    score
  6. 6
    00:55
    time
    50
    score
  7. 7
    00:49
    time
    33
    score
  8. 8
    asdfg
    asdfg
    00:59
    time
    33
    score
  9. 9
    01:58
    time
    33
    score
  10. 10
    04:08
    time
    33
    score
Do you want to stay in the Top 10 of this game? to identify yourself.
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

  1. time
    score
  1. time
    score
time
score
time
score
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
 
game-icon

EjerciciosOnline version

En esta actividad, vamos a plantear una serie de ejercicios para conocer el nivel de conocimiento adquirido por el alumno.

by ignacio akarregi bengoa
1

IDE significa:

2

El IDE de Arduino

3

Marca las que el IDE de Arduino no pueda hacer:

4

Prueba este ejemplo de código en tu IDE de Arduino (copialo en el editor y dale al botón verificar, no hace falta una placa para esto) y responde cual de las opciones es cierta. Programa: void setup() { int v = 0; } void loop() { v = v + 1; }

5

Prueba este ejemplo de código en tu IDE de Arduino (copialo en el editor y dale al botón verificar, no hace falta una placa para esto) y responde cual de las opciones es cierta. Programa: int v = 13; void setup() { pinMode(v, OUTPUT); } void loop() { digitalWrite(v, HIGH); }

6

Prueba este ejemplo de código en tu IDE de Arduino (copialo en el editor y dale al botón verificar, no hace falta una placa para esto) y responde cual de las opciones es cierta. Programa: int v = 7; void setup() { pinmode(v, OUTPUT); } void loop() { digitalWrite(v, HIGH); }