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

AW -- C++--Chapter 8 Vocabulary

AB
control expressionan expression that provides for a decision to be made in an if statement or to end a loop
do while loopan iteration structure that repeats a ststement or group of statements as long as a control expression is true at the end of the loop
event drivena program where events such as the click of a mouse or a menu selection drives the flow of a program
event loopa loop in an event driven program which constantly iterates waiting for an event to occur
for loopan iteration structure that repeats one or more statements a specified number of times
infinite loopan iteration structure in which iterations continue indefinitely
initializing expressionan expression that initializes the counter variable of a for loop
iterationa single loop or pass through a group of statements
iteration structuresprogramming structures that repeat a group of statements one or more times
nested loopa loop within a loop
parameterthe variable that receives the value or any other identifier in the parentheses of the function declaration
step expressionthe expression in a for loop that changes the counter variable
while loopan iteration structure that repeats a statement or group of statements as long as a control expression is true

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