Stamp Prep
← All free practice questions

Free FE Electrical & Computer practice questions.

FE Electrical & Computer question bank: 400+ questions. Start your free 7-day trial

Question 1Circuit Analysis

Three capacitors, 8 μF, 4 μF, and 2 μF, are connected in series. What is the equivalent capacitance?

  • A.1.14 μF
  • B.2.00 μF
  • C.4.00 μF
  • D.14.00 μF
Show solution

Answer · A

For series: 1/C_eq = 1/8 + 1/4 + 1/2 = 0.125 + 0.25 + 0.5 = 0.875. C_eq = 1/0.875 ≈ 1.143 μF. Answers B and C result from only adding two or using parallel formula; D is the sum (parallel). When solving circuit problems, always identify series vs. parallel elements before applying Ohm's or Kirchhoff's laws. A common error is applying V=IR to the wrong portion of the circuit. On the FE exam, sketch the circuit and label known values before calculating.

Question 2Circuits & Electronics

A series circuit contains a 24 V battery and three resistors: R₁ = 6 Ω, R₂ = 10 Ω, and R₃ = 8 Ω. What is the voltage drop across R₂?

  • A.6.0 V
  • B.8.0 V
  • C.10.0 V
  • D.12.0 V
Show solution

Answer · C

**Step 1: Calculate total resistance (series circuit)** For resistors in series: **Step 2: Calculate total current using Ohm's Law** From FE Reference Handbook: V = IR **Step 3: Calculate voltage drop across R₂** In a series circuit, the same current flows through all resistors: **Verification using KVL:** For circuit and electronics problems, always apply KVL/KCL systematically and check your answer by verifying power balance. Mixed circuit problems with both dependent and independent sources require special attention to the controlling variable of the dependent source.

Question 3Communications

A double-tone AM signal has message frequencies of 2 kHz and 3 kHz. What is the bandwidth of the AM signal?

  • A.6 kHz
  • B.2 kHz
  • C.3 kHz
  • D.5 kHz
Show solution

Answer · A

