1/12 | 17 | ||||||||||||||||||||||
2 | |||||||||||||||||||||||
3 | |||||||||||||||||||||||
4 | |||||||||||||||||||||||
15 | 5 | ||||||||||||||||||||||
13 | 6 | ||||||||||||||||||||||
16 | |||||||||||||||||||||||
7 | |||||||||||||||||||||||
19 | |||||||||||||||||||||||
8 | 14 | 18 | |||||||||||||||||||||
9 | |||||||||||||||||||||||
10 | |||||||||||||||||||||||
11 | |||||||||||||||||||||||
1. A text editor optimized for writing and editing source code of computer programs.
2. Written information, guides, or tutorials that provide instructions and explanations on how to use the framework library.
3. The division of a program into smaller, independent modules, making it easier to understand and maintain.
4. Code that can be used again in multiple programs or modules without having to rewrite it.
5. A feature of IDEs that visually distinguishes different elements of source code by applying colors or font styles.
6. The ability to use existing subprograms from a library in new programs, reducing redundancy and improving efficiency.
7. Tthe position of a character starting from the beginning of the string.
8. Swapping certain characters or substrings in a string with new ones.
9. A collection of reusable subprograms that can be used in a program.
10. The number of characters in a string.
11. A portion of a string that is extracted based on its starting and ending positions.
12. A program that translates source code written in a programming language into another language, often machine code.
13. The area in a program where a variable can be accessed
14. The position of the first character to exclude from the slice.
15. A programming technique involving a function that calls itself to solve a problem.
16. The result of executing a function, sent back to the code that called it.
17. A statement used in a subprogram to return a value to the calling program.
18. A pre-prepared, reusable set of libraries or components that provide the foundation for developing a software application.
19. Removing leading and trailing whitespace characters from a string.