1 | 9 | |||||||||||||||||||||
2 | ||||||||||||||||||||||
3 | ||||||||||||||||||||||
4 | ||||||||||||||||||||||
5/8 | ||||||||||||||||||||||
6 | ||||||||||||||||||||||
7 | ||||||||||||||||||||||
1. A program that converts code from one programming language to another without necessarily changing the underlying logic.
2. A program that directly executes instructions written in a high-level programming language without the need for prior translation.
3. A program that translates assembly language code into machine code.
4. The process of analyzing the grammar of the source code to determine its syntactic structure.
5. The process of producing executable machine code or intermediate code from the analyzed source code.
6. The process of analyzing the meaning of the source code and checking for semantic errors.
7. The process of breaking down the source code into a sequence of lexemes (tokens) that can be processed by the compiler or interpreter.
8. A program that translates source code written in a high-level programming language into a lower-level language, such as machine code.
9. The process of improving the efficiency and performance of the generated machine code.