🇺🇸 Principles and Practice of Engineering Exam (PE) · flashcards
Principles and Practice of Engineering Exam (PE) Electrical and Computer Engineering (PE Electrical) Flashcards
51 question-and-answer cards covering Electrical and Computer Engineering (PE Electrical) as it is examined in Principles and Practice of Engineering Exam (PE). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Electrical and Computer Engineering (PE Electrical) deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
List the standard categories of protective relay operating principles by the quantity they sense.
Overcurrent (current magnitude), differential (current in vs out), distance/impedance (V/I ratio), directional (power-flow direction), and over/under-voltage or frequency relays.
Explain the principle of differential (87) protection for a transformer or bus.
It compares current entering and leaving a protected zone; under normal/through-fault conditions they balance, but an internal fault creates a difference current $I_{diff} = |I_{in} - I_{out}|$ that trips the relay.
In overcurrent coordination, what does the coordination time interval (CTI) ensure between upstream and downstream devices?
The CTI (typically 0.2-0.4 s) ensures the downstream (closer-to-fault) device operates first, giving selectivity so only the faulted section is isolated.
What are the three symmetrical components used to analyze unbalanced three-phase faults?
Positive-sequence, negative-sequence, and zero-sequence components. For a single line-to-ground fault the three sequence networks connect in series.
Give the formula for symmetrical three-phase fault current using per-unit Thevenin impedance.
$I_{fault,pu} = \dfrac{V_{pu}}{Z_{th,pu}}$ (often $\approx \dfrac{1.0}{Z_{th}}$), then multiply by base current to get amperes.
Which code governs electrical installations in the U.S., and what is its formal designation?
The National Electrical Code (NEC), published as NFPA 70, which sets minimum requirements for safe electrical wiring and equipment installation.
Per the NEC, define ampacity and the general continuous-load conductor sizing rule.
Ampacity is the maximum current a conductor can carry continuously without exceeding its temperature rating. Conductors/overcurrent devices must be sized for at least 125% of continuous load: $I \geq 1.25\,I_{continuous}$.
What is the purpose of equipment grounding versus system (neutral) grounding?
Equipment grounding bonds non-current-carrying metal to provide a fault-current path that trips protection and limits touch voltage. System grounding references the neutral to earth to stabilize voltage and control overvoltages.
Write the diode Shockley equation and state the ideal-diode approximation.
$I = I_S\left(e^{\frac{V}{nV_T}} - 1\right)$, with $V_T = \dfrac{kT}{q}\approx 26\ \text{mV}$ at room temperature. Ideal approximation: conducts when forward biased, blocks when reverse biased.
State the conditions for a BJT to operate in the active region and the relation between collector and base current.
Active region: base-emitter junction forward biased, base-collector reverse biased. $I_C = \beta I_B$ and $I_E = I_C + I_B = (\beta+1)I_B$.
Give the saturation-region drain current equation for an n-channel MOSFET.
$I_D = \dfrac{1}{2}\mu_n C_{ox}\dfrac{W}{L}\left(V_{GS} - V_{th}\right)^{2}$, valid when $V_{GS} > V_{th}$ and $V_{DS} \geq V_{GS} - V_{th}$.
For an ideal op-amp with negative feedback, state the two 'golden rules' and the inverting-amplifier gain.
Rules: (1) no current flows into the inputs; (2) the inputs are at the same voltage (virtual short). Inverting gain: $\dfrac{V_{out}}{V_{in}} = -\dfrac{R_f}{R_{in}}$.
State the Nyquist-Shannon sampling theorem.
To reconstruct a signal without aliasing, the sampling frequency must exceed twice the highest frequency component: $f_s > 2 f_{max}$ (the Nyquist rate is $2 f_{max}$).
Write the definition of the continuous-time Fourier transform and the Laplace transform.
Fourier: $X(\omega) = \int_{-\infty}^{\infty} x(t)e^{-j\omega t}\,dt$. Laplace: $X(s) = \int_{0}^{\infty} x(t)e^{-st}\,dt$, with $s = \sigma + j\omega$.
Define the convolution of an LTI system's input with its impulse response, and what it computes.
$y(t) = x(t)*h(t) = \int_{-\infty}^{\infty} x(\tau)h(t-\tau)\,d\tau$. It gives the system output for any input from the impulse response $h(t)$.
For a feedback control system with forward gain $G$ and feedback $H$, write the closed-loop transfer function.
$\dfrac{Y(s)}{R(s)} = \dfrac{G(s)}{1 + G(s)H(s)}$. The characteristic equation is $1 + G(s)H(s) = 0$.
State the condition for stability of an LTI system in terms of pole locations (continuous time).
All poles of the transfer function must lie in the open left half of the s-plane (negative real parts). A pole in the right half-plane makes the system unstable.
For a standard second-order system, relate damping ratio $\zeta$ to the response type and write the natural/damped frequency relation.
$\zeta < 1$ underdamped (oscillatory), $\zeta = 1$ critically damped, $\zeta > 1$ overdamped. Damped frequency: $\omega_d = \omega_n\sqrt{1-\zeta^{2}}$.
Define gain margin and phase margin as used in control-loop stability analysis.
Gain margin: additional gain (dB) at the phase-crossover frequency (where phase $=-180^\circ$) before instability. Phase margin: additional phase lag at the gain-crossover frequency (where $|GH|=1$) before reaching $-180^\circ$.
Compare amplitude modulation (AM) and frequency modulation (FM) and give the AM total transmitted power relation.
AM varies carrier amplitude with the message; FM varies carrier frequency. FM resists noise better but uses more bandwidth. AM power: $P_t = P_c\left(1 + \dfrac{m^{2}}{2}\right)$ for modulation index $m$.
State the Shannon-Hartley channel capacity theorem.
$C = B\log_2\left(1 + \dfrac{S}{N}\right)$ bits/s, where $B$ is bandwidth and $S/N$ the signal-to-noise power ratio. It sets the maximum error-free data rate.
Convert a logic gate count: write the Boolean theorems known as De Morgan's laws.
$\overline{A\cdot B} = \overline{A} + \overline{B}$ and $\overline{A + B} = \overline{A}\cdot\overline{B}$. They convert AND to OR (and vice versa) through complementation.
In digital systems, how many distinct states does an $n$-bit register hold, and what is the largest unsigned value it can store?
It holds $2^{n}$ distinct states, with maximum unsigned value $2^{n} - 1$.
State Amdahl's law for the speedup from parallelizing a fraction $p$ of a program across $N$ processors.
$S = \dfrac{1}{(1-p) + \dfrac{p}{N}}$; as $N\to\infty$, speedup is limited to $\dfrac{1}{1-p}$ by the serial fraction.
What this deck covers
The Electrical and Computer Engineering (PE Electrical) deck follows the Principles and Practice of Engineering Exam (PE) Electrical and Computer Engineering (PE Electrical) syllabus — 4 chapters and 13 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 12.8 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 162 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Electrical and Computer Engineering (PE Electrical) flashcards FAQ
How many Electrical and Computer Engineering (PE Electrical) flashcards are in this Principles and Practice of Engineering Exam (PE) deck?
51 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these Principles and Practice of Engineering Exam (PE) flashcards free?
Yes. The preview here is free to read with no signup, and the full 51-card deck is free inside the Examius app.
What do the Electrical and Computer Engineering (PE Electrical) cards cover?
They follow the Principles and Practice of Engineering Exam (PE) Electrical and Computer Engineering (PE Electrical) syllabus — 4 chapters and 13 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.