Programming Languages and Translators Simulation

Choose a programming language and translator to run the program

Source Code

Translator

Execution

Source Code

Compiler

Compiling...

Assembler

Assembling ...
one instruction to
one machine code

Machine Code

Interpreter

Program is translated and executed line by line. Source code and interpreter always required.

CPU executes machine code directly.

01010010010
0010
011010100111

Output