Discovering Electronics 4-6 Flashcards

1
Q

What are the three types of switching devices discussed in Chapter 4?

A
  1. npn transistor
  2. n-channel MOSFET
  3. Voltage comparator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the MOSFET equation for drain current (I_D)?

A

I_D = g_m (V_GS - 3)
where g_m is transconductance and V_GS is gate-source voltage

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

What are the two basic rules for npn transistor operation in switching circuits?

A
  1. If V_IN < 0.7V: transistor is OFF, V_BE = V_IN, V_CE = supply voltage
  2. If V_IN ≥ 0.7V: transistor is ON, V_BE = 0.7V, V_CE = 0V
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the current gain formula for a transistor?

A

h_FE = I_C / I_B
where I_C is collector current and I_B is base current

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

How does a light-activated switch using an LDR and transistor work?

A

In bright light: LDR resistance low → V_IN < 0.7V → transistor OFF → lamp off
In darkness: LDR resistance high → V_IN > 0.7V → transistor ON → lamp on

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

What is the purpose of a protection diode in transistor/MOSFET circuits?

A

To protect against high reverse voltages generated when inductive loads (motors/solenoids) switch off by limiting voltage to 0.7V

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

What are the key characteristics of an n-channel enhancement mode MOSFET?

A
  • Normally OFF when V_GS = 0
  • Turns ON when positive V_GS applied
  • Very high input impedance (negligible gate current)
  • Can handle large drain currents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you calculate the minimum V_GS needed for a MOSFET to operate a load?

A

V_GS = (I_D / g_m) + 3
where I_D is drain current and g_m is transconductance

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

What are the three regions of a transistor’s voltage transfer characteristic?

A
  1. Cut-off region (V_IN < 0.7V)
  2. Linear region (0.7V < V_IN < saturation)
  3. Saturation region (V_IN high enough that V_CE ≈ 0V)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the difference between TTL and CMOS logic ICs?

A

TTL (7400 series): Faster switching, higher power consumption
CMOS (4000 series): Lower power, slower, more static-sensitive (exam focuses on CMOS)

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

What is the truth table for a 2-input NAND gate?

A

B | A | Q |
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |

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

How does a pull-up resistor work in a logic input circuit?

A
  • When switch open: pulls input to VCC (logic 1)
  • When switch closed: connects input to 0V (logic 0)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the Boolean expression for a NOR gate?

A

Q = A + B
(read as Q = NOT (A OR B))

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

How do you convert an AND gate to NAND gates only?

A

AND = NAND followed by inverter:
A──┐ │
NAND──INV──Q
B──┘

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

What is the purpose of a zener diode in voltage regulation?

A

Maintains constant output voltage in reverse breakdown region when current is above holding current

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

How does half-wave rectification work?

A

Single diode allows only positive half-cycles of AC to pass, blocking negative cycles

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

What is the voltage drop across a forward-biased silicon diode?

A

Approximately 0.7V

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

What happens when a zener diode’s load current exceeds its capacity?

A

Zener stops regulating, output voltage drops, and resistor dissipates more power

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

How do you design a transistor switching circuit for a given load?

A
  1. Determine required I_C from load specs
  2. Calculate I_B = I_C / h_FE
  3. Calculate V_RB = I_B × R_B
  4. Ensure V_IN = V_RB + 0.7V for saturation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the truth table for the logic system: A → NOT → AND ← B?

A

B | A | C | Q |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 0 | 0 |
| 1 | 0 | 1 | 1 |
| 1 | 1 | 0 | 0 |

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

How do comparators convert slow sensor signals to digital outputs?

A

They amplify tiny differences between inputs, saturating to VCC or 0V for fast transitions

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

What is the Boolean identity for De Morgan’s first law?

A

A·B = A + B

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

How do you protect a MOSFET from static damage?

A

Handle with anti-static precautions (wrist straps, conductive foam) as high input impedance makes them sensitive

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

What is the current through a zener diode when load is disconnected?

A

All resistor current flows through zener (I_Z = I_R)

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

How do you calculate power dissipation in a resistor?

A

P = V × I
or P = V²/R
or P = I²×R

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

What are the pin connections for a BC337 transistor?

A
  1. Collector
  2. Base
  3. Emitter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What is the Boolean expression for a traffic light system where Green = NOT A AND B?

A

Green = A·B

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

How do you implement an OR gate using only NAND gates?

A

OR = 3 NAND gates:
A──┐ │
NAND──┐ │
B──┘ │ NAND──Q
NAND──┘

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

What is the voltage across a reverse-biased silicon diode?

A

Nearly all supply voltage (only leakage current flows)

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

