Difficulty: Easy
Correct Answer: 0.625 V
Explanation:
Introduction / Context:
Flash ADCs use many comparators in parallel to achieve very high conversion speeds. The number of comparators determines the resolution (number of bits) and the least significant bit (LSB) size for a given reference range. This problem explores that relationship.
Given Data / Assumptions:
Concept / Approach:
In a flash ADC, the number of comparators N_c relates to the number of bits n by N_c = 2^n − 1. Once n is found, the LSB size (resolution) is V_ref / 2^n for an n-bit converter.
Step-by-Step Solution:
Verification / Alternative check:
Check with code count: There are 16 quantization levels (0000 to 1111). Each step is 10 V / 16 = 0.625 V, consistent with the calculation.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
0.625 V
Discussion & Comments