Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
Compléter
Compléter

Translators and

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:

Translators and

Compléter

Parties jouées 1

À propos de cette activité

Fill In The Gaps

Créé par

United States

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
Translators and
 

Compléter

Translators andVersion en ligne

Fill In The Gaps

par PWA Warren
1

keywords executes compiler mnemonics Python high Assemblers debugger CPU Integrated syntax abstraction binary translators machine

CPUs only understand instructions written in a format . These binary instructions are called code . But it is very difficult for a human to understand long sequences of binary . So programmers developed assembly language . This consists of a set of human - readable commands , called . Each command translates into a specific machine code number .

Assembly language is a low level language . It has a low level of . i . e . there is a direct link between an instruction in assembly and the machine code which it represents . Each type of will have its own instruction set , and so requires its own version of assembly language . Programs written in assembly run fast compared to those written in a high level language .

Still , assembly language requires that the programmer write each CPU instruction by hand . To make things easier , programmers developed level languages . A high level language has a set of such as PRINT and INPUT . Each of these keywords translates into more than one CPU instruction . These languages also have a set of grammar rules ( ) . These set out how to combine the keywords correctly . Examples of a high level languages are , Java , C , and C + + . Unlike assembly code , programs in high level languages can be used on any computer . High level source code must be translated into machine code . There are three different types of : assemblers , compilers and interpreters . Each of these translate the code in a different way . translate assembly code into machine code . Different CPUs need different assemblers . A converts high level source code into machine code instructions . The compiler reads all the source code in one go , and creates an executable file . The executable file will run the program without the compiler or source code present . The third type of translator , interpreters , convert source code into machine code instructions . It then immediately the instructions , line by line .

An Development Environment ( IDE ) is a single application that combines all the tools necessary for coding . The tools are designed to work seamlessly together . The tools that you would commonly find in an IDE are : a project manager , a code editor , a run - time environment , a and a translator

Voulez-vous vraiment quitter la page ?

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