• 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/10

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;

10 Cards in this Set

  • Front
  • Back
algorithm
a step-by-step procedure for calculation

[http://en.wikipedia.org/wiki/Algorithm]
calculation
a deliberate process that transforms one or more inputs into one or more results

[http://en.wikipedia.org/wiki/Calculation]
data structure
a way of storing and organizing data in a computer so it can be used efficiently

[http://en.wikipedia.org/wiki/Data_structure]
data
values of variables for a set of items; information

[http://en.wikipedia.org/wiki/Data]
data type
a classification declaring possible values for data and the operations that can be done on them

[http://en.wikipedia.org/wiki/Data_type]
tuple
an ordered list of elements

[http://en.wikipedia.org/wiki/Tuple]
associative array
a collection of key-value pairs (where each key is unique)

[http://en.wikipedia.org/wiki/Associative_array]
set
an unordered collection of values, with no duplicates

[http://en.wikipedia.org/wiki/Set_%28computer_science%29]
linked list
a group of nodes, each containing data and a reference to the next node
heap
a tree where the values of all parent-child pairs are in a specified order (i.e. >= or <=)