How do you select a MOSFET for high-current applications?

A
  1. Check maximum drain current rating
  2. Verify transconductance (g_m) meets requirements
  3. Consider cost vs. performance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What is the purpose of the resistor in a zener regulator circuit?

A

Limits current to protect zener and provides voltage drop (V_R = V_in - V_z)

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

How does a temperature-activated switch using a thermistor work?

A

Low temp: thermistor R high → V_IN > 0.7V → transistor ON → lamp on
High temp: thermistor R low → V_IN < 0.7V → transistor OFF → lamp off

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

What is the truth table for a 3-input system where Q=1 when A=1 and B=C=0?

A

C | B | A | Q |
| 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 1 |
| 0 | 1 | 0 | 0 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 0 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 0 |
| 1 | 1 | 1 | 0 |

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

What are the characteristics of the LM358 op-amp as a comparator?

A
  • Output current: 40mA max
  • High output: ~1V below VCC
  • Low output: ~10mV above 0V
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

How do you calculate series resistance for an LED?

A

R = (V_supply - V_LED) / I_LED
(typically limit I_LED to 20mA)

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

What is the Boolean expression for an XOR function?

A

Q = A·B + A·B

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

How do you identify redundant gates in NAND implementations?

A

Look for pairs of NAND inverters in series (double inversion cancels out)

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

What is the pinout for a 4081 CMOS AND gate IC?

A

Pins 1,2 → Gate 1 inputs
Pin 3 → Gate 1 output
Pins 4,5 → Gate 2 inputs
Pin 6 → Gate 2 output
Pin 7 → GND
Pins 8,9 → Gate 3 inputs
Pin 10 → Gate 3 output
Pins 11,12 → Gate 4 inputs
Pin 13 → Gate 4 output
Pin 14 → VDD

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

How does a voltage divider reference work in comparator circuits?

A

Sets switching threshold by dividing supply voltage (e.g., two equal resistors give V_ref = VCC/2)

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

What is the truth table for a NOR gate?

A

B | A | Q |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |

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

How do you calculate resistor value for transistor base?

A

R_B = (V_IN - 0.7V) / I_B
where I_B = I_C / h_FE

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

What are the key parameters when selecting a transistor?

A
  1. Maximum collector current (I_C)
  2. Current gain (h_FE)
  3. Cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

How does a MOSFET differ from a BJT in switching applications?

A

MOSFET: Voltage-controlled, high input impedance, no gate current
BJT: Current-controlled, requires base current

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

What is the Boolean expression for a NAND gate?

A

Q = A·B

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

How do you implement a NOT gate using NAND gates?

A

NOT = Single NAND with both inputs tied together:
A──┐
NAND──Q
A──┘

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

What is the purpose of a flyback diode in relay circuits?

A

Dissipates inductive kickback when relay de-energizes to protect switching transistor

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

How do you calculate zener current in a regulator?

A

I_Z = I_R - I_LOAD

48
Q

What is the truth table for a 2-input AND gate?

A

B | A | Q |
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |

49
Q

How does a comparator with hysteresis work?

A

Uses positive feedback to create two switching thresholds (reduces chatter)

50
Q

What are the three terminals of a MOSFET?

A

Gate (G), Drain (D), Source (S)

51
Q

How do you calculate power in a zener diode?

A

P_Z = V_Z × I_Z

52
Q

What is De Morgan’s second law in Boolean algebra?

A

A + B = A·B

53
Q

How do you design a light-sensing circuit with adjustable sensitivity?

A

Replace fixed resistor in voltage divider with a potentiometer (LDR + variable resistor)

54
Q

What is the truth table for a traffic light controller where Red=NOT B

55
Q

How do you calculate load current in a MOSFET switching circuit?

A

I_D = P_load / V_load
or I_D = V_load / R_load

56
Q

What is the Boolean expression for an AND gate?

57
Q

How does a thermistor-based temperature alarm work with a comparator?

A

Thermistor in voltage divider → comparator compares to reference → triggers when threshold crossed

58
Q

What are the three leads of a BJT transistor?

A

Emitter (E), Base (B), Collector (C)

59
Q

How do you determine if a transistor is saturated?

A

V_CE ≈ 0V and I_C no longer increases with I_B

60
Q

What is the purpose of a current-limiting resistor in a transistor base circuit?

A

Prevents excessive base current that could damage the transistor

61
Q

How do you implement a NOR gate using NAND gates?

A

NOR = 4 NAND gates:
A──┐ │
NAND──┐ │
B──┘ │ NAND──┐
NAND──┘ NAND──Q

62
Q

What is the voltage across a conducting silicon diode in series with a lamp?

A

