unit 7 vocab Flashcards

1
Q

argument

A

the value passed down to the parameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

parameter

A

a variable in a function definition. Used as a placeholder for values that will be passed through the function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

procedural abstraction

A

extracting shared features to generalize functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

library

A

a collection/group of functions (procedures) that can/may be used in many different programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

application program interface (API)

A

specifications for how the functions in a library behave and can be used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

modularity

A

the subdivision of a computer program into separate subprograms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly