Quantum Computing
Artificial Intelligence
Algorithms & Search
Fun Facts & History
About us!
100

What is the name for the basic unit of quantum information that can be in superposition?

Qubit

100

What does AI stand for?

Artificial Intelligence

100

In binary search, what must the list be for the search to work?

Sorted

100

Who developed the Gale–Shapley stable matching algorithm?

David Gale & Lloyd Shapley

100

What year of college will An Qi be in this coming school year?

Second year/Sophomore

200

What famous algorithm allows quantum computers to factor large numbers efficiently?

Shor’s Algorithm

200

What are the two main types of supervised learning?

Classification & Regression

200

What do we call the algorithm that finds a matching between applicants and evaluators?

Gale-Shapley Algorithm

200

What does “FIFO” stand for in breadth-first search?

First In, First Out

200

What is Kathy's major (be specific)

(6-14): Computer Science, Data Science, and Economics

300

What does it mean when two qubits become correlated so that measuring one affects the other?

Entanglement

300

Name one challenge that machine learning tries to solve (starts with “G”).

Generalization 

300

Which search method explores as far as possible before backtracking: BFS or DFS?

DFS

300

Why would Shor’s Algorithm be important for internet security?

Because it could break encryption methods like RSA

300

Name one food that Avichal reallyyy likes to eat

Tofu (other responses up to Avichal's decision)

400

Name one physical technology used to build quantum processors (e.g., superconducting circuits or ion traps).

Superconducting circuits or Gate-based ion traps

400

Name one model type used to classify whether it will rain or not in your workshop.

Logistic Regression / XGBoost / Decision Tree

400

In DFS and BFS, what is typically used to keep track of nodes to visit?

Agenda/Queue/List

400

How many guesses (max) are needed to guess a number between 1–1000 using binary search?

10