Difficulty: Easy
Correct Answer: It takes analog signals and puts them in digital format.
Explanation:
Introduction / Context:
An analog-to-digital converter (ADC) bridges the physical world of continuous signals (sound, temperature, voltage) and the digital domain of processors and logic. Mastering what an ADC does is the first step toward understanding sampling, quantization, and data acquisition systems.
Given Data / Assumptions:
Concept / Approach:
An ADC samples the input at discrete time intervals and quantizes each sample into one of 2^N levels (for an N-bit converter). The result is a digital word suitable for storage, processing, or transmission. Core specs include resolution (bits), sampling rate, input bandwidth, and effective number of bits (ENOB).
Step-by-Step Solution:
Verification / Alternative check:
Consider a microphone signal digitized by an audio ADC; the digital samples can be processed or stored. Playing back requires the inverse device (DAC) to reconstruct analog waveforms for speakers.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing ADC with DAC; overlooking that sampling and quantization introduce error (quantization noise), which is part of real-world ADC behavior.
Final Answer:
It takes analog signals and puts them in digital format.
Discussion & Comments