Section 3 Flashcards

(19 cards)

1
Q

What is a relay

A

A switch that works via electricity

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

What can a transistor be used for?

A

Used like an electronic switch (relay), or amplification

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

What is a BJT

A

Bipolar Junction Transistor
Two types:
NPN
PNP

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

What is an NPN transistor?

A

Three connections

Base connection on the left

Collector (+) connection top right

Emitter (-) Bottom right

No voltage in base then collector and emitter get no power (so no connection like a switch)

Voltage applied to base then collector is connected to emitter

If small amount of current travels from base to emmiter and 0.6 v to base then we get more current from collector to emitter

Left Emitter(-) Base Collector(+)

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

What is an oscillating circuit?

A

Auto switches on and off, like a blinking light

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

What is a relay oscillator?

A

It uses a relay to oscillate

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

Create a relay oscillator

A

Do this and learn relays better

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

What are integrated circuits(IC)

A

Small circuit
DIP - dual inline packaging - good for breadboard

Surface mount packaging - For production

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

What is the triple 5 (555) timer IC?

A

8 pins
Pins are numbered from upper left pin counter clockwise.
Upper left will have a circuit by it or indentation at the top.
Looks like this:

1 8
2 7
3 6
4 5
ALL IC’s are different!!! Look at data sheet for this info
1 - ground
2 - trigger
3 - output
4 - reset
5 - control voltage
6 - Threshold
7 - Discharge
8 - Vcc

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

What does Vcc refer to?

A

Voltage at the Common Collector
Positive terminal

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

What are the 3 modes available to a triple 5 timer IC?

A

Astable mode
output pin will be in constant cycle. Oscilation happens out output

Monostable
trigger will cause output to go on and off for a certain amount of time.

Bistable

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

Do the 555 timer project

A

https://www.youtube.com/watch?v=IbGrNgx6-lg&list=PLah6faXAgguOeMUIxS22ZU4w5nDvCl5gs&index=24

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

What is a NOT digital logic gate?

A

There are several

NOT GATE - takes one or more inputs and gives you one or more output values.
low(0) = high(1)
high(1) = low(0)
These can be seen on a TRUTH TABLE.

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

What is an OR digital logic gate?

A

Two inputs

0 and 0 = 0
0 and 1 = 1
1 and 0 = 1
1 and 1 = 1

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

What is an AND Gate

A

Two inputs

0 and 0 = 0
0 and 1 = 0
1 and 0 = 0
1 and 1 = 1

opposite of OR

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

What is an XOR (exclusive OR)

A

Two inputs
one or the other but not both
0 and 0 = 0
0 and 1 = 1
1 and 0 = 1
1 and 1 = 0

It’s exclusively for ors, no ands at all.

17
Q

What is a NAND gate?

A

Two inputs

0 and 0 = 1
0 and 1 = 1
1 and 0 = 1
1 and 1 = 0

Not AND - it’s an inverse of and

18
Q

What is a NOR gate?

A

Two inputs

0 and 0 = 1
0 and 1 = 0
1 and 0 = 0
1 and 1 = 1