Difficulty: Easy
Correct Answer: ADC
Explanation:
Introduction / Context:Signal chains often begin with sensors producing analog voltages or currents. To process these signals in digital systems, a device is needed to translate analog values into binary codes: the analog-to-digital converter (ADC).
Given Data / Assumptions:
Concept / Approach:An ADC samples (implicitly or explicitly) an analog input and assigns it to one of many discrete quantization levels, outputting a corresponding digital code. Many architectures exist—flash, SAR, sigma-delta, pipeline—and all meet the functional definition. “Flash converter” is a subtype of ADC; “DAC” performs the inverse function; “bipolar converter” is not a standard device class name in this context.
Step-by-Step Solution:
Identify the functional requirement: analog in → digital out.Map requirement to device class: analog-to-digital converter.Recognize flash as a specific ADC type, not the general answer.Exclude DAC (reverse direction).Verification / Alternative check:Any ADC datasheet demonstrates analog input pins, sampling front-end, reference, and a digital output interface (parallel, SPI, I2C), confirming the function.
Why Other Options Are Wrong:
bipolar converter: ambiguous term; not the standard device name.flash converter: correct subtype but less general than “ADC.”DAC: performs digital → analog, opposite of what is asked.Common Pitfalls:Confusing the general class (ADC) with a specific architecture; overlooking required sampling/hold behavior in faster ADCs.
Final Answer:ADC
Discussion & Comments