1 | 16 | ||||||||||||||||||||||||
17 | |||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
14 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | 15 | ||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9/18 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
1. Placeholders in a function's definition that outline the type and number of inputs the function can accept
2. The position of a character starting from the end of the string.
3. The process of dividing a program into separate functions or procedures to make it more organized and easier to maintain.
4. Changing the case (uppercase or lowercase) of characters within a string.
5. A Segment of code that perform a specific task and can be called from within a program.
6. The number of positions to skip between characters in the slice.
7. A set of instructions that performs a specific task and does not return a value.
8. Tthe position of a character starting from the beginning of the string.
9. A portion of a string that is extracted based on its starting and ending positions.
10. A set of functions built into programming languages that allows manipulation and modification of strings.
11. The position of the first character to include in the slice.
12. A statement used in a subprogram to return a value to the calling program.
13. The action of combining multiple strings together to form a single longer string.
14. The area within a program where variables and functions are accessible.
15. The result of executing a function, sent back to the code that called it.
16. Removing leading and trailing whitespace characters from a string.
17. A variable declared within a function which can only be accessed within that specific function.
18. Dividing a string into multiple substrings based on a specified separator.