37.
The computer has calculated projected retirement benefits for employee A. It
must next perform the same calculations for employee B. What logic pattern
would be used to alter the normal sequence, and get the computer to repeat the
last 10 steps for employee B?
a. Simple sequence.
b. Selection.
c. Looping.
d. Branching.
38.
A programming statement calls for the computer to determine whether a new
insurance premium is equal to, less than, or greater than the old premium. What
type of logic pattern is involved?
a. Simple sequence.
b. Selection.
c. Looping.
d. Branching.
39.
This logic pattern causes the most difficulty when used a lot because it makes
the computer jump back and forth.. It is the:
a. Simple sequence.
b. Selection pattern.
c. Looping pattern.
d. Branching pattern.
Check Your Answers on Next Page
MD0058
2-25