Bird
0
0
PCB Designbi_tool~20 mins

Impedance-controlled traces in PCB Design - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Impedance Control Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding the purpose of impedance-controlled traces

Why are impedance-controlled traces important in PCB design?

AThey simplify the PCB manufacturing process by using standard trace widths.
BThey reduce the physical size of the PCB by allowing tighter trace spacing.
CThey increase the power handling capacity of the PCB traces.
DThey help maintain signal integrity by controlling signal reflections and losses.
Attempts:
2 left
💡 Hint

Think about how signals behave on high-speed circuits and what problems impedance mismatch causes.

data_modeling
intermediate
2:00remaining
Calculating trace impedance with given parameters

Given a microstrip trace with width 0.3 mm, dielectric thickness 0.2 mm, and dielectric constant 4.5, which formula correctly estimates the characteristic impedance?

AZ0 = (50 / sqrt(Er)) * ln(6 * H / (W + T))
BZ0 = (87 / sqrt(Er + 1.41)) * ln(5.98 * H / (0.8 * W + T))
CZ0 = (60 / sqrt(Er)) * ln(4 * H / (0.67 * W + T))
DZ0 = (70 / sqrt(Er + 1)) * ln(5 * H / (0.9 * W + T))
Attempts:
2 left
💡 Hint

Recall the common microstrip impedance formula involving logarithms and dielectric constant.

visualization
advanced
2:00remaining
Identifying impedance-controlled trace in PCB layout

Which of the following PCB layout images best represents an impedance-controlled microstrip trace?

AA trace with uniform width and a consistent ground plane beneath it.
BA trace with varying width and no ground plane nearby.
CA trace with uniform width but multiple vias interrupting the ground plane.
DA trace with tapered width and no controlled dielectric thickness.
Attempts:
2 left
💡 Hint

Impedance control requires consistent geometry and a stable reference plane.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting impedance mismatch in a PCB trace

A high-speed signal trace shows unexpected reflections. The trace width and dielectric thickness match design specs, but the impedance is off. What is the most likely cause?

AThe solder mask color affects the impedance.
BThe copper thickness of the trace is too high.
CThe ground plane beneath the trace is interrupted by vias or splits.
DThe trace length is too short.
Attempts:
2 left
💡 Hint

Consider what affects the reference plane continuity under the trace.

🎯 Scenario
expert
3:00remaining
Designing impedance-controlled differential pairs

You need to design a differential pair with 100 Ω differential impedance on a PCB. Which approach best achieves this?

AUse two identical microstrip traces spaced closely with controlled width and spacing, referencing the same ground plane.
BUse two traces with different widths and place them on separate layers without a common reference plane.
CUse a single wide trace split into two with no spacing control.
DUse two traces with controlled width but no concern for spacing or reference plane.
Attempts:
2 left
💡 Hint

Think about how differential impedance depends on trace width, spacing, and reference plane.