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

Java Semester 1 Exam Review, Alice to Java, Chapter 7

AB
compilera program that checks source code for syntax errors
declaration statementa line that creates a variable or class
errora program bug that is caused by a mistake in syntax or logic
flowthe controlled execution of program statements
format-stringthe first argument that appears in a printf()message
functional testingtesting a program by running it multiple times, using a variety of different values
import statementa line that exposes a program to predefined classes stored in a class package
inline commenta single-line comment that begins with //. An inline comment is often used to provide an explanation for a single program statement
integrated development environment (IDE)an application that lets you write, run, and debug a program, all within the same environment
Javadoc commentexplanatory remarks that begin with /** and end with */. Javadoc comments are block comments that contain special tags
logic errora problem with the logical structure of a program
messagea generic term for a Java operation
methoda message that can be sent to an object
objectan instance of a class
packagea file that stores related groups of classes
placeholderprefatory text in the format-string passed to the printf()method. The placeholder specifies the format and the type of output that printf()should produce
projecta special folder in which an IDE stores a program
real numbera number that is specified with a decimal point
runexecute a program
sanity checkingtesting a program using easily verified values
software designthe process of developing an algorithm that can be converted into a computer program
software engineeringthe discipline comprising software design and software implementation and testing
software implementation and testingthe process of writing and validating a computer program
statementa line that can be compiled into an instruction that is performed at run-time
stringa sequence of characters
tagsspecial text items within Javadoc comments that help you create online documentation for your program
testingthe process of verifying that a program performs according to design
user storya textual description of what a program should do


Mountain Brook H. S.
Mountain Brook, AL

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