unit 7 vocab Flashcards
1
Q
argument
A
the value passed down to the parameter
2
Q
parameter
A
a variable in a function definition. Used as a placeholder for values that will be passed through the function
3
Q
return
A
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
4
Q
procedural abstraction
A
extracting shared features to generalize functionality
5
Q
library
A
a collection/group of functions (procedures) that can/may be used in many different programs
6
Q
application program interface (API)
A
specifications for how the functions in a library behave and can be used
7
Q
modularity
A
the subdivision of a computer program into separate subprograms