Current flows along a circuit in this direction.
positive to negative
This component allows current to flow in only one direction.
Diode
The name for a variable resistor.
Potentiometer
The code command to pause the program for 1.7 seconds.
delay(1700);
The number of times this code prints "Hello!"

20
Electrons flow along a circuit in this direction.
negative to positive
According to Ohm's Law, if voltage stays the same but current decreases, current will do this.
increase
This 3-legged component acts as an electronic switch.
Transistor (NPN)
This component is used to smooth out electrical noise.
Capacitor
What the code 'i++' actually does.
Adds 1 to i
The number of times this code prints "Hello!"

8
The type of signal that can include fully on, fully off, and everything in between
Analog
A circuit has a resistance of 10 \Omega and a current of 2A. This is the total voltage (including the units).
20 Volts
The function used to convert one range to another (e.g. 0-1023 to 0-255).
map()
The number of circuits flowing through a 2222 transistor
2
The names of the two functions that every Arduino program must contain.
setup() and loop()
All the things that print when the potentiometer gives a reading of 892.

"Hello world!"
The shape used to designate Start and End on a flowchart
Oval
A resistor is connected to a 24V power supply and the current is 2A. This is the resistance (including the units).
12 Omega
The number of values AND the possible values an Arduino programmable pin can output.
(Your team can get 800 points for knowing both answers, or you and another team can both get 400 points for each knowing half)
256
0-255
The special symbol on pins capable of analogWrite.
~ (Tilde)
The function used to send a PWM signal.
analogWrite()
The number of times "Hey" is printed to the Serial monitor

3
The number of steps AND the possible values an Arduino can see when reading an analog signal.
(Your team can get 800 points for knowing both answers, or you and another team can both get 400 points for each knowing half)
1024
0-1023
A circuit powered by a 75V power source has a 30 \Omega resistor. This is the amount of current flowing through it (including the units).
What is 2.5 Amps?
If the analogWrite value is 127, this is roughly the PWM Duty Cycle percentage.
50%
The use cases of an Arduino's programmable pins from the list below:
Reading Analog Signals
Sending Analog Signals (PWM)
Reading Digital Signals
Sending Digital Signals
Sending Analog Signals (PWM)
Reading Digital Signals
Sending Digital Signals
The complete command to set up pin 9 as an LED. (must describe capitalization, punctuation, etc)
pinMode(9, OUTPUT);
The color that will turn on in a bright room.
nothing
The shape used to designate a decision point on a flowchart
Diamond
This is the voltage is required to drive a 12A current through a 11 ohm resistor (including the units).
What is 132 Volts?
The electrical spike created when a motor stops spinning.
Inductive Kickback
The maximum current the programmable Arduino pins can safely output.
40 mA
The full line of code (capitalization, punctuation, etc) that gives you access to the code needed for a servo motor
#include <Servo.h>
The number of times "Hi" prints to the serial monitor

100
A circuit powered by a 75V power source has a 30 \Omega resistor. This is the amount of current flowing through it (including the units).
What is 2.5 Amps?