Resolution of a 12-Bit ADC
A 12-bit analogue-to-digital converter has a full-scale reference of .
Find the resolution — the voltage represented by one least significant bit.
| n | 12 - | Resolution in bits |
| Vref | 5 V | Full-scale reference |
Hint 1
How many distinct output codes does an n-bit converter have?
Hint 2
2¹² = 4096 steps across the full-scale range.
Hint 3
LSB = V_ref/2ⁿ.
Worked solution — try the problem first
An -bit converter divides the full-scale range into steps:
Why and not . A 12-bit converter has 4096 distinct output codes, spanning 4095 intervals. Dividing by 4096 gives the nominal step size and is the usual convention; dividing by 4095 gives 1.2210 mV — a 0.02% difference, negligible in practice but worth knowing when a datasheet specifies one or the other.
Each extra bit halves the step. A 16-bit converter on the same reference would resolve 76.3 μV.
Sign in to submit
Grading needs an account so your progress, attempts, and daily quota can be tracked. The problem statement and worked solution stay open to everyone.
Create an account