A container to store information (perhaps it can change)
What is a variable?
A microntroller can run code on its own without a computer, as long as it has one of these
What is a battery?
Like mass, this cannot be created or destroyed
What is energy?
'a' + 'b'
What is 'ab'?
You might expect to find this data type in a parade, but it actually stores decimal numbers
What is a float?
A process; a set of rules that can be followed to accomplish a goal
What is an algorithm?
k8 robots are controlled by this device
This force is much weaker when I'm skating
What is friction?
'1' + '1'
What is '11'?
A thread, or an array of characters
What is a string?
These two words make code go forever
What is "while True"?
This microcontroller, programmed in blocks, supports various sensors
what is a phidget?
Newton's third law states that every action has this
What is an equal and opposite reaction?
var1 = '3'
var2 = 4
int(var1) * var2
What is 12?
I might read some books here, or I'll import it because someone else has done the work for me
What is a library?
This function calls itself
What is recursive?
The electrical input pin from an arduino might say 5V. The output has these three letters
what is GND?
According to Newton, F =
what is m x a?
chr ( ord('a') + 1 )
What is 'b'?
Ideas in a debate, or the variables found inside the brackets when you call a function
What are arguments?
This kind of loop repeats for a specified number of times
What is a for loop?
Arduino main code is written in two functions. Setup, and this
What is loop?
Gravity gives everything a constant this
What is acceleration?
5 + '2'. Python will give one of these
What is a TypeError?
Catching dinner, or found inside an email from totallyrealgovernmentsite@gmail.com
What is phishing?