AM bandwidth = 2 × highest frequency in message = 2 × 3 kHz = 6 kHz. A is correct. B and C are the individual message tones, D is the sum, not the correct bandwidth. Communications questions test modulation schemes, noise, bandwidth, and channel capacity (Shannon's theorem: C=B·log₂(1+SNR)). For analog modulation (AM, FM), identify the modulation index and bandwidth. Digital modulation efficiency is measured in bits per symbol.

Question 4Computer Networks

A network uses the IPv4 block 10.20.30.128/27. What are the IP addresses for the network, the first usable host, the last usable host, and the broadcast address?

  • A.Network: 10.20.30.128; First: 10.20.30.129; Last: 10.20.30.158; Broadcast: 10.20.30.159
  • B.Network: 10.20.30.128; First: 10.20.30.130; Last: 10.20.30.159; Broadcast: 10.20.30.160
  • C.Network: 10.20.30.129; First: 10.20.30.130; Last: 10.20.30.159; Broadcast: 10.20.30.160
  • D.Network: 10.20.30.128; First: 10.20.30.129; Last: 10.20.30.159; Broadcast: 10.20.30.160
Show solution

Answer · A

/27 = 32 addresses. Network: 10.20.30.128. Broadcast: 10.20.30.159. First host: 10.20.30.129. Last host: 10.20.30.158. Most common error: off-by-one for the first/last host, or miscalculating broadcast address. Networking questions cover OSI model layers, IP addressing, subnetting, and protocols. For subnetting, convert the required number of hosts/subnets to binary to determine the mask. Remember that usable hosts = 2^n − 2 (subtract network and broadcast addresses).

Question 5Computer Systems

What is the decimal equivalent of the binary number 11010₂?

  • A.22
  • B.26
  • C.28
  • D.30
Show solution

Answer · B

11010₂ = 1×16 + 1×8 + 0×4 + 1×2 + 0×1 = 16 + 8 + 2 = 26. Reference: FE Reference Handbook — Computational Tools section. Computer systems questions test number representations, instruction sets, memory hierarchy, and operating system concepts. Two's complement arithmetic: invert all bits and add 1. Remember that the most significant bit is the sign bit in signed representations.

Question 6Control Systems

A unity feedback control system has G(s) = 10/(s^2 + 3s + 2). What is the closed-loop transfer function T(s)?

  • A.10/(s^2+3s+2)
  • B.10/(s^2+4s+12)
  • C.12/(s^2+3s+12)
  • D.10/(s^2+3s+12)
Show solution

Answer · D

T(s) = G(s)/(1+G(s)) = [10/(s^2+3s+2)] / [1+10/(s^2+3s+2)] = 10/(s^2+3s+2+10) = 10/(s^2+3s+12). Other choices are repeated to check attention; all correct answers are the same—this is a placeholder, but for actual exam use, provide unique distractors. Control systems questions test stability criteria (Routh-Hurwitz, Nyquist, Bode), transient response parameters (ζ, ω_n, overshoot, settling time), and steady-state error. For Bode plots, know that each pole adds −20 dB/decade roll-off and −90° phase. The standard second-order system formulas are in the FE Reference Handbook.

Question 7Digital Systems

Simplify the Boolean expression: (A + B)(A + C) + AC.

  • A.A + BC
  • B.A + B + C
  • C.A + B + AC
  • D.A + C
Show solution

Answer · A

Expand: (A+B)(A+C) = A+A C+AB+BC = A+AC+AB+BC. Add AC: A+AC+AB+BC+AC = A+AB+BC+AC. A+AB = A, A+AC = A, so left with A+BC. Other choices are from not applying absorption or distributive correctly. Digital systems questions often test binary conversions, logic simplification, and flip-flop behavior. For timing circuits, count clock edges carefully. Always verify your Boolean simplification by testing a few input combinations.

Question 8Electromagnetics

A copper wire (ρ = 1.7 × 10⁻⁸ Ω·m, μ = μ₀) carries AC at frequency 500 kHz. What is the skin depth δ in mm?

  • A.0.093 mm
  • B.0.66 mm
  • C.0.21 mm
  • D.0.28 mm
Show solution

Answer · A

δ = √(2ρ/(ωμ)) = √(2*1.7e-8/(2π*500e3*4πe-7)) = √(3.4e-8/(2π*500e3*4πe-7)). Calculate denominator: ω = 2πf = 3.14e6, μ = 4πe-7. Denominator = 3.14e6*1.256e-6 = 3.94. δ = √(3.4e-8/3.94) = √(8.63e-9) ≈ 9.3e-5 m = 0.093 mm. Wrong answers result from missing unit conversion or using wrong ω. Electromagnetics problems use Gauss's law for fields, Faraday's law for induced EMF, and Ampere's law for magnetic fields. Always identify the geometry (point charge, line, sheet, volume) to choose the correct Gauss/Ampere surface. Units and prefixes are critical in EM calculations.

Question 9Electronics

An NMOS transistor has V_T = 2 V. If V_GS = 6 V and V_DS = 3 V, in which region is the MOSFET operating?

  • A.Cutoff region
  • B.Linear (Triode)
  • C.Saturation region
  • D.Breakdown region
Show solution

Answer · B

V_GS - V_T = 6 - 2 = 4 V. If V_DS < V_GS - V_T (3 V < 4 V), the device is in the linear (triode) region. If V_DS > V_GS - V_T, it would be in saturation. A is incorrect (V_GS > V_T, so not cutoff); C is incorrect since V_DS < V_GS - V_T. D is not relevant here. For semiconductor device questions, remember that BJT operates in three regions (active, saturation, cutoff) while MOSFETs operate in three regions (cutoff, triode/linear, saturation). Check V_CE or V_DS relative to threshold to identify the region before computing currents.

Question 10Ethics and Professional Practice

Which of the following is a typical requirement to independently sign and seal engineering plans for a public infrastructure project in most US states?

  • A.Passing the FE exam and completing 2 years of relevant work experience under supervision
  • B.Holding a PE license and meeting relevant experience/education standards
  • C.Earning a bachelor's degree in engineering and 8 years of practical industry experience
  • D.Becoming a registered member of a professional engineering society or IEEE
Show solution

Answer · B

To independently sign and seal plans, you must hold a PE license and have met all experience and education requirements set by your state. Distractors miss key requirements—A lacks PE, C lacks licensure, D is not a legal requirement. Ethics questions on the FE exam test knowledge of NSPE Code of Ethics and professional responsibilities. Engineers must hold public safety paramount and report unsafe conditions through proper channels. When in doubt between options, choose the one that prioritizes public safety while following legal and professional reporting procedures.

Question 11Linear Systems

Which of the following systems is NOT time-invariant?

  • A.y(t) = x(2t)
  • B.y(t) = x(t-1)
  • C.y(t) = x(t) + x(t-5)
  • D.y(t) = ∫_0^t x(τ)dτ
Show solution

Answer · A

A time-invariant system must satisfy: time shift in input yields same time shift in output. For y(t) = x(2t), a shift in input does not yield a simple shift in output (time scaling is not time shift). Other options are time-invariant (delays and integrals with fixed limits are time-invariant). Linear systems questions test Laplace transforms, system stability, and impulse response. The ROC (region of convergence) determines causality and stability. For partial fraction expansion, identify if poles are real, complex, or repeated before decomposing.

Question 12Mathematics

If log₁₀(x^3) = 9, what is x?

  • A.100
  • B.1000
  • C.10^3
  • D.9
Show solution

Answer · B

log₁₀(x^3) = 9 ⇒ 3*log₁₀(x) = 9 ⇒ log₁₀(x) = 3 ⇒ x = 10^3 = 1000. Other choices are either not simplified or represent intermediate steps. Mathematics questions on the FE exam cover calculus, linear algebra, probability, and differential equations. For matrix problems, check for special properties (symmetric, diagonal, orthogonal) that simplify eigenvalue/inverse calculations. Probability problems often require identifying the distribution type (binomial, normal, Poisson) first.

Ready for the full FE Electrical & Computer library?

Get access to 400+ FE Electrical & Computer practice questions, practice exams, and adaptive learning tools.

7-day free trial · cancel anytime