V_diode ≈ 0.7V, V_lamp = V_supply - 0.7V

63
Q

How does a window comparator work?

A

Uses two comparators to detect when a signal is between two reference voltages

64
Q

What is the truth table for an OR gate?

A

B | A | Q |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |

65
Q

How do you calculate transconductance (g_m) of a MOSFET?

A

g_m = I_D / (V_GS - 3)

66
Q

What is the Boolean expression for an OR gate?

67
Q

How does a voltage regulator maintain constant output with varying load?

A

Zener diode maintains fixed voltage drop; resistor adjusts current flow to compensate for load changes

68
Q

What are the key parameters when selecting a zener diode?

A
  1. Zener voltage (V_Z)
  2. Power rating (P_Z = V_Z × I_Z_max)
  3. Holding current requirement
69
Q

How do you calculate base resistor value for saturation?

A

R_B = (V_IN - 0.7V) / (I_C / h_FE)

70
Q

What is the truth table for a NOT gate (inverter)?

A

A | Q |
| 0 | 1 |
| 1 | 0 |

71
Q

How does a NAND gate work as a universal gate?

A

Can create all other logic functions (AND, OR, NOT) through proper combinations of NAND gates

72
Q

What is the purpose of the emitter being grounded in transistor switching circuits?

A

Provides common reference point and completes current path for both base and collector currents

73
Q

How do you implement an AND gate using NOR gates?

A

AND = 3 NOR gates:
A──┐ │
NOR──┐ │
B──┘ │ NOR──Q
NOR──┘

74
Q

What is the Boolean expression for output Q in the truth table where Q=1 when A≠B?

A

Q = A·B + A·B

75
Q

How does a comparator interface with a MOSFET?

A

Comparator output drives MOSFET gate directly (no current limiting needed due to MOSFET’s high input impedance)

76
Q

What are the three regions of MOSFET operation?

A
  1. Cut-off (V_GS < threshold)
  2. Linear/Ohmic (small V_DS)
  3. Saturation (V_DS > V_GS - V_th)
77
Q

How do you calculate power dissipation in a transistor?

A

P = V_CE × I_C
(important to avoid overheating in linear region)

78
Q

What is the truth table for a 3-input AND gate?

A

C | B | A | Q |
| 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 0 | 0 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 0 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 0 |
| 1 | 1 | 1 | 1 |

79
Q

How does a pull-down resistor work in a logic input circuit?

A
  • When switch open: pulls input to 0V (logic 0)
  • When switch closed: connects input to VCC (logic 1)
80
Q

What is the Boolean expression for output Q in the truth table where Q=1 only when A=1 and B=0?

81
Q

How do you calculate the minimum zener resistor value?

A

R_min = (V_in - V_z) / (I_z_min + I_load_max)

82
Q

What are the characteristics of an ideal comparator?

A
  • Infinite gain
  • Instantaneous switching
  • Output swings rail-to-rail
83
Q

How does a transistor switch interface between logic and high-power loads?

A

Logic output provides small base current → transistor amplifies current to drive larger collector current through load

84
Q

What is the truth table for the logic system: A → OR ← B → AND ← C?

A

C | B | A | D | Q |
| 0 | 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 1 | 0 |
| 0 | 1 | 0 | 1 | 0 |
| 0 | 1 | 1 | 1 | 0 |
| 1 | 0 | 0 | 0 | 0 |
| 1 | 0 | 1 | 1 | 1 |
| 1 | 1 | 0 | 1 | 1 |
| 1 | 1 | 1 | 1 | 1 |

85
Q

How do you calculate the maximum load current for a zener regulator?

A

I_load_max = I_R - I_z_min
where I_R = (V_in - V_z)/R

86
Q

What is the Boolean expression for a NOR gate?

87
Q

How does a voltage follower (buffer) work in comparator circuits?

A

Provides high input impedance and low output impedance to prevent loading of reference voltage divider

88
Q

What are the key differences between TTL and CMOS logic families?

A

TTL: 5V operation, faster, more power
CMOS: 3-15V, slower, less power, more static-sensitive

89
Q

How do you implement a NAND gate using NOR gates?

A

NAND = 4 NOR gates:
A──┐ │
NOR──┐ │
B──┘ │ NOR──┐
NOR──┘ NOR──Q

90
Q

What is the truth table for a 2-input XOR gate?

A

B | A | Q |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |

91
Q

How does a transistor act as a current amplifier?

A

Small base current controls larger collector current (I_C = h_FE × I_B)

92
Q

What is the Boolean expression for output Q in the truth table where Q=1 when A=B?

A

Q = A·B + A·B

93
Q

How do you calculate the power supply current for a logic gate IC?

