Santa Cruz Trivia
Computer Science History
Current Events and Pop Culture
Movies and TV
Coding Questions
100

Santa Cruz is home to the oldest ____ in California

What is Amusement Park?

100

This CEO was recently reinstated after being removed from leading OpenAI

Who is Sam Altman?
100

The title of Taylor Swift’s most recent tour

What is the Eras Tour

100

The fictional land where the Disney movie Frozen takes place.

What is Arendelle?

100

The code typically written by a programmer on their first time with a new language

What is printing “Hello World”

200

The mascot that UCSC attempted to adopt in the 1980s

What is a sea lion?

200

This organism coined the programming term "bug"

What is a moth?

200

2 of the names of Kim and Kanye’s children

Who are North, Saint, Chicago, and Psalm

200

Character in the 1994 sitcom whose catchphrase is “how you doin?”

Who is Joey from Friends?

200

Name 5 common data types found natively in programming languages

What are str, int, double, long, char, array, list, set, dict, object, struct, record, etc.

300

Santa Cruz's official nickname

What is Surf City?

300

These two men founded the tech giant Apple

Who are Steve Jobs & Steve Wozniak?

300

Animal that Indiana Jones is afraid of in the movies

What are Snakes?

300

The name of the protagonists’ company in HBO’s Silicon Valley

What is Pied Piper?

300

The algorithmic runtime of Binary Search

What is O(log(N))

400

This music venue has hosted bands such as Nirvana, the Beach Boys, and Tom Petty

What is The Catalyst

400

This person is the worlds first computer programmer

Who is Ada Lovelace?

400

The most-viewed video on YouTube

What is Baby Shark?

400

Paul Atriedes’ Fremen name in Dune Part 2

What is Muad’Dib?

400

In a for-else loop in Python, the "else" code triggers in this scenario

When is the for loop concludes without breaking?

500

The name given to the marine mammal that was/is known for antagonizing surfers

What is Otter 841

500

The first internet message originated from the basement of a building at this institution

What is UCLA?

500

This movie won the first ever Oscar for Best Animated Film

What is Shrek?

500

The highest-grossing R-rated movie of all time

What is The Joker?

500

This programming pattern has been called the “Billion Dollar Mistake” by its creator

What are Null references/pointers