Lab Midterm Flashcards

(22 cards)

1
Q

What is a program subroutine used for?

A

sequence of program instructions that perform specific task

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

explain how you can test a fuse with a multimeter to see if it’s working

A

to see if a fuse is working, test for continuity using a multimeter. a circuit does not have continuity if it is open and the multimeter should read 1. it has continuity if it is closed and the multimeter should read about 0 ohms

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

What is a relay

A

electronic switch

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

LCD

A

liquid crystal display

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

used for directional current flow control

A

diode

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

this diode produces light when it dispenses voltage

A

LED

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

integrated circuit used as an oscillator or timer

A

555 timer

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

potentiometer

A

variable resistor

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

what does “servoposition = map (flexposition, 650,900,0,180);” mean?

A

the minimum rotation of 0 degrees in the servo is designated to the 650 decimal valve. the maximum rotation of 180 degrees in the servo is designated to the 900 decimal valve. the decimal valves are derived from the resulting voltage from bending the flex resistor.

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

What are the 3 pins of a transistor called

A

base, emitter, controller

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

What does PWM stand frond how is it useful to use with a servo?

A

Pulse width modulation. Describing a type of digital signal from analog results, control dimming of RGB LED’s or to control the direction of a servo motor. PWM allows us to vary how much time the signal is high in an analog fashion. While the signal can only be high or low at any time, we can change the proportion of time the signal is high compared to when it is low over a consistent time interval

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

Why is a relay really helpful when using with micro controllers for sensor-controlled circuits?

A

Allow for different voltage source to power the display components than the sensor components

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

SPDT

A

single pole double throw; describes how there are 2 positions for the common to connect to and produce a different flow path. The 2 positions direct the current to different components

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

push button

A

manual switch

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

serial to parallel convertor, used to extend the number of pins for Arduino

A

shift register

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

what order instrument is a capacitor

17
Q

common components in voltage dividers

18
Q

output for flex sensors and soft potentiometers

19
Q

2N2222 transistor

A

NPN transistor

20
Q

2 main components of a relay driver

A

relay and transistor

21
Q

ohm’s law

22
Q

Voltage Divider Equation

A

V1/R1=V2/R2 or

V1=(Vsupply*R1)/(R1+R2)