Difficulty: Easy
Correct Answer: 0.0244%
Explanation:
Introduction / Context:
Resolution specifies the smallest change in analog output corresponding to a one-LSB change in the digital input. Expressing it as a percent of full scale helps compare converters of different bit widths.
Given Data / Assumptions:
Concept / Approach:
For N bits, the step size fraction is 1 / 2^N. As a percentage, PercentResolution = (1 / 2^N) * 100%. For N = 12, 2^12 = 4096.
Step-by-Step Solution:
Verification / Alternative check:
Rule of thumb: each additional bit halves the percent resolution. 10-bit ≈ 0.0977%, 11-bit ≈ 0.0488%, 12-bit ≈ 0.0244%.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
0.0244%
Discussion & Comments