Crear
Descargar
Obtener Plan Académico
Compartir juego
Completar Frases
Completar Frases

Translators and

Intégralo en tu plataforma

Puedes integrar el juego en un LMS compatible con LTI 1.1 o LTI 1.3 como Canvas, Moodle, o Blackboard. De esta manera podrás guardar las puntuaciones automáticamente en el libro de calificaciones de esa plataforma.
Descargar
Has superado el número máximo de juegos que puedes integrar en Google Classroom con tu Plan actual.

Para integrar tantos juegos como quieras en Google Classroom, necesitas un Plan Académico o un Plan Comercial.

Has superado el número máximo de juegos que puedes integrar en Microsoft Teams con tu Plan actual.

Para integrar tantos juegos como quieras en Microsoft Teams, necesitas un Plan Académico o un Plan Comercial.

La descarga de juegos es una característica exclusiva para usuarios con un Plan Académico o un Plan Comercial.

Obtén ahora tu Plan Académico o Comercial y comienza a integrar tus juegos en tu LMS, web o blog.

Si lo deseas, puedes descargar un juego de prueba aquí y probar su integración:

Translators and

Completar Frases

Jugadas 1

Sobre esta actividad

Fill In The Gaps

Creada por

Estados Unidos

Descarga la versión para jugar en papel

Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad

Top juegos

%
Anónimo
Anónimo
%
%
%
Has superado el número máximo de juegos que puedes imprimir con tu Plan actual.

Para imprimir tantos juegos como quieras, necesitas un Plan Académico o un Plan Comercial.

Imprime tu juego
Translators and
 

Completar Frases

Translators andVersión en línea

Fill In The Gaps

por PWA Warren
1

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

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

¿Estás seguro que quieres abandonar la página?

Al abandonar la página perderás el progreso del juego.