1/13 | 14 | 15 | |||||||||||||||||||||
2 | |||||||||||||||||||||||
3 | 19 | ||||||||||||||||||||||
4 | |||||||||||||||||||||||
5 | |||||||||||||||||||||||
16 | |||||||||||||||||||||||
6 | |||||||||||||||||||||||
7 | 17 | 18 | |||||||||||||||||||||
8 | |||||||||||||||||||||||
9 | |||||||||||||||||||||||
10 | |||||||||||||||||||||||
11 | |||||||||||||||||||||||
12 | |||||||||||||||||||||||
1. Dividing a string into multiple substrings based on a specified separator.
2. Tthe position of a character starting from the beginning of the string.
3. The action of combining multiple strings together to form a single longer string.
4. Swapping certain characters or substrings in a string with new ones.
5. A set of functions built into programming languages that allows manipulation and modification of strings.
6. A set of instructions that performs a specific task and does not return a value.
7. The process of accessing individual characters within a string using their position.
8. The position of the first character to exclude from the slice.
9. The process of dividing a program into separate functions or procedures to make it more organized and easier to maintain.
10. A reusable block of code that performs a specific task and returns a value.
11. A Segment of code that perform a specific task and can be called from within a program.
12. Placeholders in a function's definition that outline the type and number of inputs the function can accept
13. The process of altering or transforming strings to achieve a desired result.
14. A variable declared within a function which can only be accessed within that specific function.
15. A variable declared outside any function or procedure, which can be accessed from any part of the program.
16. The area within a program where variables and functions are accessible.
17. The result of executing a function, sent back to the code that called it.
18. The number of characters in a string.
19. The area within a program where variables are accessible within a block of code, such as within an if statement or a loop.