1 | 14 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
17 | |||||||||||||||||||||||||
16 | 4 | ||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
13 |
1. The process of altering or transforming strings to achieve a desired result.
2. The result of executing a function, sent back to the code that called it.
3. Removing leading and trailing whitespace characters from a string.
4. The area within a program where variables and functions are accessible.
5. The action of combining multiple strings together to form a single longer string.
6. The process of dividing a program into separate functions or procedures to make it more organized and easier to maintain.
7. The position of a character starting from the end of the string.
8. A set of functions built into programming languages that allows manipulation and modification of strings.
9. The area within a program where variables are accessible within a block of code, such as within an if statement or a loop.
10. Changing the case (uppercase or lowercase) of characters within a string.
11. A variable declared outside any function or procedure, which can be accessed from any part of the program.
12. The process of accessing individual characters within a string using their position.
13. The position of the first character to include in the slice.
14. A statement used in a subprogram to return a value to the calling program.
15. Placeholders in a function's definition that outline the type and number of inputs the function can accept
16. A variable declared within a function which can only be accessed within that specific function.
17. A reusable block of code that performs a specific task and returns a value.