UNIT 7 VOCAB Flashcards

1
Q

U7L1
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
2
Q

U7L1
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

U7L1
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

U7L2
Procedural abstraction

A

a process that allows a procedure to be used only knowing what it does, not how it does it. Procedural abstraction allows a solution to a large problem to be based on the solution of smaller subproblems. This is accomplished nby 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

U7L5
Library

A

a group of functions (procedures) 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

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

U7L6
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