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

Unit 5 Vocabulary Review

AB
AlgorithmA set of steps that tell how to solve a problem.
Boolean ExpressionAn expression that evaluates to either True or False.
CounterA variable used to store a value that is updated by a constant value.
Decision StructureA statement that uses a condition to determine which set of statements to execute.
Message BoxA predefined dialog box that displays a message for the user.
PseudocodeAn algorithm written in both English and program code.
Relational OperatorsOperators that can be used to form a boolean expression.
Static variableA variable with a local scope but a lifetime the duration of the program.
Truth TableShows the possible outcomes of a compound boolean expression.
Modulus DivisionReturns the remainder of the division.
Integer DivideCuts off the decimal portion of the quotient and returns the integer.
Regular DivisionRounds the decimal portion if assigned to an integer.
System Random classUsed to generate a random integer.
NextDoubleReturns a random number between 0.0 and 1.0
NextReturns a nonnegative random number between 0 and the MaxValue (2
Next(Int32)Returns a nonnegative number less than the specified maximum.
Next(Int32Int32)


Mrs. Kyei-Fordjour

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