3 intensity values that produce a color.
What are RGB/Red-Green-Blue values?
A file that contains data only separated by commas.
What is a .csv file?
A data structure in Python consisting of one or more key-value pairs.
What is a dictionary?
The keyword that is used when creating a function.
What is def?
Two libraries that we have used to create data visualizations in Python.
What are matplotlib and Plotly?
The difference from a baseline temperature.
What is a "temperature anomaly?"
How bright a star looks from our planet, Earth.
What is apparent brightness?
The change of species over time
What is evolution?
Another name for an avian dinosaur.
What is a bird?
The least amount of time you should spend washing your hands, according to CDC guidelines.
What is 20 seconds?
A table-like structure with rows and columns that pandas is used for.
What is a dataframe?
Arguments are to function calls as _____ are to function definitions.
A function in Python that returns both the position and value of an element in a list.
What is enumerate?
An attribute used to filter data based on specific rows or columns
What is .loc[]?
A list that has only unique values
What is a set?
The sun radiates energy that is then absorbed by Earth, while some is held.
What is the Greenhouse Effect?
An angle that is used to measure the distance of nearby stars.
What is parallax?
An explanation for the flow of genetic information: from DNA to RNA, to make a functional product, a protein.
What is the Central Dogma?
A ratio used to approximate an animal's intelligence.
What is brain/body mass ratio?
The current total number of COVID-19 cases in the United States rounded to the nearest hundred thousand.
What is 6,600,000?
A type of control structure in which a loop is used inside another loop.
What is a nested loop?
A graph containing quantitative data used to find the number of items within specific ranges of values.
What is a histogram?
The position of an item in an iterable.
What is an index?
A block of code that only executes when it is called.
What is a function?
A means of bundling data and functionality together.
What is a class?