Difficulty: Easy
Correct Answer: Flash
Explanation:
Introduction / Context:
Many ADCs rely on timing sequences (e.g., SAR bit trials, integrating cycles), which require clock signals. However, one architecture works by making all comparisons in parallel with no sequential steps, and thus no conversion clock is strictly required for its core decision.
Given Data / Assumptions:
Concept / Approach:
A flash ADC employs a bank of comparators referencing a resistor ladder. The output is determined as soon as comparator outputs settle; no iterative clocked sequence is needed. While practical systems may still clock the readout or pipeline stages, the essential conversion itself is asynchronous.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments