(FINAL) Programming Flashcards
1
Q
It refers to the order in which a program’s statements are executed.
A
Flow of control
2
Q
The normal flow of control for all programs
A
sequential
3
Q
It is used to select which statements are
performed next based on a condition.
A
Selection
4
Q
It is used to repeat a set of statements.
A
Repetition
5
Q
It is used to invoke a sequence of instructions using a single statement, as in
calling a function.
A
Invocation
6
Q
Any algorithm can be built using combinations of four standardized flow of control structures
A
TRUE
7
Q
A