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

Java Semester 1 Exam Review, Alice Chapter 4

AB
boolean expressiona program segment that produces a true or false value
boolean operators (&&,||,!)conditional operators used to combine or modify logical operations. The names corresponding to these operators are AND, OR, and NOT
Boolean typea type of variable that takes on one of two values: true or false
boolean variablesvariable used to store true or false values
conditionthe current circumstances on which decision-making depends. Conditions take the form of a boolean expression
control structureanother term for a flow control statement
counting loopanother term for a for statement
flow control statementstatement that controls the flow of a program through the statements within them
flow diagramgraphic used to visualize pattern of flow within a control structure
for statementstatement that directs program flow through a group of statements a fixed number of times
general loopanother term for a while loop
if-then-else logicdirects program flow along one of two paths based on the evaluation of a boolean expression
if statementstatement that directs program flow through one group of statements and away from another group of statements
indefinite loopa looping structure that is not based on a fixed number of repetitions
infinite loopa looping structure that endlessly repeats statement execution due to an improperly designed termination condition
nested statement (inner statement, outer statement)a flow control statement that is contained within another flow control statement
relational operators (==, !=, <, >, <=, >=)an operator that computes a true or false value. The names corresponding to these operators are equality, inequality, less-than, greater-than, less-than-or-equal, greater-than-or-equal
repetitive controllooping based on an arbitrary number of iterations
selective controlanother term used to describe if-then-else logic
selective execution (selective flow)term that describes the behavior of an if statement
validating the parameterprocess of checking the validity of a parameter's values before allowing flow to proceed
wait() statementa statement that pauses program flow for a specified number of seconds
while statementa structure that directs program flow through a group of statements an arbitrary number of times


Mountain Brook H. S.
Mountain Brook, AL

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