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

AP Java Unit 1 Java Games

AB
Software engineera person who designs, develops, and tests software for home, school, and business use
Class headerconsists of the class keyword and the name of the class
commenta text note to explain or annotate the code and is ignored when the program is run
Source codea collection of programming commands
syntaxthe rules for how a programmer must write code for a computer to understand
Syntax errora mistake in the code that does not follow a programming language's syntax
attributea characteristic of an object
behavioran action that an object can perform
classa programmer-defined blueprint from which objects are created
objectan instance of a class
Object-oriented programmingan approach to creating and using models of physical or imagined objects
constructora block of code that has the same name as the class and tells the computer how to create a new object
instantiateto call the constructor to create an object
Dot operatorused to call a method in a class
methoda named set of instructions to perform a task
argumentthe specific value provided when a method or constructor is called
parameterdefines the type of value to receive when a method or constructor is called
String literala sequence of characters enclosed in quotation marks ( " " )
algorithma finite set of instructions that accomplish a task
conditiondetermines whether or not to execute a block of code
Iteration statementa control structure that repeatedly executes a block of code
inheritancean object-oriented programming principle where a subclass inherits the attributes and behaviors of a superclass
subclassa class that extends a superclass and inherits its attributes and behaviors
superclassa class that can be extended to create subclasses
Tester classthe class that contains the main method and from where the program starts running
Method signatureconsists of a name and parameter list
returnto exit a method and go back to the point in the program that called it with the requested value or information
Return typethe value returned before a method completes its execution and exits
voidspecifies that a method should not have a return value
Code reviewthe process of examining code and providing feedback to improve the quality and functionality of the program
commitan operation which saves the latest changes of the code and represents a snapshot of a project
documentationwritten descriptions of the purpose and functionality of code
Programming stylea set of guidelines and best practices for formatting program code
Selection statementa statement that only executes when a condition is true
Data typethe format of the data that can be stored in a variable
declarationgiving a name and data type to a variable
variablea container that stores a value in memory
decompositionthe process of breaking a problem down into smaller parts to write methods for each part
efficientgetting the best outcome with the least amount of waste
pseudocodea plain language description of the steps in an algorithm
redundantcode that is unnecessary


Technology Teacher
Minuteman High School

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