1 | 12 | 13 | |||||||||||||||||||||||
16 | |||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
17 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
14 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
11 | 6 | ||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
18 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 |
1. Swapping certain characters or substrings in a string with new ones.
2. A collection of reusable subprograms that can be used in a program.
3. A Segment of code that perform a specific task and can be called from within a program.
4. The position of the first character to include in the slice.
5. The process of simplifying complex subprogram implementations, allowing programmers to use them without needing to understand the underlying details.
6. Dividing a string into multiple substrings based on a specified separator.
7. Placeholders in a function's definition that outline the type and number of inputs the function can accept
8. The area within a program where variables and functions are accessible.
9. The ability to use existing code in multiple programs or modules without duplication.
10. The action of combining multiple strings together to form a single longer string.
11. A software component or library that is required by another software component or library to function properly.
12. A library that is developed by a third-party and is used to extend the functionality of a software application.
13. A value that is passed to a function or procedure when it is called.
14. The result of executing a function, sent back to the code that called it.
15. A variable declared within a function which can only be accessed within that specific function.
16. The division of a program into smaller, independent modules, making it easier to understand and maintain.
17. Subprogram libraries promote the use of consistent coding practices throughout different programs.
18. The period during which a software application is executing and running on a computer system.