Basics Flashcards
1
Q
allow selection among alternative control flow paths and repeated execution of statements or sequences of statements
A
Control statements
2
Q
is a control statement and the collection of statement whose execution it controls
A
control structure
3
Q
Categories of control statements (4)
A
- Selection
- Multiple selection
- Iterative
- Unconditional branching