Data Analytics - Course 1 Terms

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards

What are analytical skills?

qualities and characteristics associated with using facts to solve problems

2
New cards

What is analytical thinking?

The process of identifying and defining a problem, then solving it using data in an organized, step-by-step manner

3
New cards

What is an attribute in data?

a characteristic or quality of data use

4
New cards

What is a business task?

The question or problem that data analysis resolves for a business

5
New cards

What does context mean in data analysis?

The condition in which something exists or happens.

6
New cards

What is data?

A collection of facts.

7
New cards

What is data analysis?

The collection, transformation, and organization of data to draw conclusions, make predictions, and guide decisions.

8
New cards

Who is a data analyst?

Someone who collects, transforms, and organizes data to support conclusions and informed decisions

9
New cards

What is data analytics?

The science of data

10
New cards

What is data design?

How information is organized

11
New cards

What is data-driven decision-making?

Using facts to guide business strategy.

12
New cards

What is a data ecosystem?

The elements that interact to produce, manage, store, analyze, and share data.

13
New cards

What is data science?

A field of study that uses raw data to model and understand the unknown.

14
New cards

What is a data strategy?

The management of people, processes, and tools used in data analysis.

15
New cards

What is data visualization?

The graphical representation of data.

16
New cards

What is a database?

A collection of data stored in a computer system.

17
New cards

What is a dataset?

A collection of data that can be manipulated or analyzed as one unit

18
New cards

What is fairness in data analysis?

A quality of analysis that does not create or reinforce bias

19
New cards

What is a formula in a spreadsheet?

A set of instructions used to perform a calculation.

20
New cards

What is a function in a spreadsheet?

A preset command that automatically performs a specified task.

21
New cards

What is gap analysis?

A method for evaluating a process's current state to identify improvement opportunities.

22
New cards

What is oversampling?

Increasing the sample size of nondominant groups to better represent them in data.

23
New cards

What is an observation in data?

The attributes describing a piece of data in a row of a table.

24
New cards

What is a query?

A request for data or information from a database.

25
New cards

What is a query language?

A programming language used to communicate with a database.

26
New cards

What is a query language?

A programming language used to communicate with a database.

27
New cards

What is a root cause?

The reason why a problem occurs.

28
New cards

What is self-reporting in data collection?

A technique where participants provide information about themselves.

29
New cards

Who are stakeholders?

People who invest in and care about a project's outcome.

30
New cards

What is Structured Query Language (SQL)?

A programming language used to communicate with a database.

31
New cards

What is a spreadsheet?

A digital worksheet used for organizing and analyzing data.

32
New cards

What is a technical mindset?

The ability to break things down into smaller, logical steps.

33
New cards

What is a visualization?

A graphical representation of data (also called data visualization).

34
New cards

What are the six phases of the data analysis process

ask, prepare, process, analyze, share, act

35
New cards

What do data analysts do when they (ask)?

understand the business challenge or question

36
New cards

What do data analysts do when they (prepare)?

find and collect relevant data to answer the question

37
New cards

What do data analysts do when they (process)?

clean and organize the data

38
New cards

What do data analysts do when they (analyze)?

perform calculations and analysis to discover insights

39
New cards

What do data analysts do when they (share)?

communicate findings to stakeholders

40
New cards

What do data analysts do when they (act)?

use insights to make decisions or take action

41
New cards

What are the three core components of a basic SQL query?

SELECT, FROM, and WHERE

42
New cards

Where does the SELECT clause do in SQL?

It specifies the columns to retrieve from a table

43
New cards

What does the FROM clause do in SQL?

It indicates the table where the data is located

44
New cards

What does the WHERE clause do in SQL?

It filters the query results based on specified conditions