Sports & Pop Culture
USC
Programming
Data Analysis
Machine Learning
100

This American singer is known for hits such as Bad Romance, Born This Way, and Poker Face.

Lady Gaga

100

What is USC’s official mascot, often seen galloping at football games?

Traveler

100

This Python data structure is ordered, allows duplicate elements, and can store multiple values of different data types

List

100

What is the mean of the numbers 12, 18, 24, and 30? (NO CALCULATOR)

21

100

In machine learning, the data used to teach a model patterns and relationships is called what?

Training data

200

This former USC running back was inducted into the Pro Football Hall of Fame in 1985 and had a highly publicized legal case in the 1990s.

O.J. Simpson

200

These are USC's official school colors.

Cardinal and gold

200

This term is used to describe the process of finding and fixing problems in your algorithm or program.


Debug

200

In statistics, what is the term for a data point that falls below the lower bound of a boxplot?

An outlier

200

In a machine learning model, the input variables are called what?

Features

300

During a July 2025 Coldplay concert, the Jumbotron showed a "couple" together, who were later identified as the CEO and HR executive of this company.

Astronomer

300

Which USC coach transformed the football team into national contenders in the 2000s? 

Pete Carroll

300

A programmer is creating an application that needs to store a value indicating if the user is logged in or not. What is the best data type to use?

Boolean

300

In data science, what does "NaN" stand for when representing missing or undefined values in a dataset?

Not a Number

300

This type of machine learning uses labeled data - meaning we already know the correct answers.

Supervised learning

400

This USC dorm was featured in The Office in a scene where Pam went to art school

Pardee Tower

400

This building, home to many data science and computer science classes, is known by the acronym SAL.

Salvatori Computer Science Center

400

This Python function returns a string with leading and trailing white spaces removed.


.strip()

400

This command in SQL is used to combine rows from two or more tables based on a related column between them

JOIN

400

You’re given a dataset of students with their hours studied and test scores, and you want to predict a student’s score based on how many hours they study.
What type of machine learning algorithm should you use?

Linear regression

500

This USC alumna is the most decorated female track and field athlete in Olympic history, with a total of 11 Olympic medals, including 7 golds.

Allyson Felix

500

How many fountains do we have on campus (±2)?

38

500

What programming language was used to create Twitter?

Ruby

500

Shows correlation between variables as colors in a matrix

heatmap
500

In machine learning, this common problem occurs when a model performs well on training data but poorly on unseen data.

What is overfitting?