Digital Pins
Serial Monitor
Coding
100

What does PIN 13 connect to?

Built-in LED

100

What is the Serial Monitor?

A monitor that tells you important information

100

What block loops the code?

Forever

200

What do HIGH and LOW mean?

The state of the pin (1 and 0)

200

What is the best way to print to the Serial Monitor?

With a new line

200

What block sets up the code?

On start
300

What section of code can fill "if" statement conditions?

the math section

300

How can you access the Serial Monitor?

Clicking the button on tinkercad

300

How do you specify something happening ONLY when a certain condition is met?

IF statements