• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
A control structure that does mulitway selection.
case
A control structure where you do the items in the sequence listed.
sequence
A control structure where you select between two or more choices.
selection
A data item whose value can change during the program's execution.
variable
A data item whose value cannot change during the program's execution.
constant
A data type representing numbers with fractional parts.
floating point
"A data type representing single text characters like the alphabet
numeral digits
A data type representing whole numbers.
integer
A diamond used in flowcharting for asking a question and making a decision.
decision symbol
A file consisting of characters from the ASCII character code set.
text file
A file containing specific task functions created by individuals to be used in many programs.
user defined library
A file that contains items we want to have included toward the top of our source code.
header file
A function within the cmath standard library in C++ which stands for absolute.
abs
A function's communications declaration to a complier.
function prototype
A function's using or invoking of another function.
function call
A key value provided by the operating system to associate a device to your program.
device token
A key value provided by the operating system to associate a device to your program.
device token
A language-specific syntactical token (usually a symbol) that causes an action to be taken on one or more operands.
operator
A method of listing items vertically so that they are easier to read quickly.
vertical alignment
A method of planning programs that avoids the branching category of control structures.
structured programming
A method of preserving information useful to others in understanding an information system or part thereof.
documentation
A method of swapping array members until they are in the desired sequence.
bubble sort
A method used to make sections of source code more visible.
indention
A named area for storage of documents or other files on a disk drive or flash drive.
Folder
A parallelogram used in flowcharting for input/output interactions.
input/output symbol