ECET 2026 CSE

Day 53 – ECET 2026 Evening Section: DE – A/D & D/A Converters

In Digital Electronics (DE), Analog-to-Digital (A/D) and Digital-to-Analog (D/A) converters are very important topics. ECET often includes questions about their working principles, resolution, and conversion formulas.


📘 Concept Notes

🔹 Analog and Digital Conversion

  • Analog signal: Continuous-time signal (e.g., sound, temperature).
  • Digital signal: Discrete-time signal represented in binary (0s and 1s).
  • Conversion:
    • A/D Converter: Converts analog → digital.
    • D/A Converter: Converts digital → analog.

⚙️ Digital-to-Analog Converter (DAC)

A D/A Converter takes a digital binary input and gives an analog output voltage or current.

🔸 1. Weighted Resistor DAC

  • Each bit is assigned a resistor proportional to its binary weight.
  • Formula for output voltage:

 V_{out} = V_{ref} \times \dfrac{b_3 \times 2^3 + b_2 \times 2^2 + b_1 \times 2^1 + b_0 \times 2^0}{2^n - 1}

Where:

  •  V_{ref} = Reference voltage
  •  b_3, b_2, b_1, b_0 = Binary bits (1 or 0)
  •  n = Number of bits

Example:
If  V_{ref} = 10V and input = 1010 (4-bit), then:

 V_{out} = 10 \times \dfrac{8 + 2}{15} = 6.67V


🔸 2. R–2R Ladder DAC

  • Uses only two resistor values: R and 2R.
  • Easier to design and more accurate than weighted resistor type.
  • Works on the principle of binary-weighted current division.

⚙️ Analog-to-Digital Converter (ADC)

An A/D Converter takes an analog voltage and converts it into a digital binary number.

🔸 1. Successive Approximation ADC

  • Uses a comparator and successive approximation register (SAR).
  • Conversion time:

 T = n \times T_{clock}

Example:
For 8-bit ADC with clock = 1 MHz:

 T = 8 \times (1 / 10^6) = 8 \mu s


🔸 2. Flash (Parallel) ADC

  • Fastest type of ADC.
  • Uses multiple comparators (2ⁿ–1).
  • Comparators required:

 N = 2^n - 1

Example:
For 3-bit ADC →  N = 2^3 - 1 = 7 comparators.


🔸 3. Dual Slope ADC

  • Integrates the input voltage for a fixed period and then de-integrates.
  • Highly accurate and noise-resistant (used in digital voltmeters).

📏 Important Formulas

  1. Resolution (Analog Value per Bit):

 \text{Resolution} = \dfrac{V_{ref}}{2^n - 1}

Quantization Error:

 \text{Error} = \pm \dfrac{1}{2} \times \text{Resolution}

Output Voltage of n-bit DAC:

 V_{out} = D \times \text{Resolution}

Number of Levels:

 \text{Levels} = 2^n


💡 Example Problem

Q: Find the output voltage for an 8-bit DAC if  V_{ref} = 5V and digital input = 10000000.

Solution:
 D = 128 ,  n = 8
 \text{Resolution} = \dfrac{5}{2^8 - 1} = \dfrac{5}{255} = 0.0196V

 V_{out} = 128 \times 0.0196 = 2.5V


🔟 10 Expected MCQs – ECET 2026

Q1. A/D converter converts:
A) Analog to Analog
B) Digital to Analog
C) Analog to Digital
D) Digital to Digital

Q2. D/A converter converts:
A) Analog to Digital
B) Digital to Analog
C) Analog to Analog
D) None

Q3. In an n-bit ADC, number of quantization levels =
A)  n
B)  2^n
C)  n^2
D)  n/2

Q4. Resolution of a 10-bit ADC with  V_{ref} = 5V :
A) 5/1024
B) 5/1023
C) 10/1023
D) 2.5/512

Q5. The fastest ADC type is:
A) Dual Slope
B) Flash
C) SAR
D) Counter type

Q6. For 4-bit ADC, number of comparators in flash ADC =
A) 8
B) 15
C) 7
D) 16

Q7. In DAC, reference voltage used is:
A) Output voltage
B) Control voltage
C) Scaling voltage
D) Reference voltage source

Q8. Quantization error is:
A) Zero
B) Half of one LSB
C) Equal to one LSB
D) Two LSBs

Q9. If  V_{ref} = 8V and 3-bit DAC input = 100, then  V_{out} = ?
A) 1V
B) 2V
C) 4V
D) 8V

Q10. The advantage of R–2R ladder DAC is:
A) More resistors required
B) Only two resistor values needed
C) Uses no resistors
D) Complex design


✅ Answer Key

Q.NoAnswer
Q1C
Q2B
Q3B
Q4B
Q5B
Q6C
Q7D
Q8B
Q9C
Q10B

🧠 Explanations

  • Q1 → C: A/D converter converts analog input to digital output.
  • Q2 → B: DAC converts digital binary data into analog output.
  • Q3 → B: Quantization levels =  2^n .
  • Q4 → B: Resolution =  5 / (2^{10} - 1) = 5 / 1023 .
  • Q5 → B: Flash ADC is the fastest.
  • Q6 → C:  2^4 - 1 = 15 comparators needed, not 7.
  • Q7 → D: Reference voltage defines the full-scale output.
  • Q8 → B: Error = ±½ LSB.
  • Q9 → C:  100 = 4 ;  V_{out} = (4/7) \times 8 = 4.57V ≈ 4V .
  • Q10 → B: R–2R ladder DAC uses only two resistor values → simplifies design.

🎯 Why Practice Matters

A/D and D/A converters are conceptual + numerical topics.
By practicing resolution, levels, and conversion time problems, students can easily gain 2–3 marks in ECET.


📲 Join Our ECET Prep WhatsApp Community

👉 Join WhatsApp Group – Click Here

Leave a comment

Your email address will not be published. Required fields are marked *