(FINAL) Programming Flashcards

1
Q

It refers to the order in which a program’s statements are executed.

A

Flow of control

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

The normal flow of control for all programs

A

sequential

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

It is used to select which statements are
performed next based on a condition.

A

Selection

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

It is used to repeat a set of statements.

A

Repetition

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

It is used to invoke a sequence of instructions using a single statement, as in
calling a function.

A

Invocation

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

Any algorithm can be built using combinations of four standardized flow of control structures

A

TRUE

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