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

P2 - 1.02 - Vocab Review

AB
IsNumericA validation method used to check if a value is a number.
Short CircuitingA method the computer uses to evaluate the first statement of an If Statement to decide whether it needs to evaluate the rest of the statement.
Game1The CS file that contains the game behavior.
Methoda named part of the program that performs a particular behavior(s).
BlockA way to lump statements together.
Bracescurly brackets ({}) used to enclose code.
CommentsText in the program that is ignored by the compiler.
ClearAn XNA method that clears the screen to a specified color.
Drawan An XNA method that draws objects on the screen.
Data TypeValue types stored in variables
IdentifierName of variable
ClassA collection of abilities (methods) and data (variables) that forms part of a program.
BehaviorSomething that a class can be asked to do.
UpdateAn XNA method that refreshes the activity of the game.
MembersClass-level variables that can be used by any methods in a game.
BitThe smallest unit of data that you can have.
AlgorithmProvides a sequence of operations that is used to solve a problem.
ErrorA mistake that prevents what you have written from being made into a program.
WarningA mistake where the compiler thinks you might have done something wrong



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