len()
The name of the spaceship map in the game Among Us?
The Skeld
The main control center of the body?
The Brain
The former NBA star who was a frequent visitor at UCI?
Kobe Bryant
A popular Japanese dish?
Sushi
The data structure with a last in, first out (LIFO) process?
Stack
The country of origin for the agent Jett from Valorant?
South Korea
The age at which a brain is fully developed? (+- 3)
Paul Merage
The punishment my elementary school (unfairly) gave me for misbehaving?
Suspension
The meaning of HTML and CSS?
Hyper Text Markup Language, Cascading Style Sheets
An early game item in League of Legends that gives an 8% Crit chance?
Brawler Gloves
The amount of neurons in the human brain? (Within an order of magnitude)
~85 Billion
Source: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2776484/
The popular streamer who donated $50,000 to UCI for esports scholarships?
Pokimane
The figure in Greek mythology who was so deeply in love with himself?
Narcissus
The machine learning concept where a model is trained on data that is already categorized/labeled?
Supervised learning
The trio of Pokémon that players needed to decode messages written in braille in generation 3 Pokémon games to reach?
Regirock, Regice, Registeel
A part of the brain that processes declarative (stuff you consciously know) memories?
Hippocampus or Temporal Lobe
The movie which was filmed on UCI campus in the Summer of 2022?
Unfrosted: The Pop-Tart Story (Not Yet Released)
Term for code that is designed to be easily maintainable over time?
Sustainable
The value printed by the following code?
int main() {
int a = 5, *b = &a, **c = &b, ***d = &c, ****e = &d;
****e += a;
***d -= 5;
**c *= **c;
*b /= 5;
a += ****e;
int f = ((****e - ***d) * **c) / (*b + a);
****e = f - 2;
***d = ****e + 1;
printf("%d",****e /a);
return 0;
}
1
The game which uses "Korobeiniki," a 19th century European country's folk song, as its main theme?
Tetris
Name for the very outer layer of the brain?
Neocortex
In 1965 a student election was held to determine the UC Irvine mascot. Which option on the ballot received the second-most votes?
"None of these"
Source: https://special.lib.uci.edu/collections/anteater-chronicles/students/the-anteater-mascot
Big
Colossus