1 9
7
2
3
4 8
5
6

Crossword: Compilers, Interpreters, Assemblers & Translators

Across

1. The process of producing executable machine code or intermediate code from the analyzed source code.

2. A program that directly executes instructions written in a high-level programming language without the need for prior translation.

3. The process of analyzing the grammar of the source code to determine its syntactic structure.

4. A program that translates source code written in a high-level programming language into a lower-level language, such as machine code.

5. The process of improving the efficiency and performance of the generated machine code.

6. The process of analyzing the meaning of the source code and checking for semantic errors.

Down

7. A program that converts code from one programming language to another without necessarily changing the underlying logic.

8. The process of breaking down the source code into a sequence of lexemes (tokens) that can be processed by the compiler or interpreter.

9. A program that translates assembly language code into machine code.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