1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Parameter
A variable in a function definition. Used as a placeholder for values that will be passed through the function.
Argument
The value passed to the parameter.
Return
Used to return the flow of control to the point where the procedure (also known as a function) was called and to return the value of expression.
Procedural Abstraction
Extracting shared features to generalize functionality.
Library
A group of functions (procedures) that may be used in creating new programs.
API
Application Program Interface - specifications for how functions in a library behave and can be used.