00-01
02
03
04
05 & More
100

What does LED stand for?

What is Light Emitting Diode?

100

What does the delay() function do in the code?

What is forces the code to stop for a period of time?

100

the short leg on the LED

What is cathode?

100

collects the amount of light that the sensor can take in and will communicate information to the Arduino (the long leg)

What is collector?

100

What is a special type of motor that spins to a particular position and remains until the code calls them back to their starting position. Usually only moves 180 degrees.

What is a Servo motor?

200

 the same electrical current flows through both switches. They must both be pressed to close the circuit

What is a Series Circuit?

200

When the function read HIGH what happens?

What is voltage on the pin?

200

Outputs a change in voltage depending on the temperature of its surroundings

What is Temperature sensor

200

chops up the electrical signal into parts allowing fading or pulsing

What is Pulse Width Modulation (PWM)?

200

What does a decoupling capacitor do?

What is reduces changes caused by the components from the rest of the circuit. (If put backwards they can explode)?

300

the electrical current is split between switches. Either switch can be pressed to complete the circuit

what is a Parallel circuit?

300

When the function reads LOW what happens?

What is no voltage on the pin?

300

What does the Serial.print() do in a code?

What is sends the information from the Arduino to the computer?

300

a light emitting diode that  contains a red, green, and blue components that all can light independently

What is RGB LED?

300

When the code states  digitalWrite (2, LOW); what should you expect to see in the LED

what is LED on pin 2 off?

400

converts electrical energy back into physical energy, such as light or heat

What is an Actuator?

400

When the delay code reads delay(1000) and the code waits for 1 second. How about when it reads delay(250)?

What is wait 1/4 of a second?

400

A type of data stored as a decimal point and is used to express fractions?

What is Floating-point number/ float()?

400

What generates a current proportional to the quantity of light observed?

What is a Phototransistor?

400

What is the flow in 03 from the Temperature sensor (TS)

What is TS, voltage, microcontroller, LED & computer screen?

500

a formula that describes the relationship between current, voltage and resistance represented by the formula V= I * R

What is Ohm’s Law?

500

when a pin can only read two states, voltage on and voltage off, sometimes also called binary input

What is Digital input?

500

receives the value from the sensor, in this project it is what pin should take a voltage reading on

What is analogRead()?

500

Name the 4 legs on the RGB LED?

What is red, blue, green, and negative (ground)?

500

a voltage divider that measures electromotive forces

What is a Potentiometer?