1 | 13 | ||||||||||||||||||||||||
14 | |||||||||||||||||||||||||
16 | |||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
11 | 3 | ||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
1. The process of simplifying complex systems by hiding unnecessary details in high-level languages.
2. The process of restructuring existing computer code without changing its external behavior, improving readability and maintainability.
3. A system that records changes to a file or set of files over time, so that you can recall specific versions later.
4. A text editor optimized for writing and editing source code of computer programs.
5. The lowest-level programming language consisting of binary code that can be directly executed by a computer's CPU.
6. A programming language that is closer to machine language and is harder to understand and use compared to high-level languages.
7. A program that directly executes high-level language code without prior translation into machine code.
8. The process of producing executable machine code or intermediate code from the analyzed source code.
9. The process of breaking down the source code into a sequence of lexemes (tokens) that can be processed by the compiler or interpreter.
10. The process of analyzing the grammar of the source code to determine its syntactic structure.
11. A feature of IDEs that suggests possible completions or code snippets as you type, increasing programming efficiency.
12. The quality of code written in a high-level language that is easy to understand and maintain.
13. The process of improving the efficiency and performance of the generated machine code.
14. A programming language that is closer to human language and is easier to understand and use compared to low-level languages.
15. A low-level programming language that uses mnemonics to represent machine instructions.
16. A feature of IDEs that visually distinguishes different elements of source code by applying colors or font styles.