Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
Monotonicity is critical in control and instrumentation: as the input code steps up, the analog output should never step down. Misstating the definition leads to misinterpretation of datasheets and system stability issues.
Given Data / Assumptions:
Concept / Approach:
The statement provided actually defines monotonic behavior, not nonmonotonic. A nonmonotonic DAC can create control loop oscillations or dead zones because increased command produces a lower output near certain transitions—an unacceptable condition for many applications.
Step-by-Step Solution:
Verification / Alternative check:
Check DNL: if worst-case DNL ≤ 1 LSB, the DAC is guaranteed monotonic. If DNL exceeds 1 LSB, nonmonotonic steps can occur, confirming the industry usage of the term.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing monotonicity with linearity; assuming glitch energy implies nonmonotonicity (glitches are transient, not static step order errors).
Final Answer:
Incorrect
Discussion & Comments