Difficulty: Easy
Correct Answer: The counter must start at zero for each conversion, so conversion time varies with input amplitude
Explanation:
Introduction / Context:
Counter-type (stairstep-ramp) ADCs convert by counting up until an internal DAC output matches the input. Their unique drawback is input-dependent conversion time, which complicates system timing and limits throughput, especially for high-level inputs.
Given Data / Assumptions:
Concept / Approach:
Because the count length depends on Vin, the worst-case time occurs near full-scale and equals roughly 2^n clock periods. This variability is the primary disadvantage relative to SAR or flash ADCs, whose conversion time is fixed and predictable.
Step-by-Step Solution:
Identify the distinctive behavior: input-dependent step count.Relate to timing: throughput varies with Vin, hurting real-time guarantees.Choose the option that directly states this disadvantage.
Verification / Alternative check:
Compare timing models: SAR needs n comparisons regardless of Vin; counter-type needs up to 2^n counts, confirming greater and variable latency.
Why Other Options Are Wrong:
B and C: Although true statements, they are generic and not the main unique drawback.D: Not best because A pinpoints the characteristic disadvantage.E: Resolution is not inherently capped at 4 bits.
Common Pitfalls:
Assuming the presence of a counter or clock is itself a disadvantage. Many ADCs require clocks; variability with input is the key issue here.
Final Answer:
The counter must start at zero for each conversion, so conversion time varies with input amplitude
Discussion & Comments