Chapter 12 Stepwise Refinement and Structure Charts Flashcards

1
Q

What does stepwise refinement mean?

A

Stepwise refinement means 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

What does counter mean?

A

A counter is a variable that is incremented or decremented.

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

What does structured English mean?

A

The highest level for describing an algorithm.

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

Describe the MOD function?

A

MOD will return the remainder of a division (Az osztasnak a maradeka, pl. 5/2=2, marad 1)

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

What is a procedure?

A

A procedure is 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
6
Q

What is a function?

A

A function is a sequence of steps that is given an identifier and returns a single value

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

What does local variable mean?

A

A local variable means 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
8
Q

What does global variable mean?

A

Global variable means a variable that is accessible from all modules

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

What is a structure chart?

A

A structure chart is 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
10
Q

What is a parameter?

A

A value passed between modules.

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

How does a flowchart symbol look like?

A

A square with double sidelines

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