1/11 | 14 | ||||||||||||||||||||||
16 | |||||||||||||||||||||||
2 | |||||||||||||||||||||||
3 | |||||||||||||||||||||||
12 | |||||||||||||||||||||||
4 | |||||||||||||||||||||||
5/6 | |||||||||||||||||||||||
18 | |||||||||||||||||||||||
10 | 13 | 19 | |||||||||||||||||||||
15 | 17 | ||||||||||||||||||||||
7 | |||||||||||||||||||||||
8 | |||||||||||||||||||||||
9 | |||||||||||||||||||||||
1. The method used to extract a subset of characters from a string.
2. A set of instructions that performs a specific task and does not return a value.
3. Changing the case (uppercase or lowercase) of characters within a string.
4. The process of altering or transforming strings to achieve a desired result.
5. A reusable block of code that performs a specific task and returns a value.
6. The area within a program where variables and functions are accessible.
7. The action of combining multiple strings together to form a single longer string.
8. The number of positions to skip between characters in the slice.
9. The position of the first character to exclude from the slice.
10. A programming technique involving a function that calls itself to solve a problem.
11. The position of the first character to include in the slice.
12. The result of executing a function, sent back to the code that called it.
13. A variable declared within a function which can only be accessed within that specific function.
14. The area in a program where a variable can be accessed
15. The process of accessing individual characters within a string using their position.
16. A portion of a string that is extracted based on its starting and ending positions.
17. Swapping certain characters or substrings in a string with new ones.
18. A variable declared outside any function or procedure, which can be accessed from any part of the program.
19. A set of functions built into programming languages that allows manipulation and modification of strings.