1 | 9 | ||||||||||||||||||||
2 | |||||||||||||||||||||
3 | |||||||||||||||||||||
11 | |||||||||||||||||||||
8 | 4 | ||||||||||||||||||||
5 | |||||||||||||||||||||
10 | |||||||||||||||||||||
6 | |||||||||||||||||||||
7 | |||||||||||||||||||||
1. The ability to use existing code in multiple programs or contexts.
2. A command in a program that activates a subprogram allowing it to run and perform its tasks.
3. A program module that performs a specific task within a larger program.
4. How easily the code can be understood by humans.
5. A subroutine that executes specific tasks within a program and provides a returned value when called.
6. The principle of breaking down a program into smaller, manageable sections.
7. A command used in a subprogram to show the specific value that will be given back to the main program
8. The ability to execute tasks with optimal resource usage.
9. The reduction of complexity by hiding implementation details.
10. A subprogram that is callable within a program and executes a specific task, but does not return a value.
11. The ease with which modifications can be made to a codebase.