Descriptive Statistics
Data & Data Science
Utah
Tableau & Power BI
R Programming
100

This measure of central tendency is the most frequently occurring value in a data set.

What is mode?

100

This keyword is used in Python to define a function.

What is def?

100

This Utah-based soda shop chain is famous for “dirty sodas” and has a major rivalry with Swig.

What is Sodalicious?

100

This Tableau feature allows users to filter data interactively across multiple visualizations in a dashboard.

What are Filters?

100

This package of packages in R is heavily used in data science.

What is the tidyverse?

200

If a data set is arranged from lowest to highest value, this measure of central tendency identifies the midpoint.

What is median?

200

This Python library is widely used for data analysis and provides the DataFrame object.

What is pandas?

200

This ski resort near Salt Lake City hosted many events during the 2002 Winter Olympics and is known for its “Greatest Snow on Earth.”

What is Snowbasin?

200

This type of field is created within Tableau using formulas, allowing users to derive new data from existing fields.

What is a Calculated Field?

200

Given this code:

values<-c(1,2,3,4,5)

what type of data is values?

What is a vector?

300

This type of plot shows the frequency distribution of a data set.

What is histogram?

300

This powerful Excel tool allows you to summarize, group, and analyze large datasets dynamically by dragging fields into rows, columns, and values.

What is a PivotTable?

300

This Provo-based university’s football team plays at LaVell Edwards Stadium and is independently affiliated in college football.

What is Brigham Young University?

300

This Tableau concept refers to the level of detail at which data is aggregated in a visualization.

What is Level of Detail (LOD)?

300

This function is commonly used to install packages from CRAN into your R environment.

What is install.packages()?

400

This descriptive statistic is a measure of how spread out a data set is, relative to its mean.

What is standard deviation?

400

Numeric variables can be of these two types: one can take on a limited range of values, while the other has no constraints.

What are discrete and continuous?

400

This canyon, accessed from Salt Lake City, is home to Brighton and Solitude resorts and is often debated as better or worse than its neighboring Little Cottonwood Canyon.

What is Big Cottonwood Canyon?

400

This Power BI feature allows users to transform and clean data before loading it into the model.

What is Power Query?

400

This popular R package, part of the tidyverse, is used for data manipulation with functions like filter(), select(), and mutate()

What is dplyr?

500

True or False: descriptive statistics alone let us make definitive conclusions about differences in populations.

What is false?

500

This process in data science involves splitting data into subsets—typically training and testing—to evaluate how well a model performs on unseen data.

What is a train-test split?

500

This unofficial Utah “holiday” on July 24th celebrates the arrival of pioneers into the Salt Lake Valley in 1847.

What is Pioneer Day?

500

This DAX function modifies the filter context to calculate values dynamically, often used in advanced measures.

What is CALCULATE?

500

This object type in R can hold elements of different types (like numbers, strings, and logical values) and is often used to store structured data.

What is a list?