This markup language is used to create web pages
What is HTML?
This function is the entry point of every C++ program
What is main()?
This data structure stores elements in contiguous memory locations
What is an array?
This yellow sponge lives in a pineapple under the sea
Who is Sponegebob?
This artificial intelligence company created ChatGPT
What is OpenAI
This language sounds like what you'd drink to wake up for your 8am class
What is Java?
This operator is used to get user input from the console
What is >> or the stream operator?
This data structure follows "Last In, First Out" principle
What is a stack?
This is what you call a group of crows
What is a murder?
This popular code editor is made by Microsoft
What is VS Code?
This language was created by Guido van Rossum and is named after a British comedy group
What is python?
This keyword prevents a variable from being modified
What is private?
This data structure stores data in key value pairs
What is a map / dictionary?
This many sides does a dodecagon have
What is 12?
This number system uses only 0s and 1s
What is Binary?
A function that accomplishes its goal by calling itself
What is a recursive function / recursion
This C++ feature allows functions to have the same name but different parameters
What is function overloading?
This sorting algorithm has O(n²) time complexity but is simple to understand
What is bubble sort?
Bananas are berries, but these red summer fruits are not
What are strawberries?
This version control system was created by Linus Torvalds
What is Git?
This programming language shares its name with a certain pop star's last name
What is Swift?
This concept ensures that derived classes implement certain functions
What are pure virtual functions / abstract functions?
This search algorithm requires data to be sorted and has O(log n) time complexity
What is binary search?
OSU's original name before becoming Oregon State University
What is Oregon Agricultural College?
7 times a weeek
How many times a week should you shower?