Chapter 3: Flow Control Flashcards
(5 cards)
1
Q
The order in which statements in your program are performed.
A
Flow of Control
2
Q
Binary operations or equal precedence are evaluated in what order?
A
Left to right
3
Q
Unary operations or equal precedence are evaluated in what order?
A
Right to left
4
Q
Any programming construct that chooses one from a number of alternative actions is called:
A
Branching Mechanism
5
Q
A