The language used in AP Computer Science Principles
What is Javascript?
The boolean output of (True && False)
What is False?
Number of bits in a byte
What is 8?
The name of a coding error
What is a bug?
The woman considered to be the first computer programmer
Answer with "Who is _?"
Who is Ada Lovelace?
The language used in AP CS A
What is Java?
The boolean output of (True || False)
What is True?
The decimal number 9 in binary
What is 1001?
The abbreviated form is HTTP
What is Hypertext Transfer Protocol?
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?
The newest branch of the "C family" of programming languages
What is C#?
The boolean output of (!False && True)
What is True?
Number of bits in a nibble
What is 4?
The act of exposing someone's personal information on the internet
What is doxxing?
The world's first computer program to defeat a world chess champion was named _____. It beat Garry Kasparov in 1997.
What is Deep Blue?
Language used to program iOS apps (Apple)
What is Swift?
The boolean output of !(False || (True && True))
What is False?
0110 1101 in decimal
What is 109?
The data about other data
What is metadata?
↑ ↑ ↓ ↓ ← → ← → B A
What is the Konami Code?
Scripting language used by Roblox
What is Lua?
Are the following always equivalent?
!(A && B)
(!A || !B)
What is True?
11 in hexadecimal
What is "B?"
The unabbreviated form of CAPTCHA
What is Completely Automated Public Turing test to tell Computers and Humans Apart?
The world's first webcam was created at the University of Cambridge to monitor ___.
What is a coffee pot?