Arduino Board
Hardware
Software
Project Planning
I/O
100

This is the type of interface cable between the Arduino and a PC.

What is USB?

100

A device that resists the flow of electrons

What is a resistor?

100

A punctuation symbol is appended after the command “void loop()”

What is none?

100

A product that proves a WBS task has been completed.

What is a deliverable?

100

This command is used to read an analog value from pin (x)

What is analogRead(x)?

200

This is the number of Digital I/O pins on an Arduino Uno.

What is 14?

200

The line on the end of a diode indicates this

What is the cathode?

200

The symbol != represents this.

What is not equal?

200

This describes the dependent relationships between activities.

What are dependencies?

200

This command is used to send high or low signal to a digital pin

What is digitalWriet(#,H/L);

300

This pin is used to establish an external reference voltage

What is AREF?

300

A device that stores energy in an electric field

What is a capacitor?

300

A macro that replaces a variable name with a value.

What is #define?

300

This is the worst possible place to store information on your commitments.        

What is my memory?

300

This command would be used to send data to the Serial Monitor.

What is Serialprint()?

400

This is the symbol that indicates a pin supports PWM output.

What is a tilde (~)?

400

A material that releases electricity when deformed.

What is piezoelectric?

400

A command that test to see whether or not a condition is met.

What is if?

400

This activity demonstrates that a project is reasonably achievable.

What is a Concept Demo?

400

Named after the originator of the concept, this describes the speed at which data travels between the Serial Monitor and the Arduino.

What is Baud Rate?

500

This is the output voltage from the board that is available for other devices.

What is 5V or 3.3V?

500

This is the best method of controlling the speed of a DC motor.

What is Pulse Width Modulation?

500

A set of user-defined instructions that can be called over and over in a sketch

What is a Function?

500

This is the possible order of activities that takes the most time.

What is the Critical Path?

500

This is the command that tells the Arduino if a specific pin will be used as an input or an output

What is pinMode(x,I/O)?