Arduino Flashcards

1
Q

What Is Arduino?

A

Arduino is an open source programmable circuit board that can be integrated
into a wide variety of makerspace projects both simple and complex. This one
board contains a microcontroller which is able to be programmed to sense and
control objects in the physical world. By responding to sensors and inputs, the
Arduino is able to interact with a large array of outputs such as LEDs, motors
and displays.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Two cheaper alternatives to Arduino

A

Adafruit and Sparkfun for example, sell variations of the Arduino
boards which cost less but still have the same quality of the originals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What component is number 1

A

Reset Button This will restart any code that is loaded to the Arduino
board

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What component is number 2

A

Reset Button: This will restart any code that is loaded to the Arduino
board

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What component is number 3

A

Ground Pin: There are a few ground pins on the Arduino and they all
work the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What component is number 4

A

Digital Input/Output: Pins 0-13 can be used for digital input or output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What component is number 5

A

PWM: The pins marked with the (∼) symbol can simulate analog output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What component is number 6

A

USB Connection: Used for powering up your Arduino and uploading
sketches

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What component is number 7

A

TX/RX: Transmit and receive data indication LEDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What component is number 8

A

ATmega Microcontroller: This is the brains and is where the programs
are stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What component is number 9

A

Power LED Indicator:This LED lights up anytime the board is plugged
in a power source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What component is number 10

A

Voltage Regulator: This controls the amount of voltage going into the
Arduino board

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What component is number 11

A

DC Power Barrel Jack: This is used for powering your Arduino with
a power supply

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What component is number 12

A

3.3V Pin: his pin supplies 3.3 volts of power to your projects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What component is number 13

A

5V Pin: This pin supplies 5 volts of power to your projects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What component is number 14

A

Ground Pins: There are a few ground pins on the Arduino and they
all work the same

17
Q

What component is number 15

A

Analog Pins: These pins can read the signal from an analog sensor and
convert it to digital

18
Q

what is the voltage divider question

A
19
Q

what Ohm’s law and what equation would it use

A

The voltage across a resistor is proportional to the current flowing through it, based on its resistance. V=IR

20
Q

what is Kirchhoff’s voltage law

A

The sum of all voltages around a closed loop equals zero

21
Q

Kirchhoff’s Current Law (KCL) First law)

A

the sum of currents flowing into the junction is equal to the sum of currents flowing out of the junction.

22
Q

what is vout

A
23
Q
A