Determine what data to collect Flashcards

1
Q

What are some data collection considerations?

A

How the data will be collected
What data sources to choose
What data do use
How much data to collect
What data type to select
What time frame to use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a data sample?

A

A part of a population that is representative of the population

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is first-party data?

A

Data that you collect yourself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is second-party data?

A

Data that is collected directly by another group and then sold

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is third-party data?

A

Data that is sold by a provider that didn’t collect the data themselves

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is discrete data?

A

Data that is counted and has a limited number of values. Allowing partial measurements like half-stars of quarter-points would mean the data is not discrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is continuous data?

A

Data that is measured and can half almost any numeric value (eg; 110.03568 minutes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is nominal data?

A

A type of qualitative data that is categorised without a set order (data that isn’t in a particular order)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is ordinal data?

A

A type of qualitative data with a set order or scale

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is internal data?

A

Data that lives within a company’s own systems. Internal data is generally more reliable and easier to collect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is external data?

A

Data that lives and is generated outside of an organisation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is structured data?

A

Data organised in a certain format such as rows and columns (expense reports, inventory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is unstructured data?

A

Data that is not organised in any easily identifiable manner (eg; social media posts, or video and audio files)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define qualitative data

A

A subjective and explanatory measure of a quality or characteristic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define quantitative data

A

A specific and objective measure such as a number, quantity, or range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a data model?

A

A model that is used for organising data elements and how they relate to one another, which helps keep data consistent and provide a map of how it is organised

17
Q

What are data elements?

A

Pieces of information, such as people’s names, account numbers, and addresses

18
Q

What are the three most common types (levels) of data modeling?

A

Conceptual: a high-level view of the data structure (doesn’t contain technical details)

Logical: focuses on the technical details of a database such as relationships, attributes, and entities (doesn’t spell out actually names of database tables)

Physical: depicts how a database operates. Defines all entities and attributes used (table names, column names, data types)

19
Q

What are two common methods/ techniques for developing data models?

A

Entity Relationship Diagram (ERD): a visual way to understand the relationship between entitities in the data model

Unified Modelling Language (UML): detailed diagrams that describe the structure of a system by showing the system’s entities, attributes, operations, and relationships

20
Q

What is a data type?

A

A specific kind of data attribute that tells what kind of value the data is

21
Q

What is text or string data?

A

A sequence of characters and punctuation that contains textual information

22
Q

What is boolean data?

A

A data type with only two possible values; true or false