This keyword in many languages (like Python or Java) is used to make decisions.
What is if?
This linear data structure follows First In, First Out (FIFO).
What is a queue?
RAM stands for this.
What is Random Access Memory?
What's the mascot of TerraHacks?
MOLES!!!!
Who was the first computer programmer?
Who is Ada Lovelace?
What does this snippet output: print("2" + "2")?
What is a "22"?
What is the term for removing an element from a stack?
What is a pop?
This memory region stores variables inside functions.
What is the stack?
Who are three founders of TerraHacks?
Mark, Prachi, and Mo!!!!
What does WWW stand for?
What is World Wide Web?
This kind of error doesn't stop your code from running but gives you the wrong result.
What is a logic error?
This data structure is best for implementing undo operations.
What is a stack?
This type of error occurs when a program uses more memory than allocated.
What is a buffer overflow?
How many mini-events have we hosted so far?
What is "object"?
What does CPU stand for?
What is Central Processing Unit?
In Python, the result of True and False or True is?
What is True?
This "heaping" structure is used to implement priority queues.
What is a heap?
This language is known for giving you manual memory control.
What is C?
Name all the prizes of the main categories.
Nintendo Switch, AirPods, monitors, and CapCo keysets
What is the most widely used programming language?
What is JavaScript?
This is the term for a function that calls itself.
What is recursion?
This tree has the property that the left child is less than the parent, and the right child is greater.
What is a binary search tree?
In operating systems, this strategy allows more programs to run than can fit in RAM.
What is virtual memory?
What are the names of the 4 moles (on the cards)?
Celina, Dan, Gregory, Sandra
How many bits in a byte?
What is 8 bits?