1 | 14 | 17 | |||||||||||||||||||||||
2/12 | 16 | ||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
6 | 13 | ||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 |
1. The process of analyzing the grammar of the source code to determine its syntactic structure.
2. The process of restructuring existing computer code without changing its external behavior, improving readability and maintainability.
3. The ability of a program written in a high-level language to run on different computer systems without modification.
4. The process of planning, organizing, and controlling resources and tasks to achieve specific goals within a software development project.
5. The process of improving the efficiency and performance of the generated machine code.
6. The lowest-level programming language consisting of binary code that can be directly executed by a computer's CPU.
7. A low-level programming language that uses mnemonics to represent machine instructions.
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 feature of IDEs that suggests possible completions or code snippets as you type, increasing programming efficiency.
10. A feature of IDEs that visually distinguishes different elements of source code by applying colors or font styles.
11. A text editor optimized for writing and editing source code of computer programs.
12. The quality of code written in a high-level language that is easy to understand and maintain.
13. A program that translates assembly language code into machine code.
14. A program that converts code from one programming language to another without necessarily changing the underlying logic.
15. A programming language that is closer to human language and is easier to understand and use compared to low-level languages.
16. A program that directly executes high-level language code without prior translation into machine code.
17. A programming language that is closer to machine language and is harder to understand and use compared to high-level languages.