PlacementPrep

Gate Ece Papers 2026

26 min read
Government Exams
Advertisement Placement

GATE ECE 2026: Complete Exam Guide with Practice Papers

Ultimate preparation resource for Graduate Aptitude Test in Engineering - Electronics & Communication Engineering


📋 Exam Overview

AttributeDetails
Exam NameGATE 2026 - Electronics & Communication Engineering (ECE)
Conducting BodyIIT (Indian Institute of Technology) - Organizing Institute
Exam LevelAll India Level
Exam ModeComputer Based Test (CBT)
FrequencyOnce a year
Official Websitegate2026.iitd.ac.in (tentative)
Exam Duration3 hours (180 minutes)
Total Marks100 marks

Eligibility Criteria

Educational Qualification (Any one):

  • Bachelor's degree in Engineering/Technology (4 years after 10+2)
  • Bachelor's degree in Architecture (5 years) / Planning (4 years)
  • Master's degree in any branch of Science/Mathematics/Statistics/Computer Applications
  • Currently in final year of qualifying degree
  • Candidates with degrees from professional societies recognized by UPSC/AICTE

Age Limit:

  • No age limit for GATE

Nationality:

  • Indian citizens
  • Foreign nationals can also apply (subject to conditions)

GATE Score Validity

  • GATE score is valid for 3 years from the date of announcement of results

📝 Exam Pattern

Marking Scheme

SectionQuestionsMarks per QuestionTotal Marks
General Aptitude (GA)101 or 215
Engineering Mathematics10-121 or 213-15
Core Subject (ECE)43-451 or 272
Total65-100

Types of Questions

  1. Multiple Choice Questions (MCQ): 1 or 2 marks each, negative marking applicable
  2. Multiple Select Questions (MSQ): 1 or 2 marks each, NO negative marking
  3. Numerical Answer Type (NAT): 1 or 2 marks each, NO negative marking

Negative Marking

Question TypeMarksWrong Answer Penalty
1-mark MCQ1-1/3 mark
2-mark MCQ2-2/3 mark
MSQ1 or 2No negative marking
NAT1 or 2No negative marking

Section-wise Weightage

SubjectApproximate Weightage
Engineering Mathematics13-15%
Networks8-10%
Signals & Systems10-12%
Electronic Devices8-10%
Analog Circuits10-12%
Digital Circuits10-12%
Control Systems8-10%
Communications12-15%
Electromagnetics8-10%
General Aptitude15%

📚 Complete Syllabus

1. Engineering Mathematics

Linear Algebra:

  • Vector space, basis, linear dependence and independence
  • Matrix algebra: eigenvalues and eigenvectors
  • Solution of linear equations

Calculus:

  • Mean value theorems, theorems of integral calculus
  • Partial derivatives, maxima and minima
  • Multiple integrals, Fourier series

Differential Equations:

  • First order equations (linear and nonlinear)
  • Higher order linear differential equations
  • Cauchy's and Euler's equations
  • Method of variation of parameters

Complex Analysis:

  • Analytic functions, Cauchy's integral theorem
  • Taylor and Laurent series
  • Residue theorem

Probability & Statistics:

  • Sampling theorems, conditional probability
  • Mean, median, mode and standard deviation
  • Random variables, continuous and discrete distributions
  • Normal, Poisson and binomial distributions

Numerical Methods:

  • Solutions of nonlinear algebraic equations
  • Single and multi-step methods for differential equations

Transform Theory:

  • Fourier Transform, Laplace Transform, z-Transform

2. Networks, Signals & Systems

Circuit Analysis:

  • Node and mesh analysis
  • Superposition, Thevenin and Norton's theorems
  • Wye-Delta transformation
  • Steady state sinusoidal analysis

Time/Frequency Domain Analysis:

  • Linear constant coefficient differential equations
  • Laplace transform, transfer function
  • LTI systems: definition and properties
  • Causality, stability, impulse response

Signal Representations:

  • Fourier series and Fourier transform
  • Sampling theorem and applications
  • Discrete-time signals: DTFT, DFT, z-transform

3. Electronic Devices

Semiconductor Physics:

  • Energy bands in intrinsic and extrinsic silicon
  • Carrier transport: diffusion current, drift current, mobility, resistivity

