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

C++ Review for Chapter One Test

AB
Compilertranslates one time and then saves the machine language
Interpretertranslates each time the program is run
Linkercombines object code with other code to get an executable program
object codethe program in the form of machine language
source codethe program in the form of high-level language
commentsthe remarks ignored by the compiler
//the symbol used to begin a comment
directivescommands to the compiler - usually to include other files
main functionthe place where every C++ program begins
bracesused to mark the beginning and end of a block of code
statementa line of C++ code
{opening brace
}closing brace
;put at the end of every C++ statement
case sensitiveinterpreting lowercase and uppercase letters differently


Business Teacher
Munster High School
IN

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