Languages
Logic
Data Types
Tech Jargon
Micell
100

The language used in AP Computer Science Principles

What is Javascript?

100

The boolean output of (True && False)

What is False?

100

Number of bits in a byte

What is 8?

100

The name of a coding error

What is a bug?

100

The woman considered to be the first computer programmer
Answer with "Who is _?"

Who is Ada Lovelace?

200

The language used in AP CS A

What is Java?

200

The boolean output of (True || False)

What is True?

200

The decimal number 9 in binary

What is 1001?

200

The abbreviated form is HTTP

What is Hypertext Transfer Protocol?

200

The first computer bug was an actual insect. In 1947, a ___ caused a malfunction in the Harvard Mark II computer, and engineers coined the term "debugging" to fix such issues.

What is a moth?

300

The newest branch of the "C family" of programming languages

What is C#?

300

The boolean output of (!False && True)

What is True?

300

Number of bits in a nibble

What is 4?

300

The act of exposing someone's personal information on the internet

What is doxxing?

300

The world's first computer program to defeat a world chess champion was named _____. It beat Garry Kasparov in 1997.

What is Deep Blue?

400

Language used to program iOS apps (Apple)

What is Swift?

400

The boolean output of !(False || (True && True))

What is False?

400

0110 1101 in decimal

What is 109?

400

The data about other data

What is metadata?

400

↑ ↑ ↓ ↓ ← → ← → B A

What is the Konami Code?

500

Scripting language used by Roblox

What is Lua?

500

Are the following always equivalent?

!(A && B)

(!A || !B)

What is True?

500

11 in hexadecimal

What is "B?"

500

The unabbreviated form of CAPTCHA

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

500

The world's first webcam was created at the University of Cambridge to monitor ___. 

What is a coffee pot?