unit 7 vocab Flashcards
(7 cards)
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
send a value from a function back to the part of the code that called the function
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