🇮🇳 UPSC IES/ESE (Engineering Services) · flashcards
UPSC IES/ESE (Engineering Services) Electronics, Communication and Control Systems Flashcards
52 question-and-answer cards covering Electronics, Communication and Control Systems as it is examined in UPSC IES/ESE (Engineering Services). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Electronics, Communication and Control Systems deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
What is the characteristic (next-state) equation of a JK flip-flop?
$$Q_{n+1} = J\bar{Q}_n + \bar{K}Q_n$$ With $J=K=1$ it toggles; $J=K=0$ holds; $J=1,K=0$ sets; $J=0,K=1$ resets.
Distinguish a multiplexer from a demultiplexer and give line counts.
MUX: $2^n$ data inputs $\to$ 1 output, selected by $n$ select lines (data selector). DEMUX: 1 input $\to 2^n$ outputs via $n$ select lines (data distributor).
Compare synchronous and asynchronous (ripple) counters.
Asynchronous/ripple: clock applied only to first FF, others triggered by previous output; cumulative propagation delay, slower. Synchronous: all FFs share a common clock, faster, no cumulative delay but more logic.
What is the modulus of a counter and how many flip-flops are needed for a mod-N counter?
Modulus = number of unique states before repeating. A mod-$N$ counter needs $n$ flip-flops where $2^{n-1} < N \leq 2^{n}$, i.e. $n = \lceil \log_2 N \rceil$.
Compare SRAM, DRAM, and the meaning of volatile vs non-volatile memory.
SRAM: flip-flop based, fast, no refresh, low density, used for cache. DRAM: capacitor based, needs periodic refresh, high density, slower, main memory. Both are volatile (lose data on power off); ROM/Flash/EEPROM are non-volatile.
Name the register types by data transfer and give examples.
SISO, SIPO, PISO, PIPO shift registers. SIPO does serial-to-parallel conversion; PISO does parallel-to-serial. A universal shift register can do all modes plus bidirectional shifting.
State the basic functional units of a microprocessor (e.g. 8085) architecture.
ALU, registers (accumulator, general-purpose, temporary), instruction register/decoder, program counter, stack pointer, timing and control unit, address/data bus, flag register. Buses: address (output), data (bidirectional), control.
Differentiate a microprocessor from a microcontroller.
Microprocessor: CPU only; memory, I/O, timers are external (general-purpose). Microcontroller: CPU + RAM + ROM + I/O ports + timers + serial on one chip (embedded, application-specific, lower cost/power).
Differentiate Von Neumann and Harvard architectures.
Von Neumann: single shared memory and bus for instructions and data (simpler, bus bottleneck). Harvard: separate memories and buses for instructions and data (parallel fetch, faster; used in many microcontrollers/DSPs).
Classify signals: continuous vs discrete-time, and energy vs power signals.
Continuous-time: defined for all $t$; discrete-time: defined only at integer $n$. Energy signal: $0 < E < \infty$, $P=0$ (aperiodic). Power signal: $0 < P < \infty$, $E=\infty$ (periodic/random).
State the conditions for a system to be linear and time-invariant (LTI).
Linear: satisfies superposition (additivity + homogeneity). Time-invariant: a time shift in input produces an identical shift in output, $x(t-t_0) \to y(t-t_0)$. LTI systems are fully characterized by their impulse response $h(t)$.
How is the output of an LTI system obtained from input and impulse response?
By convolution: $$y(t) = x(t) * h(t) = \int_{-\infty}^{\infty} x(\tau)h(t-\tau)\,d\tau$$ Discrete: $y[n] = \sum_{k=-\infty}^{\infty} x[k]h[n-k]$.
State the BIBO stability condition for a continuous-time LTI system.
The impulse response must be absolutely integrable: $$\int_{-\infty}^{\infty} |h(t)|\,dt < \infty$$ Equivalently, all poles of $H(s)$ lie in the left half of the $s$-plane.
Define the Fourier transform pair for a continuous-time signal.
$$X(\omega) = \int_{-\infty}^{\infty} x(t)e^{-j\omega t}\,dt$$ $$x(t) = \frac{1}{2\pi}\int_{-\infty}^{\infty} X(\omega)e^{j\omega t}\,d\omega$$
Define the bilateral Laplace transform and its relation to the Fourier transform.
$$X(s) = \int_{-\infty}^{\infty} x(t)e^{-st}\,dt, \quad s = \sigma + j\omega$$ Setting $\sigma=0$ (i.e. $s=j\omega$) gives the Fourier transform, valid when the ROC includes the $j\omega$-axis.
Define the Z-transform and the region of convergence (ROC) significance.
$$X(z) = \sum_{n=-\infty}^{\infty} x[n]z^{-n}$$ The ROC determines causality/stability: for a causal system the ROC is outside the outermost pole; stability requires the ROC to include the unit circle $|z|=1$.
State the Nyquist sampling theorem.
A bandlimited signal with maximum frequency $f_m$ is fully recoverable if sampled at $$f_s \geq 2 f_m$$ The minimum rate $f_s = 2f_m$ is the Nyquist rate; the bound $f_s/2$ is the Nyquist frequency.
What is aliasing and how is it prevented?
Aliasing is the overlap of spectral images when $f_s < 2f_m$, causing high frequencies to masquerade as lower ones (irrecoverable distortion). Prevented by an anti-aliasing low-pass filter before sampling and/or sampling above the Nyquist rate.
For AM (DSB-FC) $s(t)=A_c[1+\mu\cos\omega_m t]\cos\omega_c t$, give the power efficiency and transmission bandwidth.
Efficiency $$\eta = \frac{\mu^{2}}{2+\mu^{2}}$$ (max $33.3\%$ at $\mu=1$). Bandwidth $BW = 2f_m$. Total power $P_t = P_c\left(1+\frac{\mu^{2}}{2}\right)$.
Define modulation index for FM and PM, and give Carson's rule bandwidth for FM.
FM: $\beta = \Delta f / f_m$; PM: $\beta = k_p A_m$. Carson's rule: $$BW \approx 2(\Delta f + f_m) = 2 f_m(\beta + 1)$$
Define noise figure and give Friis' formula for cascaded stages.
Noise figure $F = \dfrac{(S/N)_{in}}{(S/N)_{out}} \geq 1$. Cascade: $$F = F_1 + \frac{F_2-1}{G_1} + \frac{F_3-1}{G_1 G_2} + \cdots$$ so the first stage gain/noise dominates.
Compare ASK, FSK and PSK digital modulation schemes.
ASK: amplitude switched (simple, noise-sensitive). FSK: frequency switched (constant envelope, more bandwidth). PSK: phase switched (best noise immunity for given power; BPSK is most robust). PSK/FSK outperform ASK in BER.
Outline the PCM process and give the quantization SNR for an n-bit uniform quantizer.
Steps: sample $\to$ quantize $\to$ encode (binary). For $n$ bits with a sinusoidal full-scale input: $$\text{SNR}_{dB} \approx 6.02n + 1.76$$ (about 6 dB improvement per added bit).
Compare DPCM and Delta Modulation, and name the two distortions of delta modulation.
DPCM encodes the difference between a sample and its prediction (multi-bit), reducing bit rate. Delta modulation is 1-bit DPCM transmitting only sign of the difference. DM distortions: slope-overload (step too small for fast changes) and granular/hunting noise (step too large for slow changes).
What this deck covers
The Electronics, Communication and Control Systems deck follows the UPSC IES/ESE (Engineering Services) Electronics, Communication and Control Systems syllabus — 6 chapters and 24 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 8.7 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 191 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.
Electronics, Communication and Control Systems flashcards FAQ
How many Electronics, Communication and Control Systems flashcards are in this UPSC IES/ESE (Engineering Services) deck?
52 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these UPSC IES/ESE (Engineering Services) flashcards free?
Yes. The preview here is free to read with no signup, and the full 52-card deck is free inside the Examius app.
What do the Electronics, Communication and Control Systems cards cover?
They follow the UPSC IES/ESE (Engineering Services) Electronics, Communication and Control Systems syllabus — 6 chapters and 24 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.