Difficulty: Easy
Correct Answer: 16 different values of voltage or current that are proportional to the input binary number
Explanation:
Introduction / Context:Resolution and proportionality are fundamental DAC characteristics. A 4-bit converter’s output range is quantized into a finite number of equally spaced steps proportional to the digital code.
Given Data / Assumptions:
Concept / Approach:An ideal N-bit DAC produces 2^N discrete output levels. For N = 4, there are 16 distinct values. These values are proportional to the input code, spaced by one LSB (Vref / 2^N for voltage-mode).
Step-by-Step Solution:
Compute levels: 2^4 = 16.Note proportionality: Vout = (Code / 2^N) * Vref (or scaled current mode).Conclude 16 proportional output levels.Verification / Alternative check:Enumerate codes 0000 through 1111 → 16 unique outputs from zero to near full-scale.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:16 different values of voltage or current that are proportional to the input binary number
Discussion & Comments