Difficulty: Easy
Correct Answer: 4 kΩ
Explanation:
Introduction / Context:
Binary-weighted resistor DACs implement digital-to-analog conversion using input resistors scaled by powers of 2. The most significant bit (MSB) contributes the largest current (smallest resistor), while the least significant bit (LSB) contributes the smallest current (largest resistor). This question asks you to back-calculate the MSB resistor from a given LSB resistor.
Given Data / Assumptions:
Concept / Approach:
In a binary-weighted DAC, each less significant bit uses a resistor that doubles compared to the next higher bit. Therefore, with 4 bits, the LSB resistor equals 8R if the MSB equals R. Solve 8R = 32 kΩ to find R, which equals the MSB resistor value.
Step-by-Step Solution:
Verification / Alternative check:
Check the set: R = 4 kΩ, 2R = 8 kΩ, 4R = 16 kΩ, 8R = 32 kΩ, which is a correct power-of-two progression for a 4-bit binary-weighted DAC.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
4 kΩ
Discussion & Comments