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

J Lambert Lesson 3

AB
vocabularythe set of all of the words and symbols in the language
syntaxrules for forming words into sentences
statementssentences in programming languages
semanticsdefine the rules for interpreting the meaning of statements
primitive data typesnumbers (integer and floating-point), characters, and booleans
concatenation operatorcombines strings
numeric data typesprimitative data types for representing numbers
literalsitems in a program whose values do not change
variable declaration statementthe location in a program where the data type of a variable is declared
variables typethe type indicator to the left of a variable when it is declared
constanta variable whose value cannot change after initialization
arithmetic expressiona sequence of operands and operators that computes a value
mixed-mode arithmeticexpressions intermixing integers and floating-point numbers
\escape character
escape characterused to print special characters (", a tab, etc.) in strings
reserved wordswords that cannot be used as user-defined symbols because they have special meaning in Java
packagea group of related classes in a named directory
algorithma step-by-step procedure for solving a problem or accomplishing some end
pseudocodeprogram algorithms written in a somewhat stylized version of English
virusa computer program that can replicate itself and moe from computer to computer
syntax errorsoccur when a syntax rule is violated
run-time errorsoccur when the computer is asked to do something it considers illegal
logic errorswhen our code in not accurate
desk checkingreading and checking the code after it is written
buga logic error in a program


The Summit Country Day School
Cincinnati, OH

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