1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Parameter
A variable in a function definition that acts as a placeholder for values passed through the function.
Argument
The value passed to the parameter in a function.
Return
Used to return the flow of control to the point where the procedure was called and to return the value of an expression.
Procedural abstraction
A process that allows a procedure to be used by only knowing what it does, not how it does it, enabling solutions to large problems based on smaller subproblems.
Library
A group of functions (procedures) that can be used when creating new programs.
API
Application Program Interface - specifications for how functions in a library behave and can be used.
Modularity
The subdivision of a computer program into separate subprograms.