SynfraCore
Synfracore
Start Learning
Navigation

Academies

Platform

RoadmapsLabsCertificationsInterviewPYQsAI AssistantCareer
Start Learning Free🗺️ Learning Roadmaps

BSNL JTO/JE Exam PrepFundamentals

Core concepts and foundational knowledge

✍️
Written by senior engineers. Reviewed for technical accuracy.· Updated 2025 · SynfraCore BSNL JTO/JE Exam Prep Team
Expert Content

JTO Fundamentals — Electronics & Communication

Electronic Devices — Quick Reference

BJT vs MOSFET

ParameterBJTMOSFET

|-----------|-----|--------|

ControlCurrent-controlledVoltage-controlled
Input impedanceLowVery high
Switching speedModerateVery fast
Power dissipationHigherLower
ApplicationAnalog amplifiersDigital ICs, power electronics

Op-Amp Configurations (Ideal Op-Amp: A = ∞, Rin = ∞, Rout = 0)

Inverting amplifier: Gain = -Rf/R1

Non-inverting amplifier: Gain = 1 + Rf/R1

Voltage follower: Gain = 1 (buffer)

Differentiator: Output = -RC × d(Vin)/dt

Integrator: Output = -(1/RC) × ∫Vin dt

Summing amplifier: Vout = -(Rf/R1 × V1 + Rf/R2 × V2)


Digital Electronics — Key Concepts

Number Systems

Binary to Decimal: 1101₂ = 8+4+0+1 = 13₁₀
BCD: Each decimal digit encoded in 4-bit binary. 9 = 1001, max valid BCD = 1001
2's complement: For negative numbers. -5 in 8-bit = 11111011

K-Map Rules

Group sizes: 1, 2, 4, 8, 16 (powers of 2 only)
Groups must be rectangular, can wrap around
Essential prime implicants must be covered
Minimize terms

Flip-Flops

SR: Set-Reset. Invalid state: S=R=1
D: Data/Delay. Q(t+1) = D
JK: Master-slave. J=K=1 → Toggle. No invalid state
T: Toggle. T=0 → Hold, T=1 → Toggle

Microprocessor 8085 — Key for BSNL JTO

8-bit data bus, 16-bit address bus
Registers: A (accumulator), B, C, D, E, H, L, PC, SP
Addressing modes: Register, Register indirect, Immediate, Direct, Implicit
Interrupts: TRAP (highest), RST 7.5, RST 6.5, RST 5.5, INTR (lowest)

Communication Systems — Modulation

Amplitude Modulation (AM)

DSB-FC: Modulation index m = Am/Ac. Bandwidth = 2fm
DSB-SC: No carrier. Better power efficiency
SSB: Half bandwidth of DSB. Used in shortwave radio
Power: Total = Pc(1 + m²/2). Efficiency = m²/(2 + m²)

Frequency Modulation (FM)

Modulation index β = Δf/fm (Δf = max freq deviation)
Carson's rule: BW = 2(Δf + fm) = 2fm(1 + β)
Capture effect: FM locks onto stronger signal
Pre-emphasis/de-emphasis: Boost/reduce high frequencies to reduce noise

Digital Modulation (for 4G/5G exams)

BPSK: 1 bit/symbol. Most robust.
QPSK: 2 bits/symbol.
16-QAM: 4 bits/symbol.
64-QAM: 6 bits/symbol.
256-QAM: 8 bits/symbol. Used in 5G. Requires best SNR.
LTE uses OFDM: divides channel into many narrow subcarriers (15 kHz each)

Transmission Lines

Key parameters:

Characteristic impedance Z₀ = √(L/C) for lossless line
Reflection coefficient Γ = (ZL - Z₀)/(ZL + Z₀)
VSWR = (1 + |Γ|)/(1 - |Γ|)
Perfect match: ZL = Z₀, Γ = 0, VSWR = 1
Short circuit: ZL = 0, Γ = -1, VSWR = ∞
Open circuit: ZL = ∞, Γ = +1, VSWR = ∞

Quarter-wave transformer: Input impedance = Z₀²/ZL. Used to match impedances.

Smith Chart: Graphical tool for transmission line calculations. Normalized impedance plotted. Used to find matching networks.


Antenna Theory

Fundamental parameters:

Gain: Ratio of power radiated in best direction vs isotropic radiator (dBi)
Directivity: Ratio of max radiation intensity vs average (for lossless antenna = gain)
Radiation resistance: Power radiated / I² (for half-wave dipole = 73.2 Ω)
Bandwidth: Range of frequencies over which antenna performs acceptably (VSWR < 2)
Polarization: Orientation of E-field. Linear, circular, elliptical

Common antennas:

AntennaGainApplication

|---------|------|-------------|

Isotropic0 dBiReference
Half-wave dipole2.15 dBiReference for dBd
Yagi-Uda7–20 dBiTV reception, point-to-point
Parabolic dish25–45 dBiSatellite, microwave backhaul
Patch/Microstrip5–9 dBiMobile base stations, WiFi
Phased array15–30+ dBi5G massive MIMO, radar
Share:
Join our Community
Daily tips, job alerts, interview help — join engineers learning together
Up Next
BSNL JTO/JE Exam PrepIntermediate
Real-world patterns and practices
Also Worth Exploring
← Back to all BSNL JTO/JE Exam Prep modules
OverviewIntermediate