CS
Gamrs
???
UCI
Sus
100
The built-in Python function that returns the length of objects?

len()

100

The name of the spaceship map in the game Among Us?

The Skeld

100

The main control center of the body?

The Brain

100

The former NBA star who was a frequent visitor at UCI?

Kobe Bryant

100

A popular Japanese dish?

Sushi

200

The data structure with a last in, first out (LIFO) process?

Stack

200

The country of origin for the agent Jett from Valorant?

South Korea

200
The person who invented the Hot Pocket? A UCI school department is named after them.

Paul Merage

200

The punishment my elementary school (unfairly) gave me for misbehaving?

Suspension

300

The meaning of HTML and CSS?

Hyper Text Markup Language, Cascading Style Sheets

300

An early game item in League of Legends that gives an 8% Crit chance?

Brawler Gloves

300

The amount of neurons in the human brain? (Within an order of magnitude)

300

The popular streamer who donated $50,000 to UCI for esports scholarships?

Pokimane

300

The figure in Greek mythology who was so deeply in love with himself?

Narcissus

400

The machine learning concept where a model is trained on data that is already categorized/labeled?

Supervised learning

400

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

400

A part of the brain that processes declarative (stuff you consciously know) memories?

Hippocampus or Temporal Lobe

400

The movie which was filmed on UCI campus in the Summer of 2022?

Unfrosted: The Pop-Tart Story (Not Yet Released)

400

Term for code that is designed to be easily maintainable over time?

Sustainable

500

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

500

The game which uses "Korobeiniki," a 19th century European country's folk song, as its main theme?

Tetris

500

Name for the very outer layer of the brain?

Neocortex

500

In 1965 a student election was held to determine the UC Irvine mascot. Which option on the ballot received the second-most votes?

500

Big

Colossus

M
e
n
u