This is the type of interface cable between the Arduino and a PC.
What is USB?
A device that resists the flow of electrons
What is a resistor?
A punctuation symbol is appended after the command “void loop()”
What is none?
A product that proves a WBS task has been completed.
What is a deliverable?
This command is used to read an analog value from pin (x)
What is analogRead(x)?
This is the number of Digital I/O pins on an Arduino Uno.
What is 14?
The line on the end of a diode indicates this
What is the cathode?
The symbol != represents this.
What is not equal?
This describes the dependent relationships between activities.
What are dependencies?
This command is used to send high or low signal to a digital pin
What is digitalWriet(#,H/L);
This pin is used to establish an external reference voltage
What is AREF?
A device that stores energy in an electric field
What is a capacitor?
A macro that replaces a variable name with a value.
What is #define?
This is the worst possible place to store information on your commitments.
What is my memory?
This command would be used to send data to the Serial Monitor.
What is Serialprint()?
This is the symbol that indicates a pin supports PWM output.
What is a tilde (~)?
A material that releases electricity when deformed.
What is piezoelectric?
A command that test to see whether or not a condition is met.
What is if?
This activity demonstrates that a project is reasonably achievable.
What is a Concept Demo?
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?
This is the output voltage from the board that is available for other devices.
What is 5V or 3.3V?
This is the best method of controlling the speed of a DC motor.
What is Pulse Width Modulation?
A set of user-defined instructions that can be called over and over in a sketch
What is a Function?
This is the possible order of activities that takes the most time.
What is the Critical Path?
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)?