Lesson 6 Data Types
Lesson 6 Data Types
• Data Types
Data Types
Data Types
For SAC 101 you will use the following Data types with databases:
• Date-time
• Number
• Character, and
• Text (String)
Spreadsheet functions:
• Assist in manipulating the data:
• Sort
• Filter
• Using statistics, and
• Charts (graphs).
Data Types
Q1. Define the term ’Data type’ and explain how ‘data type’s
relate to data visualisations.
• are numbers that are too small or too big to be represented as integers
• decimal numbers
• the number of digits before and after the decimal point is not fixed
• represented in scientific notation:
442019.54
= 4.4201954 x 105
= 4.4201954 E5
Data Types – Character
includes alphanumerical text:
• Letters
• Numbers
• Spaces
• symbols, and
• Punctuation
• are used in fields that do not require mathematical calculations:
• names
• Address
• telephone numbers
• and postcodes
Examples: A, B, a, b 1,2,3 * & ^
Data Types – DateTime
• is a sequence of 8 bits
• represents a character of alphanumerical data (a number or
letter)
• is a basic unit of measurement in information storage:
• data is stored in a digital format - a group of 0’s and 1’s
(binary digits - bits)
• a bit is the smallest piece of data in a computer
• computers use bytes, which are composed of 8 bits.
Data Types – String of Characters