Devices:

  • P-N junction, Zener diode, BJT, MOS capacitor
  • MOSFET, LED, photo diode and solar cell

4. Analog Circuits

Amplifiers:

  • Small signal equivalent circuits
  • Diode, BJT and MOSFET amplifiers
  • Biasing, gain, input and output impedances

Feedback & Oscillators:

  • Principles of feedback
  • Oscillators and feedback amplifiers

Operational Amplifiers:

  • Characteristics of ideal and practical op-amps
  • Inverting and non-inverting amplifiers
  • Integrator, differentiator, active filters

Power Supplies:

  • Voltage reference circuits
  • Power supplies: ripple removal and regulation

5. Digital Circuits

Number Systems:

  • Boolean algebra, minimization of Boolean functions
  • Logic gates, combinational circuits

Sequential Circuits:

  • Flip-flops, counters, shift registers
  • Finite state machines

Data Converters:

  • Sample and hold circuits, ADCs and DACs

Microprocessors:

  • 8085 and 8086 architecture, programming and interfacing

6. Control Systems

Basic Control System Components:

  • Feedback principle, transfer function
  • Block diagram representation

Stability & Response:

  • Signal flow graph, transient and steady-state analysis
  • Frequency response, Routh-Hurwitz and Nyquist stability criteria
  • Bode and root-locus plots

Compensators:

  • Lag, lead and lag-lead compensation
  • PID controller

7. Communications

Analog Communications:

  • Amplitude modulation and demodulation
  • Angle modulation and demodulation
  • Spectra of AM and FM

Digital Communications:

  • Pulse code modulation (PCM)
  • Digital modulation schemes: ASK, PSK, FSK, QAM
  • Bandwidth, inter-symbol interference

Information Theory:

  • Entropy, mutual information
  • Channel capacity theorem

8. Electromagnetics

Vector Calculus:

  • Gradient, divergence, curl
  • Gauss's, Stokes and Green's theorems

Electromagnetic Waves:

  • Maxwell's equations, wave equation
  • Poynting vector, plane waves

Transmission Lines:

  • Characteristic impedance, impedance transformation
  • Smith chart, impedance matching

Waveguides & Antennas:

  • Rectangular and circular waveguides
  • Basics of antennas: dipole, patch

🧮 Engineering Mathematics: 15 Practice Questions with Solutions

Question 1

Find the eigenvalues of the matrix A = [[3, 1], [1, 3]].

Solution: Characteristic equation: |A - λI| = 0 |3-λ, 1| |1, 3-λ| = 0 (3-λ)² - 1 = 0 (3-λ)² = 1 3-λ = ±1 λ = 3 ± 1 = 4, 2


Question 2

Solve the differential equation: dy/dx + 2y = 4, with y(0) = 1

Solution: Integrating factor: IF = e^(∫2dx) = e^(2x) Solution: y·e^(2x) = ∫4·e^(2x)dx = 2e^(2x) + C y = 2 + Ce^(-2x) At x=0, y=1: 1 = 2 + C → C = -1 y = 2 - e^(-2x)


Question 3

Find the Laplace transform of f(t) = e^(-at)u(t), where a > 0.

Solution: L{e^(-at)u(t)} = ∫₀^∞ e^(-at)·e^(-st)dt = ∫₀^∞ e^(-(s+a)t)dt = [e^(-(s+a)t)/-(s+a)]₀^∞ = 1/(s+a) for Re(s) > -a


Question 4

Calculate the Fourier transform of δ(t).

Solution: F{δ(t)} = ∫₋∞^∞ δ(t)·e^(-jωt)dt Using sifting property: = e^(-jω·0) = 1


Question 5

Find the probability of getting at least one head when two fair coins are tossed.

Solution: P(at least one head) = 1 - P(no heads) = 1 - P(TT) = 1 - 1/4 = 3/4


Question 6

Evaluate the integral: ∫₀^∞ e^(-x²)dx

Solution: Let I = ∫₀^∞ e^(-x²)dx I² = ∫₀^∞∫₀^∞ e^(-(x²+y²))dxdy Convert to polar: I² = ∫₀^(π/2)∫₀^∞ e^(-r²)r dr dθ = (π/2) × (1/2) = π/4 I = √π/2


