Unit 7: Parameters, Return, and Libraries Flashcards

1
Q

parameter

A

a variable in a function, used as a placeholder for values that will be passed through function

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

argument

A

the value passed to the parameter

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 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

a process that allows a procedure to be used only knowing what it does, not how it does it. allows a solution to a large problem to be based on the solution of smaller subproblems by creating procedures to solve each of the subproblems.

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

library

A

a group of functions that may be used in creating new programs

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

API

A

application program interface, specifications for how functions in a library behave and can be used

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