Fun Facts
History
Algorithms and Problems
Programming Languages
Wild Card
100

The observation that the number of transistors on integrated circuits doubles approximately every two years

What is Moore's Law?


100

The full name of the IEEE

Institute of Electrical and Electronics Engineers

100

Guaranteed O(n log n) divide-and-conquer sort

What is Merge Sort?

100
Language named after a gemstone
What is Ruby?
100

OK Computer is an album from what band?

What is Radiohead?


200

The mascot of this company is an "octocat" - octopus + cat hybrid

What is Github?


200

The first "computer programmer"

Who is Ada Lovelace?
200

Graph traversal algorithm using a queue

What is BFS? (Breadth First Search)

200

Language named after a British comedy troupe

Python

200

Flappy bird is coded in what language?

What is C++?

300

The creature that originated the term "computer bug"

What is a moth?


300

Credited with decrypting Germany's Enigma encoder

Who is Alan Turing?

300

Asks whether a given program will eventually stop running or continue forever

What is the Halting Problem?

300

This computing language was originally named "Oak"

Java
300

This cybersecurity company had a major outage in 2024

What is CrowdStrike?


400

What the acronym CAPTCHA stands for

What is Completely Automated Public Turing test to tell Computers and Humans Apart?

400

The first computer virus

What is "The Brain"

400

Computes all-pairs shortest paths in O(n³)

What is Floyd-Warshall?

400

This programming language was originally invented in ten days

What is JavaScript

400

Simulates a full computer (turing complete) on a simple grid

What is Conway's Game of Life?

500

If a problem can be solved in polynomial time, it is...

What is NP-Complete

500

This 1970s Bell Labs operating system was rewritten in C

What is UNIX?

500

Detects negative cycles while computing shortest paths in O(VE)

What is Bellman-Ford?

500

This procedural language sounds similar to a desert animal

What is OCaml?

500

Inside a modern chip, wires are so thin that quantum effects create this behavior 

What is quantum tunneling?