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

Chapter 03 Key Terms Review

Chapter 03 Variables, Constants, Methods, and Calculations

AB
Variablescomputer memory locations where programmers can temporarily store data while an application is running
data typedetermines the type of data the variable can store
integera whole number, a number that is expressed as a multiple of some power of 10
floating-point numbera numbe that is expressed s a multiple of some power of 10
Unicodethe univbersal coding scheme that assigns a unique number to each character in the written languages of the world
assignment operatorthe equal sign (=) in an assignment statement
stringa group of characters enclosed in quotation marks
literal constantan item of data whose value does not change while an application is running
methodperforms a task for the class in which it is defined
Conver clacontains methods that return the result of converting a value to a specified data type
precedence numbersindicate the order in which th computer performs arithmetic operations in an experssion
modulus arithmetic operator (Mod)returns the remainder of a division
scopeindicates where in an application's code a variable can be used
lifetimeindicateds how long the variable remains in the computer's internal memory
Commentsused to document a program internally and are created using the apostrophe
block scopespecific code area where declared variables can be used
static variablespecial type of procedure-level variable that retains its value even when the procedure ends
namedstanta computer memory location whose contents cannot be changed while the application is running
promoteda value which is converted form one data type to another that can store larger numbers
demoteda value which is converted form one data type to another that can store only smaller numbers
Pseudocodeuses phrases to describe the steps a procedure needs to take to accomplish its goal
flowchartuses standardized symbols to show the steps a procedure needs to take to accomplish its goal
bugan error in a program
Debuggingrefers to the process of locating errors in a program
syntax errorstyping errors that occur when entering program instructions
logic erroroccurs when you enter an instructionthat is syntactically correct, but does not give you the expected results
formattingspecifying the number of deciaml places and the special characters to display in a number

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