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

AP Java Unit 3 Vocab Games

AB
Data Structurea structure for organizing, processing, retrieving, and storing data
Elementa single value or object in a data structure
One-dimensional arraya data structure that holds multiple values of the same data type
indexan integer value that indicates the position of a value in a data structure
Initializer lista comma-separated list of values or objects given inside curly braces ( { } )
traverseto access elements in a data structure one by one
decrementto decrease a value by one
incrementto increase a value by one
Loop control variablea variable that is changed by a constant value and determines the end of a loop
Off-by-one erroran error that occurs when a loop repeats one time too many or one time too few
postconditiona condition that must always be true just after the execution of a code segment
preconditiona condition that must always be true just before the execution of a code segment
Text filea file that contains letters, numbers, and/or symbols but has no special formatting
polymorphismwhere the same object or method has more than one form
Nested loopa loop inside of another loop


Technology Teacher
Minuteman High School

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