Question 7

Find the residue of f(z) = 1/(z²+1) at z = i.

Solution: f(z) = 1/[(z+i)(z-i)] Residue at z = i: = lim(z→i) (z-i)·f(z) = lim(z→i) 1/(z+i) = 1/(2i) = -i/2


Question 8

Solve using z-transform: y[n] - 0.5y[n-1] = x[n], where x[n] = u[n]

Solution: Taking z-transform: Y(z) - 0.5z⁻¹Y(z) = 1/(1-z⁻¹) Y(z) = 1/[(1-0.5z⁻¹)(1-z⁻¹)] Partial fractions and inverse z-transform: y[n] = 2 - (0.5)^n for n ≥ 0


Question 9

Find the rank of the matrix [[1, 2, 3], [2, 4, 5], [3, 6, 8]].

Solution: R2 → R2 - 2R1, R3 → R3 - 3R1: [[1, 2, 3], [0, 0, -1], [0, 0, -1]] R3 → R3 - R2: [[1, 2, 3], [0, 0, -1], [0, 0, 0]] Rank = 2


Question 10

Calculate the mean and variance of a random variable X uniformly distributed in [0, 1].

Solution: Mean = E[X] = ∫₀¹ x dx = 1/2 E[X²] = ∫₀¹ x² dx = 1/3 Variance = E[X²] - (E[X])² = 1/3 - 1/4 = 1/12


Question 11

Find the curl of the vector field F = (x², y², z²).

Solution: Curl F = ∇ × F = |i j k| |∂/∂x ∂/∂y ∂/∂z| |x² y² z²| = i(0-0) - j(0-0) + k(0-0) = 0


Question 12

Find the particular integral of (D² + 4)y = sin(2x).

Solution: PI = sin(2x)/(D² + 4) Since D² = -4 makes denominator zero, use: PI = x·sin(2x)/(2D) = x·(-cos(2x)/2)/2 = -x·cos(2x)/4


Question 13

Evaluate ∮_C (z²+1)/(z-i) dz where C is |z| = 2.

Solution: By Cauchy's integral formula: f(z) = z² + 1, f(i) = i² + 1 = -1 + 1 = 0 ∮ f(z)/(z-i) dz = 2πi·f(i) = 0


Question 14

Find the period of the signal x(t) = cos(3πt) + sin(5πt).

Solution: Period of cos(3πt) = 2π/(3π) = 2/3 Period of sin(5πt) = 2π/(5π) = 2/5 Period of x(t) = LCM(2/3, 2/5) = LCM(2,2)/GCD(3,5) = 2


Question 15

If A and B are independent events with P(A) = 0.3 and P(B) = 0.4, find P(A ∪ B).

Solution: P(A ∪ B) = P(A) + P(B) - P(A ∩ B) = 0.3 + 0.4 - (0.3 × 0.4) = 0.7 - 0.12 = 0.58


📡 Networks & Signals: 10 Practice Questions with Solutions

Question 1

Find the Thevenin equivalent voltage across terminals A-B for a circuit with 10V source and series resistors 2Ω and 3Ω, with A-B across 3Ω resistor.

Solution: Open circuit voltage across AB = Voltage across 3Ω Using voltage divider: V_TH = 10 × 3/(2+3) = 6V


Question 2

Calculate the time constant of an RC circuit with R = 10kΩ and C = 10μF.

Solution: τ = RC = 10 × 10³ × 10 × 10⁻⁶ = 0.1 seconds = 100 ms


Question 3

Find the Fourier transform of rect(t/T), where rect is the rectangular pulse from -T/2 to T/2.

Solution: F{rect(t/T)} = ∫₋T/2^T/2 e^(-jωt)dt = [e^(-jωt)/(-jω)]₋T/2^T/2 = T·sinc(ωT/2) where sinc(x) = sin(x)/x = T·sinc(ωT/2)


Question 4

A signal has bandwidth B Hz. What is the minimum sampling rate required?

Solution: By Nyquist theorem: f_s ≥ 2B samples/second


Question 5

Find the z-transform of the sequence x[n] = a^n u[n].

Solution: X(z) = Σ(n=0 to ∞) a^n z^(-n) = Σ(n=0 to ∞) (a/z)^n = 1/(1 - az⁻¹) = z/(z-a) for |z| > |a|


