Difficulty: Easy
Correct Answer: digital-to-analog
Explanation:
Introduction / Context: To send binary information over band-limited analog channels (like radio or passband links), we modulate a sinusoidal carrier. The family names ASK, PSK, FSK, and QAM refer to how the carrier’s properties are altered in response to digital symbols. Identifying the correct encoding class reinforces the separation between line coding and passband modulation.
Given Data / Assumptions:
Concept / Approach: In digital-to-analog encoding, a digital symbol stream changes analog carrier parameters (amplitude, frequency, phase, or combinations). That distinguishes it from digital-to-digital line codes (e.g., NRZ, Manchester), analog-to-analog modulation (AM/FM for analog sources), and analog-to-digital conversion (sampling/quantization like PCM). Thus ASK/PSK/FSK/QAM are clearly digital-to-analog methods.
Step-by-Step Solution:
Recognize that “shift keying” names digital modulation of an analog carrier.Note that QAM combines amplitude and phase changes to encode multiple bits per symbol.Select “digital-to-analog” as the encoding category.Verification / Alternative check: Examples include modem standards where bitstreams are conveyed via PSK/QAM over telephone lines and radio links, confirming the digital-to-analog classification.
Why Other Options Are Wrong:
digital-to-digital: line coding on baseband copper, not passband carrier modulation.analog-to-analog: AM/FM for analog sources, not digital symbols.analog-to-digital: sampling/quantization (PCM), not modulation.None of the above: incorrect because digital-to-analog is correct.Common Pitfalls: Mixing up line coding with modulation; forgetting that “keying” implies digital symbol control of a continuous carrier.
Final Answer: digital-to-analog.
Discussion & Comments