In both Java and C++, every statement must end with this punctuation mark.
What is a semicolon (;)?
The year the first iPhone was released.
When is 2007?
It's not a bug, it's ____
What is "a feature"?
The phrase "Write Once, Run Anywhere" is associated with this programming language.
What is Java?
This sandbox game, released in 2011, became the best-selling video game of all time.
What is Minecraft?
This keyword is used to declare a variable that cannot be changed once assigned.
What is "final" (Java) or "const" (C++)?
This company's original name was "Backrub" before changing to its current name in 1998.
What is Google?
This phrase describes when code works but you don't know why: "If it ain't broke, ____"
What is "don't fix it"?
The only programming language that runs natively in all web browsers.
What is JavaScript?
This game was taken down in 2014 by its own developer for being too addictive and causing anger for its players.
What is Flappy Bird?
In both Java and C++, this keyword refers to the current object inside a class method.
What is "this"?
This company, now owned by Microsoft, created the first popular web browser.
What is Netscape?
This term refers to code so unreadable it seems like it was written by multiple developers fighting each other.
What is spaghetti code?
Bjarne Stroustrup created C++ and originally called it "____"
What is "C with Classes"?
"Pokemon" is short for this two-word phrase.
What is Pocket Monsters?
This special method is automatically called when an object is created.
What is constructor?
IBM's Deep Blue made history in 1997 by defeating this world chess champion.
Who is Garry Kasparov?
"There are only 10 types of people in the world: those who understand binary ___"
What is "and those who don't"?
JavaScript has nothing to do with Java; it was originally called this before being renamed for marketing reasons.
What is LiveScript/Mocha?
"Grand Theft Auto V" generated $1 billion in revenue after being released for this long.
What is 3 days?
Unlike Java, C++ doesn't has this built-in feature so developers have to explicitly allocating and deallocating memory.
What is garbage collection?
The first computer bug was literally a bug - this insect was found in the Harvard Mark II computer in 1947.
What is a moth?
"There are two hard problems in computer science: cache invalidation, naming things, and ____"
What is "off-by-one errors"?
This systems programming language was voted "most loved" in Stack Overflow surveys for 8 consecutive years.
What is Rust?
The term "AAA" in game development refers to games with budgets typically exceeding this many million dollars.
What is $50M? (Accept: $50-100M)