Languages
Code Evaluation
Vocabulary
Oopsies
Fun Facts
100
This programming language runs on the Java Virtual Machine.

What is Java? (or Kotlin, or Groovy, or...)

100

The value of x necessary to print 100 in this Python code:

numbers = [100, 200, 300, 400] print(letters[x])

What is 0?

100

The name for 8 bits.

What is a byte?

100

The Mars Climate Orbiter was a failure due to this simple mistake.

What is "using the wrong units?"

200

This language's acronym is HTML.

What is Hyper Text Markup Language?

200

The value of x necessary to print 100 in this Lua code:

numbers = {100, 200, 300, 400} print(numbers[x])

What is 1?

200

The largest number that can be represented with 4 bits (unsigned).

What is 15?

200

The company responsible for the lack of flights in July 2024

What is CrowdStrike?

300

This number system is commonly used to represent color on systems via 6 characters.

What is hexadecimal?

300

The company responsible for losing $460 million due to an infinite retry loop in a trading software in 2012.

What is Knight Capital?

300

Alan Turing created a machine to crack this encryption algorithm.

What is the Enigma machine?

400

This language's acronym is APL.

What is A Programming Language?

400

This bug was named after the year in which it would occur due to an overflow error in dates.

What is Y2K?

500
The full name of GPT.

What is a generative pre-trained transformer?

500

This worm malware is believed to have ruined a significant number of Iran's nuclear facilities and is regarded as the first publicly known act of cyberwarfare.

What is Stuxnet?