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

Translators and

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:

Translators and

Fill in the Blanks

Played 1

About this activity

Fill In The Gaps

Created by

United States

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

Fill in the Blanks

Translators andOnline version

Fill In The Gaps

by PWA Warren
1

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

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

Are you sure you want to leave the page?

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