Match each term with a statement below.
A. A loop that may execute a different number of times each time the program executes
B. Initialized before entering a while loop
C. Loops within loops
D. Any numeric variable you use to count the number of times an event has occurred
E. To add to a variable
F. To decrease a variable's value
G. A variable that you use to gather values
H. One set of instructions that operates on multiple, separate sets of data
I. The amount by which a for loop control variable changes
J. To override incorrect data by setting the variable to a specific, predetermined value
A. indefinite
B. loop control variable
C. nested loops
D. counter
E. increment
F. decrement
G. accumulator
H. loop
I. step value
J. forcing
You might also like to view...
In which of the following cases is a class member M invisible in a func tion F?
a. F is a member function and M is private b. F is a friend function and M is private c. F is a general function and M is public d. F is a general function and M is private e. none of the above
In the Object dialog box, when linking a file, you can choose to have the file display as a(n) ________
Fill in the blank(s) with correct word
When multiple reviewers are working on a document, comments by each reviewer are identified by the author's name and are assigned a(n) ________
A) color B) order C) code D) reviewer number
In a ____ queue, customers or jobs with higher priorities are pushed to the front of the queue.
A. structured B. divided C. priority D. hold