The binary number for 5
What is 101?
The imagineer of the first hypothetical computer
Who is Charles Babbage?
The only language that computers understand, composed only of ones and zeros
What is binary?
A data type that is one of two values (true or false)
What is the data type boolean?
How letters are changed into binary
What is ASCII/Unicode?
The inventor of the first mechanical loom (that worked with punch cards instead of people working it)
Who was Joseph Marie Jacquard?
A command meaning otherwise, can be used many times in a single program
What is elif or else if?
An online tool that can be used if you don't have Python on your computer
What are Jupyter Notebooks?
Any set of characters gathered and translated for some purpose
What is data?
Who is Ada Lovelace?
A program or even a line of code that repeats over and over with no stop until a certain condition is true/false
What is a loop?
A way of translating code into binary, translating a few lines at a time
What is an interpreter?
How sounds are represented in binary
What is a waveform?
The engineer of an interpreted programming language called Python
Who is Guido van Rossum?
Strings without anything in them (like ' ')
What is an empty string?
A programming tool that combines files, a text editor, and terminal, so you don't have to use just one
What is IDE, the Integrated Development Environment?
The first non-programmable computer, designed to solve linear equations
What is the Anastoff-Berry (ABC) Computer?
The best-known developer of Fortran
Who is John Backus?
Two or more connected items that are immutable, with parentheses on both sides
What is a tuple?
The error you get when you try to enter a string without putting quotes around it
What is a Name Error?