What is Java? (or Kotlin, or Groovy, or...)
The value of x necessary to print 100 in this Python code:
numbers = [100, 200, 300, 400]
print(letters[x])
What is 0?
The name for 8 bits.
What is a byte?
The Mars Climate Orbiter was a failure due to this simple mistake.
What is "using the wrong units?"
This language's acronym is HTML.
What is Hyper Text Markup Language?
The value of x necessary to print 100 in this Lua code:
numbers = {100, 200, 300, 400}
print(numbers[x])
What is 1?
The largest number that can be represented with 4 bits (unsigned).
What is 15?
The company responsible for the lack of flights in July 2024
What is CrowdStrike?
This number system is commonly used to represent color on systems via 6 characters.
What is hexadecimal?
The company responsible for losing $460 million due to an infinite retry loop in a trading software in 2012.
What is Knight Capital?
Alan Turing created a machine to crack this encryption algorithm.
What is the Enigma machine?
This language's acronym is APL.
What is A Programming Language?
This bug was named after the year in which it would occur due to an overflow error in dates.
What is Y2K?
What is a generative pre-trained transformer?
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?