The Process Phase Flashcards

1
Q

Refers to the accuracy, completeness, consistency and trustworthiness of data?

A

Data Integrity

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

Process of storing data in multiple locations?

A

Data Replication

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

The process of copying data from a storage device memory to another?

A

Data Transfer

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

Process that involves changing the data to make it more organized and easier to read?

A

Data Manipulation

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

It is the degree to which conforms to the actual entity being measured?

A

Accuracy

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

The degree which the data contains all the desired components?

A

Completeness

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

The degree to which the data is repeatable from different points?

A

Consistency

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

The entire group you are interested in for your study?

A

Population

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

A subset of your population?

A

Sample

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

It is the difference between the sample’s result from what the result would have been if you had surveyed the entire population?

A

Margin of Error

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

Refers to how confident you are in the survey results?

A

Confidence Level

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

It is the range of possible values that the population’s result would be at the confidence level of the study?

A

Confidence Interval

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

The determination whether your results could be due to random chance or not?

A

Statistical Significance

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

Fill in the Blanks

When theres a greater sample size, there’s a _______ confidence level, ____ in margin of error and ____ statistical significance.

A
  1. Higher
  2. Decrease
  3. Greater
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When a sample does not represent the population as a whole

A

Sampling Bias

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

It is a sampling technique in which every participants in a population has an equal chance of being chosen?

A

Random Sampling

17
Q

When the data is incomplete, incorrect, or irrelevant?

A

It’s Dirty or Dirty Data

18
Q

Opposite of Dirty Data

A

Of course it’s Clean💅✨

19
Q

It is any data record that shows up more than once?

A

Duplicated Data

-Caused by manual data entry, data imports and data migration

20
Q

Any data that is old?

A

Outdated Data
- people changing roles/companies/softwares/system becoming absolete

21
Q

Any Data that is missing in important fields?

A

Incomplete data
- probably due to improper data collection

22
Q

Any data that is complete but inaccurate?

A

Incorrect/Inaccurate Data
- human error

23
Q

Any data that uses different format to represent the same thing?

A

Inconsistent Data

24
Q

A group of characters within a cell, often composed of letters, numbers, or both?

A

Test String

25
Q

A tool that divides a text string using a delimiter?

A

SPLIT Function
=SPLIT(cell, “delimiter”)

26
Q

A function that tells you the length of a text string?

A

LEN

27
Q

A function that joins multiple text strings into a single string?

A

CONCATENATE Funtion

28
Q

A function that removes a leading, trailing, and repeated spaces in data?

A

TRIM Function

29
Q

The process of arranging data into a meaningful order to make it easier to understand, analyze, and visualize.

A

Sorting

30
Q

Showing only the data that meets a specific area while hiding the rest?

A

Filtering

31
Q

A function that creates a hyperlink inside the cell?

A

HYPERLINK Function
=HYPERLINK(url, [linklabel])