Difficulty: Easy
Correct Answer: monotonicity
Explanation:
Introduction / Context:
Among DAC specifications, monotonicity is crucial for control applications and smooth waveform generation. It guarantees that as the input code increments by one, the output never decreases and advances by one quantization step at a time without inversions.
Given Data / Assumptions:
Concept / Approach:
Monotonicity means nondecreasing static transfer function versus input code. It prevents step reversals that could destabilize feedback systems. While resolution defines the size of steps, linearity (INL/DNL) measures closeness to an ideal line and step uniformity; accuracy aggregates gain/offset/linearity against absolute references. The term that matches the “one step in → one step out” behavior is monotonicity (often tied to DNL ≤ 1 LSB).
Step-by-Step Solution:
Verification / Alternative check:
Datasheets often state “Guaranteed monotonic to n bits” which ensures no reversals; this aligns with the described behavior.
Why Other Options Are Wrong:
Common Pitfalls:
Equating missing codes with nonmonotonicity (related but distinct); ignoring that good DNL typically guarantees monotonicity.
Final Answer:
monotonicity
Discussion & Comments