Chapter 12: Stepwise Refinement Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Stepwise Refinement

A

Breaking down the steps of an outline solution into smaller and smaller steps.

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

Procedure

A

A sequence of steps that is given an identifier and can be called to perform a sub-task

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

Function

A

A sequence of steps that is given an identifier and returns a single value; function call is part of an expression.

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

Local variable

A

A variable that is only accessible within the module in which it is declared.

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

Global variable

A

A variable that is accessible from all modules.

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

Structure chart

A

A graphical representation of the modular structure of a solution

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

Parameter

A

A value passed between modules

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