Question 6

An LTI system has impulse response h(t) = e^(-t)u(t). Is the system causal and stable?

Solution: Causal: Yes, h(t) = 0 for t < 0 Stable: ∫₋∞^∞ |h(t)|dt = ∫₀^∞ e^(-t)dt = 1 < ∞, so BIBO stable


Question 7

Find the transfer function H(s) = V_o(s)/V_i(s) for a series RC circuit with output across C.

Solution: Impedance of C = 1/sC H(s) = (1/sC)/(R + 1/sC) = 1/(1 + sRC)


Question 8

Calculate the power dissipated in a 10Ω resistor when 2A current flows through it.

Solution: P = I²R = 4 × 10 = 40 Watts


Question 9

Find the convolution of x[n] = {1, 2} and h[n] = {1, 1, 1}.

Solution: y[0] = 1×1 = 1 y[1] = 1×1 + 2×1 = 3 y[2] = 1×1 + 2×1 = 3 y[3] = 2×1 = 2 Result: {1, 3, 3, 2}


Question 10

What is the 3dB bandwidth of a first-order low-pass filter with transfer function H(s) = 1/(1 + s/ω₀)?

Solution: At 3dB point: |H(jω)| = 1/√2 This occurs when ω = ω₀ 3dB bandwidth = ω₀ rad/s (or f₀ = ω₀/2π Hz)


🔌 Electronic Devices & Analog Circuits: 10 Questions

Question 1

What is the built-in potential of a silicon p-n junction at room temperature (300K)?


Question 2

What is the current gain β of a BJT if α = 0.98?

Solution: β = α/(1-α) = 0.98/(1-0.98) = 0.98/0.02 = 49


Question 3

For an n-channel MOSFET in saturation, what is the expression for drain current?


Question 4

What is the gain of an ideal op-amp inverting amplifier with R₁ = 1kΩ and R₂ = 10kΩ?

Solution: Gain = -R₂/R₁ = -10k/1k = -10


Question 5

What is the ripple frequency of a full-wave rectifier with 50Hz input?


Question 6

What is the condition for oscillation in a feedback amplifier?

  1. |Aβ| = 1 (loop gain magnitude = 1)
  2. ∠Aβ = 0° or 360° (phase shift = 0)

Question 7

What is the efficiency of a class B push-pull amplifier?


Question 8

In a Zener diode voltage regulator, what is the purpose of the series resistor?


Question 9

What is the slew rate of an op-amp?


Question 10

What is the Early effect in a BJT?


💻 Digital Circuits: 5 Questions

Question 1

Convert the decimal number 25 to binary.

Solution: 25 = 16 + 8 + 1 = 11001₂


Question 2

Simplify the Boolean expression: F = AB + A'B + AB'

