• 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
Data structure
A collection of data items that are grouped and organized so they can be used more efficiently
Array
A data structure that consists of a series or list of values.
Element
A single data item in an array
Size of the array
The number of elements it can hold
Subscript or Index
A number that indicates the position of a particular item within an array
Populating an array
The act of assigning values to the array elements.
Flag
A variable that you set to indicate whether some event has occurred.
Parallel arrays
Each element in one array is associated with the element in the same relative position in the other array.
Indirect relationship
Describes the relationship between parallel arrays in which an element in the first array does not directly access its corresponding value in the second array.
Out of bounds
Describes an array that subscript that is not within the range of acceptable subscripts for the array---usually 0 through one less than the array size.