Data Flashcards
(12 cards)
What is the equation that links information and data
Information = data + structure + meaning + context.
What is data?
Raw facts and figures.
What data type would DN37 9PL be?
Alphanumeric - contains numbers, letters.
What data type would 28/03/25 be?
Date.
What data type would “YES or NO” be?
Boolean - only has a yes or no option.
What data type would £25.78 be?
Currency - has a currency symbol.
What data type would 4.3 be?
Real or Decimal - has a decimal point.
What data type would 4 be?
Integer - is a whole number with no decimal point.
What data type would AB1£; be?
Text.
What is erroneous data?
Data that is on the boundary of the values - in a list of 1 - 5 it would be 1 or 5.
What is invalid data?
Data that is out of the boundaries - 6 or 0 in a list of 1 - 5.
What is valid data?
Data that is sensible and within the boundaries - 3 or 4 in a list of 1 - 5.