Section 8.14 Vocabulary
- loop:
-
A statement that executes a sequence of statements repeatedly.
- loop body:
-
The statements inside the loop.
- infinite loop:
-
A loop whose condition is always true.
- increment:
-
Increase the value of a variable.
- decrement:
-
Decrease the value of a variable.
- iteration:
-
Executing a sequence of statements repeatedly.
- loop variable:
-
A variable that is initialized, tested, and updated in order to control a loop.
- pseudorandom:
-
A sequence of numbers that appear to be random but are actually the product of a deterministic computation.
You have attempted of activities on this page.
