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:

Programming Basics Quiz

Test

Parties jouées 11

À propos de cette activité

Test your knowledge on the fundamentals of programming with this fun quiz!

Créé par

Spain

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
Programming Basics Quiz
 

Programming Basics QuizVersion en ligne

Test your knowledge on the fundamentals of programming with this fun quiz!

par Álvaro Manuel Navarro Cruz
1

What should I use if I want to display a message?

2

What is the difference between input() and print()?

3

If I want to perform the same operation 10 times, which block should I use?

4

What is a variable in programming?

5

What is a function used for in programming?

Explicación

The print() function is used to display messages on the screen. For example, if you want the robot to say something, you would use print("Hello, world!").

print() is used to show messages on the screen. On the other hand, input() allows the user to type information from the keyboard, which can later be used in the program.

Both the for loop and the while loop can be used to repeat an operation 10 times. The for loop is shorter and simpler, but the while loop also works if we configure the repetition condition correctly.

A variable is like a box where we store information, such as a number or a word, that we can use at any time within our program.

A function allows us to group several instructions and use them in different parts of the program without having to rewrite them each time. It's like giving a name to a set of steps for the program to execute when needed.

Voulez-vous vraiment quitter la page ?

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