1/11 14 16 18
15 2
3
4
5
6
12
7
13 8 17
9
10

Crossword: Advanced Topics

Across

1. The area within a program where variables and functions are accessible.

2. Written information, guides, or tutorials that provide instructions and explanations on how to use the framework library.

3. The result of executing a function, sent back to the code that called it.

4. The process of restructuring existing computer code without changing its external behavior, improving readability and maintainability.

5. A feature of IDEs that suggests possible completions or code snippets as you type, increasing programming efficiency.

6. Predefined functions provided by a programming language or library for common tasks.

7. The position of the first character to include in the slice.

8. A statement used in a subprogram to return a value to the calling program.

9. A program that translates source code written in a programming language into another language, often machine code.

10. The position of a character starting from the end of the string.

Down

11. A pre-prepared, reusable set of libraries or components that provide the foundation for developing a software application.

12. A Segment of code that perform a specific task and can be called from within a program.

13. Swapping certain characters or substrings in a string with new ones.

14. Removing leading and trailing whitespace characters from a string.

15. A collection of reusable subprograms that can be used in a program.

16. The ability to use existing subprograms from a library in new programs, reducing redundancy and improving efficiency.

17. The number of positions to skip between characters in the slice.

18. The action of combining multiple strings together to form a single longer string.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