Who are Haley Kahn, Brody Haar, Lizzie Tucker, Parker Palermo and Ludvig Denker?
This concept describes a function calling itself, often with a base case to prevent infinite loops.
What is recursion?
The solution to 6!
What is 120?
The KTP senior who is not currently enrolled in any classes at Vanderbilt University
Who is Haley Kahn?
This percent of students were caught using AI to complete project6 in CS 2201.
What is 20%?
This university is where KTP was founded in 2012.
What is the University of Michigan?
This data structure uses a FIFO (First In, First Out) principle and is commonly implemented using arrays or linked lists.
What is a queue?
When lower limit = 0 and upper limit = 1, the integral ∫x^2 dx equals this.
What is 1/3?
Aside from being a former KTPresident, what Ludvig is best known for on campus
What is taking the goal post down at the bama game/mural in the football stadium
MERN, a popular full-stack framework used to build web applications stands for this.
What is MongoDB, Express.js, React.js, and Node.js?
These are the two official colors of Kappa Theta Pi.
What are green and blue?
The time complexity of binary search on a sorted array in Big-O notation is this.
What is O(log n)?
This is the 7th digit of pi (after the decimal).
What is 6?
The percentage of KTP seniors who are computer science majors
What is 66.66% (2/3) of seniors?
This CS professor famously met his wife in the basement of Pi Kappa Alpha when they both attended Vanderbilt.
Who is Dr. Graham Hemingway?
The number of KTP chapters nationwide (closest number wins)
30
A hash table resolves collisions using this method when it searches sequentially for the next available slot.
What is linear probing?
The remainder when 7^222+3^333 is divided by 10
What is 2?
Name two Vanderbilt KTP alumni
Who is Jenna Holland, Kendelle Grubbs, Zoe Luther, Katherine Oung, Lolita Rozenbaum?
This law, often cited in computing, originally predicted that the number of transistors on a chip would double approximately every two years.
What is Moore’s Law?