Code Logic!
Data Structures!
Memory & Systems!
TerraHacks!
More Questions!
100

This keyword in many languages (like Python or Java) is used to make decisions.

What is if?

100

This linear data structure follows First In, First Out (FIFO).

What is a queue?

100

RAM stands for this.

What is Random Access Memory?

100

What's the mascot of TerraHacks?

MOLES!!!!

100

Who was the first computer programmer?

Who is Ada Lovelace?

200

What does this snippet output: print("2" + "2")?

What is a "22"?

200

What is the term for removing an element from a stack?

What is a pop?

200

This memory region stores variables inside functions.

What is the stack?

200

Who are three founders of TerraHacks?

Mark, Prachi, and Mo!!!!

200

What does WWW stand for?

What is World Wide Web?

300

This kind of error doesn't stop your code from running but gives you the wrong result.

What is a logic error?

300

This data structure is best for implementing undo operations.

What is a stack?

300

This type of error occurs when a program uses more memory than allocated.

What is a buffer overflow?

300

How many mini-events have we hosted so far?

What is "object"?

300

What does CPU stand for?

What is Central Processing Unit?

400

In Python, the result of True and False or True is?

What is True?

400

This "heaping" structure is used to implement priority queues.

What is a heap?

400

This language is known for giving you manual memory control.

What is C?

400

Name all the prizes of the main categories.

Nintendo Switch, AirPods, monitors, and CapCo keysets

400

What is the most widely used programming language?

What is JavaScript?

500

This is the term for a function that calls itself.

What is recursion?

500

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?

500

In operating systems, this strategy allows more programs to run than can fit in RAM.

What is virtual memory?

500

What are the names of the 4 moles (on the cards)?

Celina, Dan, Gregory, Sandra

500

How many bits in a byte?

What is 8 bits?