Q. 1
Electronics Engineering
Difficulty: Easy
(1 Mark)
A linear time-invariant (LTI) continuous-time system is BIBO (Bounded-Input Bounded-Output) stable if and only if:
💡
Step-by-Step Explanation & Concept Rationale
For an LTI continuous system to be BIBO stable, all poles of the transfer function must have negative real parts, meaning they must lie strictly in the open left-half of the s-plane.
Q. 2
Electronics Engineering
Difficulty: Easy
(1 Mark)
In a discrete-time LTI system with transfer function H(z), BIBO stability requires that all system poles lie:
💡
Step-by-Step Explanation & Concept Rationale
In discrete-time systems, the stable region in the s-plane (Re(s) < 0) maps into the interior of the unit circle in the z-plane (|z| < 1).
Q. 3
Electronics Engineering
Difficulty: Medium
(1 Mark)
In the Routh-Hurwitz stability criterion, the number of sign changes in the first column of the Routh array equals:
💡
Step-by-Step Explanation & Concept Rationale
According to the Routh-Hurwitz theorem, the number of roots of the characteristic equation with positive real parts (RHP poles) is exactly equal to the number of sign changes in the first column of the Routh array.
Q. 4
Electronics Engineering
Difficulty: Easy
(1 Mark)
For a standard second-order system with transfer function G(s) = omega_n^2 / (s^2 + 2*zeta*omega_n*s + omega_n^2), what is the system response when damping ratio zeta = 0?
💡
Step-by-Step Explanation & Concept Rationale
When zeta = 0, the roots are s = +-j*omega_n (purely imaginary), causing undamped, perpetual sinusoidal oscillation at the natural frequency omega_n.
Q. 5
Electronics Engineering
Difficulty: Easy
(1 Mark)
A standard second-order control system is critically damped when the damping ratio zeta is equal to:
💡
Step-by-Step Explanation & Concept Rationale
When zeta = 1, the system is critically damped: two repeated real roots at s = -omega_n, giving the fastest response possible without overshoot.
Q. 6
Electronics Engineering
Difficulty: Medium
(1 Mark)
What is the steady-state error of a Type-1 control system subjected to a unit step input?
💡
Step-by-Step Explanation & Concept Rationale
A Type-1 system has one integrator (pole at origin) in open loop, giving an infinite position error constant (Kp = infinity). Therefore, ess = 1 / (1 + Kp) = 0.
Q. 7
Electronics Engineering
Difficulty: Medium
(1 Mark)
In a Bode plot, Phase Margin (PM) is defined as:
💡
Step-by-Step Explanation & Concept Rationale
Phase Margin PM = 180° + phi_gc, where phi_gc is the phase of the open-loop frequency response at the gain crossover frequency (where |G(j*omega)| = 1 or 0 dB).
Q. 8
Electronics Engineering
Difficulty: Medium
(1 Mark)
Gain Margin (GM) in decibels is measured at which frequency on a Bode diagram?
💡
Step-by-Step Explanation & Concept Rationale
Gain Margin GM = -20 * log10|G(j*omega_pc)|, measured at the phase crossover frequency omega_pc where the phase crosses -180 degrees.
Q. 9
Electronics Engineering
Difficulty: Hard
(1 Mark)
According to the Nyquist stability criterion, the number of unstable closed-loop poles Z in the RHP is given by:
💡
Step-by-Step Explanation & Concept Rationale
Nyquist criterion: N = Z - P, where N is the number of clockwise encirclements of the critical point (-1+j0). Therefore, the number of unstable closed-loop poles is Z = N + P. For stability, Z must be 0, requiring N = -P (P counter-clockwise encirclements).
Q. 10
Electronics Engineering
Difficulty: Medium
(1 Mark)
A lead compensator is primarily used in control system design to:
💡
Step-by-Step Explanation & Concept Rationale
A lead compensator adds positive phase (lead angle) near the gain crossover frequency, increasing the phase margin and bandwidth, which speeds up transient response and improves stability.
Q. 11
Electronics Engineering
Difficulty: Medium
(1 Mark)
What is the role of a lag compensator in control systems?
💡
Step-by-Step Explanation & Concept Rationale
A lag compensator provides high gain at low frequencies to minimize steady-state error while attenuating high frequencies, maintaining phase margin without sacrificing stability.
Q. 12
Electronics Engineering
Difficulty: Easy
(1 Mark)
In PID controllers, adding the Derivative (D) control action provides:
💡
Step-by-Step Explanation & Concept Rationale
The derivative action responds to the rate of change of error, acting as an anticipatory brake that adds damping, reduces overshoot, and speeds settling time.
Q. 13
Electronics Engineering
Difficulty: Easy
(1 Mark)
What is the primary drawback of adding Derivative (D) control in practical closed-loop loops?
💡
Step-by-Step Explanation & Concept Rationale
Because differentiation multiplies amplitude by frequency (omega), high-frequency sensor noise is heavily amplified, often requiring a low-pass filter on the derivative term.
Q. 14
Electronics Engineering
Difficulty: Easy
(1 Mark)
The Nyquist sampling theorem states that an analog signal with highest frequency component fmax can be uniquely reconstructed from its samples if the sampling frequency fs satisfies:
💡
Step-by-Step Explanation & Concept Rationale
Nyquist-Shannon sampling theorem requires the sampling rate fs to be at least twice the maximum frequency component fmax (fs >= 2*fmax) to prevent aliasing.
Q. 15
Electronics Engineering
Difficulty: Easy
(1 Mark)
What type of filter must precede an Analog-to-Digital Converter (ADC) to prevent frequency components above fs / 2 from folding into the baseband?
💡
Step-by-Step Explanation & Concept Rationale
An analog anti-aliasing low-pass filter attenuates all frequencies above the Nyquist frequency (fs/2) before sampling, preventing aliased distortion.
Q. 16
Electronics Engineering
Difficulty: Medium
(1 Mark)
What is the fundamental difference between an FIR (Finite Impulse Response) filter and an IIR (Infinite Impulse Response) digital filter?
💡
Step-by-Step Explanation & Concept Rationale
FIR filters rely solely on present and past inputs (feedforward only), ensuring unconditional stability and exact linear phase. IIR filters utilize recursive feedback, offering sharper cutoff with fewer coefficients but risking phase distortion or instability.
Q. 17
Electronics Engineering
Difficulty: Easy
(1 Mark)
The Discrete Fourier Transform (DFT) of an N-point sequence requires O(N^2) complex multiplications. Using the Fast Fourier Transform (FFT) Cooley-Tukey algorithm, the computational complexity is reduced to:
💡
Step-by-Step Explanation & Concept Rationale
The Cooley-Tukey radix-2 FFT reduces the computational complexity from O(N^2) to O(N * log2(N)), making real-time digital spectral analysis feasible.
Q. 18
Electronics Engineering
Difficulty: Hard
(1 Mark)
The bilinear transform method maps an analog s-plane transfer function to a digital z-plane transfer function using which substitution?
💡
Step-by-Step Explanation & Concept Rationale
The bilinear transformation utilizes the trapezoidal rule approximation: s = (2/T) * (1 - z^(-1)) / (1 + z^(-1)) = (2/T) * (z - 1) / (z + 1), mapping the entire left-half s-plane inside the unit circle.
Q. 19
Electronics Engineering
Difficulty: Hard
(1 Mark)
What undesirable phenomenon occurs when using the bilinear transformation to design digital filters, necessitating frequency pre-warping?
💡
Step-by-Step Explanation & Concept Rationale
The bilinear transform maps the infinite analog frequency range (-infinity, +infinity) onto the finite digital frequency range (-pi, pi) via omega_d = 2 * arctan(omega_a * T / 2). This nonlinear warping requires pre-warping critical cutoff frequencies.
Q. 20
Electronics Engineering
Difficulty: Easy
(1 Mark)
A Butterworth low-pass filter is characterized by which frequency response property?
💡
Step-by-Step Explanation & Concept Rationale
Butterworth filters feature a maximally flat passband magnitude response with no ripples. Chebyshev filters have passband or stopband ripple, and Elliptic filters have ripples in both.
Q. 21
Electronics Engineering
Difficulty: Medium
(1 Mark)
Which filter approximation provides the most linear phase response and constant group delay in the passband?
💡
Step-by-Step Explanation & Concept Rationale
Bessel filters are designed for maximally flat group delay (linear phase response), preserving pulse shapes without ringing or overshoot, though with a gentler amplitude roll-off.
Q. 22
Electronics Engineering
Difficulty: Easy
(1 Mark)
The convolution of an input signal x(t) with the unit impulse response h(t) of an LTI system yields:
💡
Step-by-Step Explanation & Concept Rationale
The response of any continuous-time LTI system to an arbitrary input x(t) is given by the convolution integral: y(t) = integral from -infinity to +infinity of x(tau) * h(t - tau) dtau.
Q. 23
Electronics Engineering
Difficulty: Easy
(1 Mark)
What is the Laplace transform of the unit step function u(t)?
💡
Step-by-Step Explanation & Concept Rationale
The unilateral Laplace transform of u(t) is L{u(t)} = integral from 0 to infinity of e^(-st) dt = 1/s for Re(s) > 0.
Q. 24
Electronics Engineering
Difficulty: Easy
(1 Mark)
What is the Laplace transform of the Dirac delta function delta(t)?
💡
Step-by-Step Explanation & Concept Rationale
By definition, L{delta(t)} = integral from 0- to 0+ of delta(t) * e^(-st) dt = 1.
Q. 25
Electronics Engineering
Difficulty: Easy
(1 Mark)
In the z-transform, what does a unit delay operation x[n - 1] correspond to in the frequency/transform domain?
💡
Step-by-Step Explanation & Concept Rationale
By the time-shifting property of the z-transform, shifting by k samples corresponds to multiplication by z^(-k). Thus, a 1-sample delay is z^(-1) * X(z).
Study Stream Progress:
Showing 25 of 35 Questions (71%)
Jump to:
Ready to Test Your Retention & Speed?
Now that you have reviewed the study questions and rationales, test yourself in our interactive 1-by-1 practice engine or take the full official timed mock exam.