A

Sum of currents for all active gates in the package

94
Q

What are the three basic Boolean operations?

A
  1. AND (·)
  2. OR (+)
  3. NOT (¯)
95
Q

How does a zener diode maintain voltage regulation?

A

In reverse breakdown, voltage remains nearly constant despite current variations

96
Q

What is the truth table for the logic system: A → NAND ← B → NOR ← C?

A

C | B | A | D | Q |
| 0 | 0 | 0 | 1 | 0 |
| 0 | 0 | 1 | 1 | 0 |
| 0 | 1 | 0 | 1 | 0 |
| 0 | 1 | 1 | 0 | 1 |
| 1 | 0 | 0 | 1 | 0 |
| 1 | 0 | 1 | 1 | 0 |
| 1 | 1 | 0 | 1 | 0 |
| 1 | 1 | 1 | 0 | 1 |

97
Q

How do you calculate the maximum zener current?

A

I_z_max = P_z / V_z

98
Q

What is the Boolean expression for output Q in the truth table where Q=1 when majority of inputs are 1?

A

For 3 inputs: Q = A·B + A·C + B·C

99
Q

How does a transistor switch avoid operation in the linear region?

A

Ensure V_IN is either <0.7V (OFF) or sufficiently high for saturation (V_CE ≈ 0V)

100
Q

What are the key specifications for the IRF510 MOSFET?

A
  • Drain current: 5.6A max
  • g_m: 1S typical
  • Power: 40W
  • Package: TO-220AB
101
Q

How do you implement a NOR gate using NAND gates?

A

NOR = 4 NAND gates:
A──┐ │
NAND──┐ │
B──┘ │ NAND──┐
NAND──┘ NAND──Q

102
Q

What is the truth table for a 3-input OR gate?

A

C | B | A | Q |
| 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 1 |
| 0 | 1 | 0 | 1 |
| 0 | 1 | 1 | 1 |
| 1 | 0 | 0 | 1 |
| 1 | 0 | 1 | 1 |
| 1 | 1 | 0 | 1 |
| 1 | 1 | 1 | 1 |

103
Q

How does a MOSFET handle higher currents than a BJT?

A

Lower ON resistance (R_DS(on)) allows more current with less power dissipation

104
Q

What is the Boolean expression for output Q in the truth table where Q=1 when odd number of inputs are 1?

A

For 3 inputs: Q = A⊕B⊕C

105
Q

How do you calculate the power dissipated in a switching transistor?

A

P = V_CE(sat) × I_C
(very low when saturated)

106
Q

What are the characteristics of the BD437 transistor?

A
  • Collector current: 4A max
  • h_FE: 40 @ 2A
  • Package: TO-126
  • Cost: 30p
107
Q

How does a comparator with open-collector output work?

A

Requires pull-up resistor, can drive higher voltages than supply rail

108
Q

What is the truth table for the logic system: A → AND ← B → OR ← C?

A

C | B | A | D | Q |
| 0 | 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 0 | 0 |
| 0 | 1 | 0 | 0 | 0 |
| 0 | 1 | 1 | 1 | 1 |
| 1 | 0 | 0 | 0 | 1 |
| 1 | 0 | 1 | 0 | 1 |
| 1 | 1 | 0 | 0 | 1 |
| 1 | 1 | 1 | 1 | 1 |

109
Q

How do you calculate the minimum input voltage for a MOSFET switch?

A

V_GS_min = (I_D / g_m) + 3

110
Q

What is the Boolean expression for output Q in the truth table where Q=1 when all inputs are equal?

A

For 3 inputs: Q = A·B·C + A·B·C

111
Q

How does a zener diode protect against overvoltage?

A

Conducts heavily when voltage exceeds breakdown, clamping the voltage

112
Q

What are the key specifications for the BC337 transistor?

A
  • Collector current: 800mA max
  • h_FE: 100-250
  • Package: TO-92
  • Cost: 2p
113
Q

How do you implement an XOR gate using NAND gates?

A

XOR = 4 NAND gates:
A──┐ │ │
NAND──┐ │
B──┘ │ NAND──┐
NAND──┘ NAND──Q

114
Q

What is the truth table for a 2-input XNOR gate?

A

B | A | Q |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |

115
Q

How does a transistor switch provide isolation between control and load circuits?

A

Separate power supplies can be used for base and collector circuits

116
Q

What is the Boolean expression for output Q in the truth table where Q=1 when exactly two inputs are 1?

A

For 3 inputs: Q = A·B·C + A·B·C + A·B·C

117
Q

How do you calculate the power dissipated in a zener diode?

A

P_Z = V_Z × I_Z