Solution: F = B(A + A') + AB' = B(1) + AB' = B + AB' = A + B (Using absorption: B + AB' = A + B)


Question 3

How many flip-flops are needed to construct a mod-10 counter?

Solution: 2ⁿ ≥ 10, so n ≥ 4 (since 2³ = 8 < 10, 2⁴ = 16 ≥ 10) Answer: 4 flip-flops


Question 4

What is the resolution of a 10-bit ADC with full-scale voltage of 10V?

Solution: Resolution = V_FS / 2ⁿ = 10V / 1024 = 9.77 mV


Question 5

What is the propagation delay of a ripple counter with n flip-flops, each having delay t_pd?


🎛️ Control Systems: 5 Questions

Question 1

What is the damping ratio of a second-order system with characteristic equation s² + 4s + 16 = 0?

Solution: Comparing with s² + 2ζωₙs + ωₙ² = 0 ωₙ² = 16 → ωₙ = 4 2ζωₙ = 4 → 2ζ(4) = 4 → ζ = 0.5 (underdamped)


Question 2

What is the steady-state error of a unity feedback system with open-loop transfer function G(s) = K/s for a unit step input?

Solution: System is type 1 (one pole at origin) For step input to type 1 system: Steady-state error = 0


Question 3

What is the phase margin of a system with gain crossover frequency ω_gc where |G(jω_gc)| = 1 and ∠G(jω_gc) = -120°?

Solution: Phase margin = 180° + ∠G(jω_gc) = 180° - 120° = 60°


Question 4

Where are the poles of a stable system located in the s-plane?


Question 5

What is the root locus?


📡 Communications: 5 Questions

Question 1

What is the bandwidth of an AM signal with message bandwidth W?


Question 2

What is the modulation index of an FM signal if maximum frequency deviation is 75kHz and maximum message frequency is 15kHz?

Solution: β = Δf/f_m = 75/15 = 5


Question 3

What is the bit rate of a PCM system sampling at 8kHz with 8 bits per sample?

Solution: Bit rate = f_s × n = 8000 × 8 = 64 kbps


Question 4

What is the Shannon channel capacity formula?


Question 5

What is the difference between coherent and non-coherent detection?

  • Coherent: Requires knowledge of carrier phase for detection
  • Non-coherent: Does not require carrier phase information, simpler but has worse error performance

📊 Previous Year Cutoff Marks (GATE ECE)

GATE 2023, 2024, 2025 Cutoffs

CategoryGATE 2023GATE 2024GATE 2025
General28.526.025.5
OBC (NCL)25.623.422.9
SC/ST/PwD19.017.317.0

Qualifying Marks Out of 100

CategoryMarks
General25-30
OBC22.5-27
SC/ST/PwD17-20

Top IITs/IISc GATE Cutoff for MTech/PhD

InstituteGeneral Category Cutoff (GATE Score)
IIT Bombay750-850
IIT Delhi750-850
IIT Madras700-800
IIT Kharagpur700-800
IIT Kanpur700-800
IIT Roorkee650-750
IISc Bangalore800-900
IIT Hyderabad650-750
IIT Gandhinagar600-700

📅 3-Month Preparation Strategy

Month 1: Engineering Mathematics & Core Subjects

Week 1-2:

  • Linear Algebra, Calculus, Differential Equations
  • Complex Variables, Probability & Statistics
  • Transform Theory (Laplace, Fourier, z-transform)

Week 3-4:

  • Networks (Network theorems, transient analysis)
  • Signals & Systems (LTI systems, Fourier analysis, sampling)

Month 2: Electronic Devices & Circuits

Week 5-6:

  • Electronic Devices (BJT, MOSFET basics)
  • Analog Circuits (Amplifiers, Op-amps, Oscillators)

Week 7-8:

  • Digital Circuits (Boolean algebra, sequential circuits)
  • Control Systems (Stability, root locus, Bode plots)

Month 3: Communications & Revision

Week 9-10:

  • Communications (Analog & Digital)
  • Electromagnetics (Maxwell's equations, transmission lines)
  • Full-length mock tests

Week 11-12:

  • Previous year papers (last 10 years)
  • Formula revision and short notes
  • General Aptitude practice

Daily Study Schedule (8-10 hours)

TimeActivity
2 hoursSubject theory + derivation practice
2 hoursProblem solving
1 hourPrevious year questions
1 hourGeneral Aptitude
2-3 hoursMock tests (alternate days)

Subject-wise Time Distribution

SubjectRecommended Time
Engineering Mathematics15-20 days
Networks & Signals15-18 days
Electronic Devices10-12 days
Analog Circuits12-15 days
Digital Circuits10-12 days
Control Systems10-12 days
Communications12-15 days
Electromagnetics10-12 days
General AptitudeThroughout + last 15 days

📚 Best Books and Online Resources

Engineering Mathematics:

  • "Higher Engineering Mathematics" by B.S. Grewal
  • "Advanced Engineering Mathematics" by Erwin Kreyszig

Networks:

  • "Network Analysis" by Van Valkenburg
  • "Engineering Circuit Analysis" by Hayt, Kemmerly, Durbin

Signals & Systems:

  • "Signals and Systems" by Oppenheim & Willsky
  • "Signals and Systems" by Alan V. Oppenheim

Electronic Devices:

  • "Semiconductor Physics and Devices" by Donald Neamen
  • "Solid State Electronic Devices" by Streetman & Banerjee

Analog Circuits:

  • "Microelectronic Circuits" by Sedra & Smith
  • "Electronic Devices and Circuit Theory" by Boylestad

Digital Circuits:

  • "Digital Design" by M. Morris Mano
  • "Digital Electronics" by S. Salivahanan

Control Systems:

  • "Control Systems Engineering" by Norman Nise
  • "Automatic Control Systems" by Benjamin Kuo

Communications:

  • "Communication Systems" by Simon Haykin
  • "Modern Digital and Analog Communication Systems" by B.P. Lathi

Electromagnetics:

  • "Elements of Electromagnetics" by Matthew Sadiku
  • "Engineering Electromagnetics" by William Hayt

General Aptitude:

  • "Quantitative Aptitude" by R.S. Aggarwal
  • "A Modern Approach to Verbal & Non-Verbal Reasoning" by R.S. Aggarwal

Online Resources

Websites:

  • NPTEL (IIT video lectures)
  • GateOverflow
  • GeeksforGeeks
  • Made Easy/ACE Academy websites

YouTube Channels:

  • GATE Academy
  • Knowledge GATE
  • Unacademy GATE
  • Neso Academy (for basics)

Practice Platforms:

  • Gate Overflow
  • Made Easy Test Series
  • ACE Academy Test Series
  • GeeksforGeeks

❓ Frequently Asked Questions (FAQs)

Q1: What is the scope of ECE after GATE?

  • MTech/MS in top IITs, NITs, IISc
  • PhD programs in India and abroad
  • PSUs like BHEL, IOCL, ONGC, NTPC, POWERGRID through GATE
  • Research positions in DRDO, ISRO, BARC
  • Teaching positions in engineering colleges

Q2: How is GATE ECE different from GATE CSE?

  • Electronics circuits, devices, and systems
  • Communication systems and signal processing
  • Electromagnetic theory
  • Control systems

While CSE focuses on programming, algorithms, computer architecture, and software systems.

Q3: Is calculator allowed in GATE ECE exam?

Q4: Which PSUs recruit through GATE ECE?

  • BHEL (Bharat Heavy Electricals Limited)
  • IOCL (Indian Oil Corporation Limited)
  • ONGC (Oil and Natural Gas Corporation)
  • NTPC (National Thermal Power Corporation)
  • POWERGRID
  • BPCL, HPCL, GAIL
  • DRDO, ISRO (through separate channels but GATE score preferred)

Q5: What is a good GATE score for ECE?

  • Below 500: Difficult to get into top colleges
  • 500-650: Good for lower NITs and some IITs
  • 650-750: Can get into most NITs and newer IITs
  • 750-850: Good chance in older IITs
  • 850+: Can get into IIT Bombay, Delhi, IISc and top specializations

🎯 Success Tips

  1. Focus on Mathematics: 15% weightage, scoring subject
  2. Master Networks & Signals: Foundation for many other topics
  3. Practice Derivations: Many questions are derivation-based
  4. Use Standard Books: Stick to recommended textbooks
  5. Solve Previous Papers: At least last 10-15 years
  6. Time Management: 65 questions in 180 minutes
  7. Accuracy Matters: Due to negative marking, avoid guessing
  8. Formula Notebook: Maintain for quick revision
  9. Mock Tests: Take 15-20 full-length tests
  10. Focus on High-weightage: Communications, Analog & Digital circuits, Signals

🔢 Important Formulas Quick Reference

Networks

  • Ohm's Law: V = IR
  • Power: P = VI = I²R = V²/R
  • Time constant: τ = RC or τ = L/R
  • Resonant frequency: f₀ = 1/(2π√(LC))

Signals & Systems

  • Fourier Transform pair
  • Sampling theorem: f_s ≥ 2f_max
  • Convolution: y(t) = x(t) * h(t)

Electronic Devices

  • Diode current: I = I_s(e^(V/nV_T) - 1)
  • MOSFET drain current (saturation): I_D = K(V_GS - V_TH)²

Control Systems

  • Damping ratio: ζ = cos(θ)
  • Rise time: t_r ≈ 1.8/ω_n (for ζ = 0.5)
  • Settling time: t_s = 4/(ζω_n) (2% criterion)

Communications

  • AM bandwidth: BW = 2f_m
  • FM modulation index: β = Δf/f_m
  • Shannon capacity: C = B log₂(1 + SNR)

Last Updated: March 2026

Best of luck for GATE ECE 2026!


Advertisement Placement

Share this article: