Set: Computer Programming Accelerated

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 18 terms

TermDefinition
ovalshape used for starting or stopping on flowcharts
rectangleshaped used for processing steps on flowcharts; example: ctr += 1
circle [connector]shape used for connecting one part of the flowchart to another
parallelogramshape used for input/output; example: cout<<answer<<endl;
diamondshape used for decisions on flowcharts; true or false, yes or no
hexagonshape used for for loops on flowcharts
source codecomputer program that you type in
compiletranslating source code to object code
debugfixing errors
pow(3,6)C++ command for 3^6
object codecode computer uses (machine language)
projectcollection of files the computer needs to run a program
#include <iostream>a precompiler directive needed for input/output
#include <iomanip>a precompiler directive needed for setw and setprecision
#include <fstream>a precompiler directive needed for files
#include <cmath>a precompiler directive needed for needed for pow(), sqrt, and abs
type-castingdouble ave = (double)sum/ctr; is an example of this
||used to symbol "or"

Set Information

Terms 18
Creator boycottfragments
Created January 14, 2009
Groups None
Subjects computers, computer programming
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet

Description

If you have any suggestions as to what words or codes I should add, please let me know!

Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.

Top Users

  1. boycottfragments - 18 scores
  2. lee7693 - 8 scores

Most Missed Words

  1. diamond shape used for decisions on flowcharts; true or false, yes or no - 1 miss
  2. project collection of files the computer needs to run a program - 1 miss
  3. source code computer program that you type in - 1 miss
  4. #include <iostream> a precompiler directive needed for input/output - 1 miss
  5. hexagon shape used for for loops on flowcharts - 1 miss
  6. circle [connector] shape used for connecting one part of the flowchart to another - 1 miss
  7. #include <fstream> a precompiler directive needed for files - 1 miss