Match each term with the correct statement below.

A. A shortcut for incrementing and accumulating
B. Multiple statements within curly braces
C. A counted loop
D. The value that determines whether loop execution continues
E. Operate on two values
F. The technique of combining two loops into one
G. Subtracting 1 from a variable
H. Within parentheses are three sections separated by exactly two semicolons
I. Part of the Thread class in the java.lang package
J. A body with no statements
K. Performs no actions in its body
L. Multiply and assign
M. Ensuring that a value is in a range
N. Repeatedly increasing a value by an amount
O. Remainder and assign

A. prefix ++
B. block
C. definite loop
D. loop control variable
E. binary operators
F. loop fusion
G. decrementing
H. for loop
I. sleep() method
J. empty body
K. do-nothing loop
L. *=
M. data validation
N. accumulating
O. %=

Computer Science & Information Technology

You might also like to view...

Explain why the statement "The network seems to be working OK so there must not be any RF interference." might be considered a wireless ‘myth'.

What will be an ideal response?

Computer Science & Information Technology

To what does the term accessibility refer?

What will be an ideal response?

Computer Science & Information Technology