1 of 10

Slide Notes

DownloadGo Live

Data Types

Published on Nov 22, 2015

No Description

PRESENTATION OUTLINE

DATA TYPES

PRESENTED BY PAMELA HIGGS
Photo by Iguana Jo

DIFFERENT DATA TYPES

  • Computers store data in different variables
  • Each variable is assigned a specific data type

COMMON DATA TYPES

  • Integers
  • Floating point numbers
  • Characters
  • Strings
  • Arrays

SPECIFIC TYPES OF DATA

  • Dates
  • Timestamps
  • Boolean values
  • Variable characters
Photo by mararie

NUMERIC DATA

  • Integers - this is only whole or decimal numbers
  • Currency - format with money
  • Date/time - months and days
  • Real numbers
  • Auto number - increases by 1 each time data is entered
Photo by danmachold

ALPHANUMERIC DATA

  • Text made up of letters and numbers
  • Boolean (logical) data - data with only two values
Photo by quadrapop

Some programs require definition of the data type for a variable before giving it a value. Others can do this automatically.

Data types are used in database application too. These field require specific type of data to be input.

Data types used with uniformity across many records can easily be searched, sorted, and compared and matched with other information and data.

REFERENCES