Category 1
Category 2
Category 3
100

What is a breadboard?

A board for making an experimental model of an electric circuit

100

Used to locate certain holes on the breadboard

Numbers, letters, and plus and minus signs

100

What is Arduino used for?

Used to write and upload computer code to a physical board

200

What do the Built-in LEDs do?

The LEDs indicate that there is power, and if your Arduino is sending or receiving data.

200

What is the ATmega328P, black chip

The “brains” of the Arduino: it interprets both the inputs/outputs and the programming code uploaded onto your Arduino. The other components on the board allow you to communicate with this chip when creating projects.

200

What does the Reset Button do?

This button will restart the code currently uploaded on your Arduino. The reset button may be in a different location on your board than in this diagram, but it is the only button.

300

Signs on Columns

strips typically marked by red and blue (or red and black) lines, with plus (+) and minus (-) signs, respectively. They are called the buses, also referred to as rails, and are typically used to supply electrical power to your circuit when you connect them to a battery pack or other external power supply.

300

What is the Voltage regulator and what does it do?

Converts power plugged into the power port into the 5 volts and 1 amp standard used by the Arduino.

300

Two purposes of the USB Port 

1)  It is the cable connection to a computer which allows you to program the board

2) Provide power for the Arduino if you’re not using the power port

400

How do you tell your board what to do?

Through the Arduino Programing Language (based on wiring) and the Arduino Software (IDE) that allows you to write programs and upload them to your board, which processes it and releases output.

400

What happens if something is plugged into Pin 0

The program won't load

400

What are the Power and ground pins?

Power and ground pins: Use these pins to run power from your Arduino to your breadboard circuit.

500

What are the Digital I/O pins?

 Used to either sense the outside world (input) or control lights, sounds, or motors (output).

500

Should we get an A+?

You only get the Points if u said yes

500

What are the Analog pins?

These pins take sensor readings in a range of values (analog), rather than just sending whether something is just on or off (digital).