Digital Pins
What does PIN 13 connect to?
Built-in LED
What is the Serial Monitor?
A monitor that tells you important information
What block loops the code?
Forever
What do HIGH and LOW mean?
The state of the pin (1 and 0)
What is the best way to print to the Serial Monitor?
With a new line
What block sets up the code?
What section of code can fill "if" statement conditions?
the math section
How can you access the Serial Monitor?
Clicking the button on tinkercad
How do you specify something happening ONLY when a certain condition is met?
IF statements