• 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 part of an object code file used for storage of data.
data area
A part of the computer's memory used for storage of data.
stack
A piece of equipment that is electronically connected to the memory so that data can be transferred between the memory and the device.
device
A pre-defined function used to prematurely stop a program and jump to the operating system.
exit
A program used to create specific task functions.
testing shell
A programming approach that encapsulates data with functions.
object oriented
A programming design tool that uses graphical elements to visually depict the flow of logic within a function.
flowcharting
A rectangle used in flowcharting for normal processes such as assignment.
process symbol
A rule that says identifier names must be easily understood by another reading the source code.
meaningful
A rule that says to type identifier names in upper and lower case consistently throughout your source code.
consistent
A sequenced collection of elements of the same data type with a single identifier name.
array
A series or array of characters as a single piece of data.
string
A set of comment lines used to help separate the functions and other sections of a program.
banners
A set of specific task functions that have been added to the programming language for universal use.
Standard Library
A single dimension array.
list
A software program for creating and editing ASCII text files.
text editor
A system of arithmetic for integers where numbers 'wrap around'.
modular arithmetic
A test after iteration control structure available in C++.
do while
A test before iteration control structure available in C++.
while
A test before iteration control structure typically used for counting.
for
A two dimension array.
table
A two dimension array.
table
A valid sequence of operand(s) and operator(s) that reduces (or evaluates) to a single value.
expression
A value that has its data type changed automatically.
implicit
A value that receives the operator's action.
operand