Circuits
Algorithms
Class
Python
Misc
100

The three quantities to account for in a circuit.

What is Voltage, Current, and Resistance?

100

The name of the algorithm we used to have our robot solve a maze.

What is flood fill?

100

The cost of Max's pen.

What is 400?

100

Name of function used to get the length of the list.

What is len()?

100

The name of SpongeBob's snail.

Who is Gary?

200

The units for each of the three quantities in a Circuit. 

What is V, A, and Ohms?

200
The name of the algorithm we studied to make predictions on whether a stock goes up or down on a given day based on the opinions of experts.

What is the Weighted Majority Algorithm?

200
The word that I recommend to use to replace bad words.

What is bisk?

200

Name of function used to generate a list of numbers from 1 to n.

What is range?

200
The city in which the Simpsons live.

What is Springfield?

300

The name of the equation that describes the relationship between the three quantities in a Circuit. Also, what is the equation itself.

What is Ohm's Law and V = IR?

300

The name of the algorithm we studied to solve tic tac toe.

What is min max?

300
The meaning of "Immanuel"

What is bad at basketball or freaky?

300

The way we described the maze to the computer.

What is a list of lists of list?
300

Main character of Squid Game.

Who is Gi Hun?

400

This is what you can do if you want to achieve a bigger resistance value if you have resistors with low resistance values.

What is put them in series?

400

The name of the algorithm we used to see how similar data points are similar to each other to make judgements on new data points.

What is KNN?

400

The number of mazes we built for the maze solving robot algorithm, and the one we ended up using.

What is 2 and we ended up using the paper one?

400

The way in which maneuvered through the maze. The way we visited each cell.

What is for loop inside a for loop?

400

The main character of Despicable Me?

Who is Gru?

500

This is what you can do if you want to achieve a lower resistance value but you only have resistors with high resistances.

What is put them in parallel?

500

In the algorithm for stocks, the names of the quantities associated to each expert to describe how accurate they are.

What are weights?

500

The person who was unable to complete their VR model.

Who is Max?

500

The way in which we checked of a cell at row, col had a right wall.

What is maze[row][col][3] == 1?

500

The team that LeBron James first played for in NBA.

What is Cavs?

M
e
n
u