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

Computer Programming C++ Review

Vocabulary terms used in programming in the C++ language.

AB
FormattingCopies DOS onto a diskette
CPUCentral Processing Unit
ROMPermanently programmed memory
DOSDisk Operating System
linkeradds standard library functions to an object code
byte8 bits
setprecisionused to indicate the number of decimal positions
!=symbol for not equal
num=1;assignment statement
x++example of a increment operator
syntax errorcaused by a violation of the rules of C++
compileprocess of converting code into a machine language version
+, -, *, /, %arithmetic operators
constant variablevariable which cannot be incremented or replaced within the program
forloop that needs a specific number of repetitions
breakimmediately terminates the currect block of code
whiletop entry (decision) loop used when the number of repetitions is unknown
do-whileloop which always executes its loop body at least once
falselogic of a boolean 0
getline(cin,name)stops reading information when the user hits the enter (return) key
local variablevariable defined within a function
function prototypelines of code below #includes designating the existence of a function
function calllines of code to engage a function
truelogic of a boolean 1
function definitionlines of code after the MAIN section of a program which describe a function
commentline of code designated by // or /*...*/
voidint main(______)
RAMrandom access memory
networkingthe process of connecting a series of computers for the purpose of accessing a large storage area
hardwarecomputer equipment


Donna Roberts

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