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

Programming Vocabulary Challenge

Vocabulary Terms 1 - 7 in C++

AB
Adding 1 to VariableIncrementing
Remarks ignored by compilerComments
To drop the digits to the right of the decimal pointTruncate
Words reserved for the C++ languageKeywords
The condition where an integer becomes too large for its data typeOverflow
A block of code that carries out a specific taskFunction
The operator that provides the integer divisionModulus
To assign a value to a variableInitialize
A group of characters put together to make one or more wordsString
A string hard coded into a programString Literal
Operators used to make comparisonsRelational Operators
Data flowing from one place to anotherStream
Subtracting 1 from a variableDecrementing
A set of options presented to the user of a programMenu
The function where every C++ program beginsMain Function
Names given to variables and constantsIdentifier
An operator (=) that changes the value of the varialbe to the left of the operatorAssignment Operators
Lines of C++ CodeStatements
Special characters used to mark the beginning and ending blocks of code.Braces
A math statement made up of terms, operators, and functions.Expression
An expression that provides for a decision to be made in an if statement or to end a loopControl Expression

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