DATA TYPES
GRAPHS & CHARTS
TIDYNG UP DATA
BASICS OF ANALYTICS
DIGITAL TRANSFORMATION
100

This describes data that can be sorted into categories and labeled.

Categorical

100

This type of chart uses bars to show quantities or numbers.

Bar graph


100

Name any two types of joins.


inner join

outer join

Natural join/Equi join/cross join

left outer/right outer/full outer

100

What is prescriptive analytics?

Asking what should we do about it

100

What does SMART stand for?

Specific, Measurable, Achievable, Relevant, Time-bound

200

When analyzing your household income, you are looking at which type of data?

Numeric

200

A circle graph is often called this because it looks like a popular dessert and you will never use after this class.

Pie Chart


200

What does an INNER JOIN return?

Rows with matching values in both tables.

200

What is diagnostic analytics?

Asking why something occurred

200

What are the four types of analytics?

Descriptive, Diagnostic, Predictive, and Prescriptive

300

"Date of Birth" refers to this type of data

Special

300

This type of graph uses points connected by lines to show changes over time.

Line graph

300

Returns all records from the left table and matched records from the right table.

LEFT JOIN

300

What are commonly used measures of center?

Mean, Mode, and Median

300

The answer when you divide the sum of all items in a data set by the number of items.

Mean


400

This data type consists of names or labels other than numbers.

qualitative

400

On this type of graph, data is plotted as points and can show a trend or pattern.

Scatter plot


400

Explain the difference between inner join and outer join.

Inner join returns only matching rows; outer join returns matching rows plus non-matching rows with NULLs.

400

In the dataset 5, 8, 8, 10, 13, find the median.


8

400

This number appears most often in a data set.

Mode
500

Mike now wants to bring in data about the students’ report card scores.  He has obtained this data and stored them as numbers in a variable called “Score”.  Is this variable categorical or quantitative?

Quantitative because it can be used for mathematical calculations

500

This chart uses boxes to show data distribution, showing minimum, maximum, and median.

Box plot

500

Returns all records when there is a match in either left or right table.

FULL OUTER JOIN


500

The measure that describes the typical difference between each data point and the mean.

Standard deviation


500

The measure that shows the spread or range of data in a set.

Range