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

C++ Chaper 3 Activity 3

AB
Compilerused to convert source code into object code, and eventually produce executable code
Console Applicationa program that runs in a command prompt window
Debuggingthe process of eliminating errors in a program
Executable Filefile ready to be executed on the system, output of the linker
Floating-Point Numbera number containing a decimal
Fundamental Data Typesbasic data types built into the C++ language
IDE (Integrated Development Environment)a combined text editor and compiler in one environment
Identifieranother term for a name assigned to something (example: variable name
Integera whole number (no decimal places).
Keyworda word that has a special meaning within the programming language
Linkerused to produce an executable file from the object code
Logic Erroran error in a computer program that is not a syntax error, rather simply a flaw in logic
Object Codetranslation of source code by the compiler
Object Filefile containing .obj code
Projecta container holding specific pieces of the overall application
Solutiona container holding the files and projects for an entire application
Source Codeoriginal programming language instructions
Source Filefile containing .cpp code
Streamssequences of characters to perform standard input and output operations
Steam Manipulatorallow the program to manipulate, or manage, the input and output stream characters in some manner.
Syntax Erroran error in a computer program violating the syntax (rules) of the language
Variablea memory location that is permitted to change during program execution


Continuing Education
Harrison County
Bridgeport, WV

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