ASVAB Electronics Practice Test 1 3 — Questions and Answers
Question 1: In a series circuit with three resistors of 10Ω, 20Ω, and 30Ω connected to a 12V battery, what is the total current flowing through the circuit?
- 0.2 A (Correct answer)
- 6 A
- 1.2 A
- 0.5 A
Correct answer: 0.2 A
Total resistance in series = 10 + 20 + 30 = 60Ω. Using Ohm's Law: I = V/R = 12/60 = 0.2 amperes.
In a series circuit, all components share the same current path, meaning the same current flows through every component. The total resistance is the sum of all individual resistances: R_total = R1 + R2 + R3 = 10 + 20 + 30 = 60Ω. Applying Ohm's Law: I = V / R_total = 12V / 60Ω = 0.2 amperes (200 milliamperes). This same 0.2A flows through each resistor in the series circuit. The voltage drops across each resistor can be found using Ohm's Law for each: V1 = 0.2 × 10 = 2V, V2 = 0.2 × 20 = 4V, V3 = 0.2 × 30 = 6V. Verify: 2 + 4 + 6 = 12V (equals source voltage). ✓ Kirchhoff's Voltage Law (KVL) states that the sum of voltage drops around a loop equals the source voltage — this verification confirms the answer. Series circuits are used where you want the same current through all components, such as in old-style Christmas lights (though this meant one burned bulb killed the whole string) and in certain sensor configurations.
Question 2: What is the function of a capacitor in an electronic circuit?
- Amplify electrical signals
- Store electrical charge and release it when needed (Correct answer)
- Convert AC to DC current
- Increase resistance in the circuit
Correct answer: Store electrical charge and release it when needed
A capacitor stores electrical energy in an electric field between two conductive plates separated by an insulating material (dielectric), releasing the stored energy when needed by the circuit.
A capacitor consists of two conductive plates separated by an insulating material called a dielectric (air, ceramic, plastic film, or electrolyte). When voltage is applied, electric charge accumulates on the plates — positive charge on one plate, negative on the other — creating an electric field in the dielectric. This stored charge represents stored energy. Capacitors perform several functions in circuits: Energy storage and filtering — capacitors smooth out voltage fluctuations in power supplies, absorbing brief voltage spikes and filling in voltage sags. Timing — in RC (resistor-capacitor) circuits, the time for a capacitor to charge or discharge through a resistor creates precise time delays, used in oscillators, timing circuits, and pulse generation. Coupling — capacitors block DC while passing AC signals, allowing AC signal stages to be connected without DC bias from one stage affecting another. Decoupling/bypass — capacitors bypass AC noise to ground, keeping power supply lines clean. Capacitance is measured in farads (F), though typical values are in microfarads (μF, 10⁻⁶F) or picofarads (pF, 10⁻¹²F). Energy stored in a capacitor = ½CV², where C is capacitance and V is voltage. Large capacitors (used in flash photography, defibrillators, and railguns) can store significant energy and release it almost instantly.
Question 3: What does 'impedance' mean in an AC circuit?
- The resistance of only the capacitors in the circuit
- The total opposition to current flow including resistance and reactance (Correct answer)
- The power factor of the circuit
- The frequency-dependent voltage in the circuit
Correct answer: The total opposition to current flow including resistance and reactance
Impedance is the total opposition to AC current flow, combining both resistance (from resistors, measured in ohms) and reactance (from capacitors and inductors, also in ohms) into a single complex quantity.
In AC circuits, current flow is opposed by three types of elements: Resistance (R) — from resistors, wire resistance, and component resistance. It dissipates energy as heat and is frequency-independent. Capacitive Reactance (Xc) — opposition from capacitors. Xc = 1/(2πfC), where f is frequency and C is capacitance. Capacitors impede low-frequency AC more than high-frequency. Inductive Reactance (XL) — opposition from inductors (coils). XL = 2πfL, where L is inductance. Inductors impede high-frequency AC more than low-frequency. Impedance (Z) combines all three: Z = √(R² + (XL - Xc)²). It's measured in ohms and represents the total opposition to AC flow. Ohm's Law for AC circuits uses impedance: I = V/Z. The phase relationship between voltage and current also depends on impedance: in a purely resistive circuit, voltage and current are in phase. In a capacitive circuit, current leads voltage by up to 90°. In an inductive circuit, current lags voltage by up to 90°. Impedance matching is critical in audio, RF (radio frequency), and transmission line applications. When the source impedance matches the load impedance, maximum power transfer occurs — this is why audio amplifiers and speakers must have matching impedances, and why RF transmission lines, antennas, and receivers must be impedance-matched.
Question 4: In digital electronics, what logic operation does a NAND gate perform?
- It outputs HIGH only when ALL inputs are HIGH
- It outputs LOW only when ALL inputs are HIGH; otherwise outputs HIGH (Correct answer)
- It outputs HIGH when ANY input is HIGH
- It inverts the single input signal
Correct answer: It outputs LOW only when ALL inputs are HIGH; otherwise outputs HIGH
A NAND gate (NOT-AND) outputs LOW only when ALL inputs are simultaneously HIGH. For any other combination (at least one LOW input), it outputs HIGH. It is the inverse of an AND gate.
A NAND gate combines the AND gate function with an inverter (NOT gate): AND gate first, then invert the result. Truth table for 2-input NAND: • A=0, B=0 → AND=0 → NAND output=1 (HIGH) • A=0, B=1 → AND=0 → NAND output=1 (HIGH) • A=1, B=0 → AND=0 → NAND output=1 (HIGH) • A=1, B=1 → AND=1 → NAND output=0 (LOW) The NAND gate outputs LOW only when all inputs are HIGH — any LOW input produces a HIGH output. This is the inverse of the AND gate, which outputs HIGH only when all inputs are HIGH. NAND gates are extremely important in digital logic for a remarkable reason: NAND gates are 'universal' — any other logic function (AND, OR, NOT, NOR, XOR, XNOR) can be built from NAND gates alone. This makes NAND a fundamental building block in IC design. Many digital systems are built entirely with NAND gates for manufacturing simplicity. Similarly, NOR gates are also universal. In contrast, AND and OR gates alone are not universal. The logic symbols and Boolean algebra expressions are important: NAND is written as Y = ¬(A·B) or Y = A↑B (using the Sheffer stroke notation).
Question 5: What is the primary difference between a BJT (Bipolar Junction Transistor) and a MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor)?
- BJTs are analog devices; MOSFETs are digital-only devices
- BJTs are controlled by base current; MOSFETs are controlled by gate voltage (Correct answer)
- BJTs are faster than MOSFETs at all frequencies
- MOSFETs require more power to operate than BJTs
Correct answer: BJTs are controlled by base current; MOSFETs are controlled by gate voltage
A BJT is a current-controlled device where base current controls collector current. A MOSFET is a voltage-controlled device where gate voltage controls drain current — the gate draws essentially no current due to the insulating oxide layer.
BJTs and MOSFETs are the two dominant transistor types, each with distinct operating principles: BJT (Bipolar Junction Transistor): Has three terminals — Base (B), Collector (C), Emitter (E). Operation: a small base current (IB) controls a much larger collector current (IC). Current gain β = IC/IB, typically 100-500. The base-emitter junction is forward-biased (≈0.7V for silicon). BJTs are current-controlled devices. They conduct in both directions, have good linearity, and have been the dominant transistor in analog circuits. MOSFET (Metal-Oxide-Semiconductor FET): Has three terminals — Gate (G), Drain (D), Source (S). Operation: a gate voltage (VGS) controls drain current (ID). The gate is insulated from the channel by a thin oxide layer (SiO2), so gate current is essentially zero (picoamperes). MOSFETs are voltage-controlled devices. Because they draw no input current, they're ideal for digital logic (less drive power needed), high-frequency switching, and CMOS circuits. Power MOSFETs are dominant in switching power supplies and motor drives due to their fast switching and low on-resistance. MOSFETs have largely displaced BJTs in digital circuits and many power applications, while BJTs remain important in precision analog circuits, RF amplifiers, and applications requiring the BJT's specific characteristics.
Question 6: What is the purpose of a ground in an electrical circuit?
- Ground increases the voltage of the circuit
- Ground provides a common reference point and safety path for fault currents (Correct answer)
- Ground increases the resistance of the circuit to prevent overload
- Ground stores excess electrical energy from the circuit
Correct answer: Ground provides a common reference point and safety path for fault currents
Ground (earth ground or circuit common) provides a 0V reference point for all voltage measurements in the circuit and, in safety systems, provides a low-resistance path for fault currents to flow safely to earth rather than through a person.
Ground in electrical systems serves multiple important functions depending on context: Circuit reference (signal/logic ground): In electronic circuits, 'ground' or 'common' is the 0V reference point from which all other voltages are measured. Every voltage measurement is relative to this reference — there's no such thing as an absolute voltage, only a voltage difference. Without a common reference, voltage measurements are meaningless. Safety ground (earth ground): In AC power systems, the safety ground connects the metal chassis of equipment to earth ground via the green (or bare) wire in electrical wiring. Under normal operation, no current flows in the safety ground. If a fault occurs (a hot wire contacts the chassis), current flows through the low-resistance safety ground path instead of through a person who touches the chassis, preventing electrocution. This causes the circuit breaker to trip. Noise reduction: Proper grounding and ground planes in PCB design reduce electromagnetic interference (EMI) and provide stable voltage references for sensitive analog circuits. Ground loops occur when multiple paths to ground exist with different impedances, causing small currents to flow in the ground path — this can cause hum in audio systems. Proper grounding technique (star grounding, single-point ground) prevents ground loops.
In a series circuit with three resistors of 10Ω, 20Ω, and 30Ω connected to a 12V battery, what is the total current flowing through the circuit?