Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
Intégrez-le à votre plateforme

Vous pouvez intégrer le jeu dans un LMS compatible avec LTI 1.1 ou LTI 1.3 comme Canvas, Moodle ou Blackboard. Les scores seront ainsi automatiquement enregistrés dans le carnet de notes de la plateforme.
Télécharger
Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Google Classroom avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Google Classroom, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Microsoft Teams avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Microsoft Teams, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Le téléchargement du jeu est une fonctionnalité exclusive pour les utilisateurs avec un Plan Académique ou un Plan Commercial.

Obtenez votre Plan Académique ou Plan Commercial dès maintenant et commencez à intégrer vos jeux dans votre LMS, votre site Web ou votre blog.

Si vous le souhaitez, vous pouvez télécharger une jeu de test ici et tester son intégration:

Fill in the Gaps Exercise: Introduction to Computer Programming

Compléter

Parties jouées 0

À propos de cette activité

Read the text below and fill in the gaps with the correct words from the box.

Créé par

Colombia

Téléchargez la version pour jouer sur papier

Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

%
Anonyme
Anonyme
%
%
%
Vous avez dépassé le nombre maximum de jeux que vous pouvez imprimer avec votre Plan actuel.

Pour imprimer autant de jeux que vous le souhaitez, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Imprimez votre jeu
Fill in the Gaps Exercise: Introduction to Computer Programming
 

Compléter

Fill in the Gaps Exercise: Introduction to Computer ProgrammingVersion en ligne

Read the text below and fill in the gaps with the correct words from the box.

par Adrian MM
1

implement object execute loop parameter run array compiler crashed nested definition program write float debug read method assignment brackets function variable

In computer programming , we use different terms to describe how we create and manage software . A is a set of instructions that tells the computer what to do . We often write these instructions using a specific language that needs to be translated by a into machine code so that the computer can understand and them .
One of the first things we learn is how to use an . This is a way to store multiple values in a single place . We access these values using . Each position in the array has a number called an index .
When we want to store a piece of data that might change , we use a . To give this variable a value , we perform an . For example , we might set a variable to the number 10 . If the data should not change , we use a constant .
A key part of programming is writing functions . A is a block of code that performs a specific task . When we define a function , we use a to specify what it does and what parameters it takes . A is like a variable inside a function that gets its value when the function is called .
Sometimes , we need to repeat a task multiple times . We use a loop to do this . If we have one inside another , it is called a loop .
Objects are another important concept . An is an instance of a class and can have both data and methods . A is a function that belongs to an object and operates on that object's data .
When writing programs , errors can happen . If a program stops working suddenly , we say it has . To fix errors , we the code .
We also need to handle different types of data . A is a number with a decimal point . Each piece of data we use has a type that tells the computer how to handle it .
When working with files or user input , we often need to data from a source or data to a destination .
Understanding these basic terms and concepts is essential for anyone learning to and computer programs .

Voulez-vous vraiment quitter la page ?

En quittant la page, vous perdrez la progression du jeu.