This statement in code will end a while loop or for loop in progress before it's proper completion.
Break
Who painted the Mona Lisa?
Da Vinky?!
Petr first started appearing on this year
2018
This professor would be most likely to name a sorting algorithm "Boo Sort."
Professor Alex Thornton
This is the name of ICSSC's mentorship program
Bits and Bytes
The meaning of F.E.O.O.P.
Fundamental Equation of Object Oriented Programming
This painting (which has been anteater-ified by our lovely graphics team <3) features multiple individuals enjoying a meal
The Last Supper
This basketball player visited the ARC multiple times.
Kobe Bryant
This professor is known to have catchphrases/sayings such as "Just say yes!"
Professor Raymond Klefstad
What animal would be a Data @ UCI member's favorite?
Pandas
The worstcase runtime of an algorithm that involves a nested for loop inside another for loop.
O(n^2)
This painting is inspired by the artist's view from his asylum room
This is the name of the dining hall before Brandywine
Pippins
This professor is most likely to be a V-Tuber
Professor Shannon Alfaro
You probably wouldn't want to go against a person from this club in competitive programming
ACM
This data structure is implemented as a complete binary tree
Heap
This painting by Edvard Munch symbolizes the bleak anxiety of life and the darkness of the human condition.
The Scream
This school department is named after this person whose company invented Hot Pockets
Paul Merage
This professor was a student usher at the groundbreaking of Donald Bren Hall
Professor Michael Shindler
A popular sticker for this club reads "_______ is my passion"
design at uci
The value that would be printed out from this C++ code block:
int main() {
int i[3] = {12,4,1}, j = 3, *p = i, *q = &j, *r;
int A = 5**p / *q+7;
int * a = &A;
A--;
printf("%d", ++*a);
return 0;
}
27
Georges Seurat created this many sketches before he started painting A Sunday Afternoon
60 sketches
UCI's nuclear reactor is located in this building
Rowland Hall
This professor does not like boba - milk tea is fine but not boba.
Professor Jennifer Wong-Ma
This club's advisors are Professor Ihler and Professor Mandt.
AI @ UCI