1 | 11 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
18 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
5 | 10 | 14 | |||||||||||||||||||||||
16 | |||||||||||||||||||||||||
6 | 17 | ||||||||||||||||||||||||
13 | 7 | ||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
1. A feature of IDEs that visually distinguishes different elements of source code by applying colors or font styles.
2. Keeping track of different versions of subprogram libraries to manage updates and bug fixes.
3. The ability to use existing code in multiple programs or modules without duplication.
4. A statement used in a subprogram to return a value to the calling program.
5. The method used to extract a subset of characters from a string.
6. A software tool or platform that helps in managing the installation, update, and removal of software libraries and dependencies.
7. The division of a program into smaller, independent modules, making it easier to understand and maintain.
8. A collection of subprograms that can be reused in multiple programs.
9. Tthe position of a character starting from the beginning of the string.
10. Swapping certain characters or substrings in a string with new ones.
11. The process of simplifying complex subprogram implementations, allowing programmers to use them without needing to understand the underlying details.
12. Removing leading and trailing whitespace characters from a string.
13. The position of the first character to include in the slice.
14. A program that translates source code written in a programming language into another language, often machine code.
15. Mistakes in the syntax of a programming language that prevent the code from being executed or compiled correctly.
16. The process of dividing a program into separate functions or procedures to make it more organized and easier to maintain.
17. A set of functions built into programming languages that allows manipulation and modification of strings.
18. Predefined functions provided by a programming language or library for common tasks.