Chapter 3: Flow Control Flashcards

1
Q

The order in which statements in your program are performed.

A

Flow of Control

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

Binary operations or equal precedence are evaluated in what order?

A

Left to right

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

Unary operations or equal precedence are evaluated in what order?

A

Right to left

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

Any programming construct that chooses one from a number of alternative actions is called:

A

Branching Mechanism

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