Difficulty: Easy
Correct Answer: It is the reciprocal of the number of discrete steps in the D/A output.
Explanation:
Introduction / Context:
Resolution indicates the smallest analog change a D/A converter can produce for a one-LSB digital change. It is fundamental when matching a converter to sensor accuracy and control requirements.
Given Data / Assumptions:
Concept / Approach:
For an ideal N-bit DAC, the minimum output increment (1 LSB) equals full_scale / 2^N. As a fraction of full scale, resolution = 1 / 2^N, which is the reciprocal of the number of steps. (Sometimes expressed in volts: V_LSB = V_FS / 2^N.)
Step-by-Step Solution:
Number of steps = 2^N.Resolution (fraction of full scale) = 1 / 2^N.Hence, it is the reciprocal of the number of discrete steps.
Verification / Alternative check:
Example: 10-bit DAC → 1024 steps → resolution ≈ 0.0977% of full scale per LSB, matching the reciprocal definition.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
It is the reciprocal of the number of discrete steps in the D/A output.
Discussion & Comments