Climate Change
Astrophysics
Molecular Genetics
Paleo Neuroscience
COVID-19
100

3 intensity values that produce a color.

What are RGB/Red-Green-Blue values?

100

A file that contains data only separated by commas.

What is a .csv file?

100

A data structure in Python consisting of one or more key-value pairs.

What is a dictionary?

100

The keyword that is used when creating a function.

What is def?

100

Two libraries that we have used to create data visualizations in Python.

What are matplotlib and Plotly?

200

The difference from a baseline temperature.

What is a "temperature anomaly?"

200

How bright a star looks from our planet, Earth.

What is apparent brightness?

200

The change of species over time

What is evolution?

200

Another name for an avian dinosaur.

What is a bird?

200

The least amount of time you should spend washing your hands, according to CDC guidelines.

What is 20 seconds?

300

A table-like structure with rows and columns that pandas is used for.

What is a dataframe?

300

Arguments are to function calls as _____ are to function definitions.

What are parameters?
300

A function in Python that returns both the position and value of an element in a list.

What is enumerate?

300

An attribute used to filter data based on specific rows or columns

What is .loc[]?

300

A list that has only unique values

What is a set?

400

The sun radiates energy that is then absorbed by Earth, while some is held.

What is the Greenhouse Effect?

400

An angle that is used to measure the distance of nearby stars.

What is parallax?

400

An explanation for the flow of genetic information: from DNA to RNA, to make a functional product, a protein.

What is the Central Dogma?

400

A ratio used to approximate an animal's intelligence.

What is brain/body mass ratio?

400

The current total number of COVID-19 cases in the United States rounded to the nearest hundred thousand.

What is 6,600,000?

500

A type of control structure in which a loop is used inside another loop.

What is a nested loop?

500

A graph containing quantitative data used to find the number of items within specific ranges of values.

What is a histogram?

500

The position of an item in an iterable.

What is an index?

500

A block of code that only executes when it is called.

What is a function?

500

A means of bundling data and functionality together.

What is a class?