U2 O2- Data Analysis & Visualisation Flashcards
Primary source (data): + methods to collect
Collecting of data, directly or firsthand from stakeholders.
Methods used to collect primary data analysis include:
- interviews
- observation
- surveys.
Secondary source (data): + methods to collect
Data that is collected by someone other than the user.
Methods used to collect:
- newspapers
- books
- magazines
Data integrity:
Refers to the quality of the data, in relation to accuracy, authenticity, relevance and timeliness.
(Data integrity) Accuracy:
Making sure all the data is correct, without any mistakes
(Data integrity) Authenticity:
Data that is genuine, original and trustworthy
(Data integrity) Relevance:
How useful the information is, and if it meets the information need of the user
(Data integrity) timeliness:
How relevant the data is for the time period.
Information that is not too old, and has been produced in time to be useful
Data types:
Particular forms that an item of data can take, including numeric, characters and Boolean.
(Data types) Character:
A single letter/number/symbol, usually stored in 2 bytes of memory.
—Numbers stored as characters cannot be used in mathematical equations—
(Data types) Text—string:
Data that consists 2 or more characters, “string of characters”.
Memory = 2bytes ✖️length of string
(Data types) integer:
Data that consists of whole numbers, no fractional or decimal.
4 bytes of memory
—Can be used in mathematical equations—
(Data types) Boolean:
Only holds two possible values, usually true or false.
1 byte of memory
(Data types) Floating point—decimal:
Numbers with fractional or decimal components
12 bytes of memory
Data structure: + 3 examples
A particular way of organising a collection of data items.
Helps improve efficiency of the data handling process
- arrays
- records
- files
(Data structure) Array:
A collection of data items generally so the same data type
Each item is allocated an address
(Data structure) record:
A collection of data items of different data types
Each element of a record is called a field.