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:
Input is applied to all comparators simultaneously.Comparators resolve almost immediately to a thermometer code.Priority encoding produces the binary output.Verification / Alternative check:
Architecture diagrams show no SAR logic or integration cycles that would mandate a clock.Why Other Options Are Wrong:
Actuator: Not an ADC type.Dual: Likely refers to dual-slope ADCs, which require precise timing.Bipolar: Refers to signal polarity or device technology, not an ADC architecture.Common Pitfalls:
Confusing the lack of conversion clock with entirely clockless devices; readout logic may still be clocked.Final Answer:
Flash
Discussion & Comments