1/15 | 17 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
18 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | 16 | ||||||||||||||||||||||||
19 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | 10 | ||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
14 |
1. A Segment of code that perform a specific task and can be called from within a program.
2. The position of the first character to exclude from the slice.
3. The method used to extract a subset of characters from a string.
4. Removing leading and trailing whitespace characters from a string.
5. A statement used in a subprogram to return a value to the calling program.
6. A variable declared within a function which can only be accessed within that specific function.
7. A programming technique involving a function that calls itself to solve a problem.
8. A variable declared outside any function or procedure, which can be accessed from any part of the program.
9. Placeholders in a function's definition that outline the type and number of inputs the function can accept
10. Swapping certain characters or substrings in a string with new ones.
11. The process of altering or transforming strings to achieve a desired result.
12. The action of combining multiple strings together to form a single longer string.
13. A portion of a string that is extracted based on its starting and ending positions.
14. A set of instructions that performs a specific task and does not return a value.
15. The number of positions to skip between characters in the slice.
16. The position of the first character to include in the slice.
17. The process of dividing a program into separate functions or procedures to make it more organized and easier to maintain.
18. Dividing a string into multiple substrings based on a specified separator.
19. The area within a program where variables and functions are accessible.