Java Games: Flashcards, matching, concentration, and word search.

Python 2 Vocab Java Games

AB
For loopRepeated block of code that is repeated a specific number of times and may use increments.
While loopRepeated block of code that is repeated until a condition is met.
Conditional StatementA statement written in if-then form that determines the outcome of which code is executed based on whether a condition is true or false.
iterationThe number of repetitions of a block of code in a loop
countera variable which stores the number of times a particular event or process has occurred
accumulatora variable that the program uses to calculate a sum or product of a series of values
incrementThe process of increasing a numeric value by another value.
executeCarry out or put into effect the code
sequencea particular order of related events; instructions carried out one after another
decrementThe process of decreasing a numeric value by another value.
infinite loopA loop where the condition is never false and it repeats forever
nested loopa loop within a loop, an inner loop within the body of an outer one.


Technology Teacher
Blue Hills Regional Vocational High School

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities