• 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

List 4 simple/primitive data types.

int, char, double, boolean

How many values can be stored by simple data type?

1

Any data type that can store more than one value is a ____________

Data structure

Arrays first became popular with what programming language?

FORTRAN

A one-dimensional array is frequently called a ____________.

Vector

A two-dimensional array is frequently called a _________.

Matrix

Records first became popular with what programming language?

COBOL

What is a record?

A record is a data structure with one, or more, elements, called fields,of the same or different data types.

What is a file?

A file is an internal data structure - with an unspecified number of elements of the same type - assigned to an external file name.

What does a file data structure allow?

The file data structure allows transfer of data between internal and external storage.