Difficulty: Easy
Correct Answer: connects to the largest resistor
Explanation:
Introduction / Context:
Binary-weighted DACs implement bit weights using resistors in powers of two (R, 2R, 4R, 8R, ...). The mapping of each bit to a resistor value determines the contribution of that bit to the output current or voltage.
Given Data / Assumptions:
Concept / Approach:
To realize binary weighting, the MSB is tied to the smallest resistor (highest weight). Conversely, the least significant bit is connected to the largest resistor (lowest weight). This ensures that each less significant bit contributes half the current (or voltage) of the previous bit.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments