1 8
2
7
3
4
5
6

Crossword: Compilers, Interpreters, Assemblers & Translators

Across

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

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

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

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

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

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

Down

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

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


🖶

Shortcuts

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