Lesson 6: Utilizing Analog Inputs and Outputs Flashcards

1
Q

What are the two types of signals that carry information?

A

Analog and digital

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

Differentiate between analog and digital signals

A

Analog signals have continuous electrical signals while digital signals gave non-continuous electrical signals.

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

What type of signal that all of signals are natural or come naturally?

A

Analog

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

What type of signal where it is used in many systems to produce signals to carry information and it has declined with the arrival of digital signals?

A

Analog

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

What type of signal where it is continuous in both values and time?

A

Analog

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

What type of signal where it is not continuous but discrete in both value and time?

A

Digital

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

What type of signal where it is represented by binary numbers and consists of different voltage values?

A

Digital

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

It is an important component when it comes to dealing with digital systems communicating with real-time signals.

A

Analog to Digital Converter

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

It is where you can type characters as a command to send it to your Arduino board?

A

Outbound Area

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

It is where characters typed as commands are displayed.

A

Inbound Area

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

It specifies how the command is terminated?

A

Line End settings

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

It specifies the transmission speed that your board will be using. It must match the setting your sketch uses in the Serial Library.

A

Baud rate

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

It is a resistor that is used to vary and control the amount of current that flows through an electronic circuit. When you turn the knob of a potentiometer, you change the resistance by continuously varying rate.

A

Potentiometer

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

What is the range of resistance that potentiometer can handle?

A

0-1024

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

Elaborate the structure of potentiometer

A

A common potentiometer has 3 leads/legs. The outer lefs are for power (The left outer leg is the supply while the right upper leg is the fround, the middle leg is for the value.

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

It is capable of displaying any color light from spectrum.

A

RGB LED

17
Q

Describe how RGB LED looks like?

A

Unlike previous LED, RGB have 4 legs instead of 2. This is because, RGB LEDS are simply tri-color (red, blue, green) separate LEDs crammed into a single LED package.

18
Q

It is a digital signal used in variety of applications to create the perception of changeable voltage. I created illusion that we are outputting different voltages.

A

Pulse Width Modulation (PWM)

19
Q

A function that is used to select reference source.

A

analogReference()

20
Q

A function tthat is used to convert the input voltage from 0 to 5V, to a digital value beween 0-1023

A

analogRead()

21
Q

A function that is used to vary brightness or control the speed of a motor. It sends its analog value to a PWM digital pin.

A

analogWrite()

22
Q

Give example of devices that uses analog signal

A

Analog watch, light, sound

23
Q

Give example of devices that uses digital signal

A

Arduino microcontroller