Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:Digital signals encode information using two defined voltage ranges to represent binary 0 and 1. Words, frames, and packets are built from sequences of these HIGH/LOW levels with clocking or timing recovery as needed.
Given Data / Assumptions:
Concept / Approach:A coded group of pulses is literally a timed sequence where each interval maps to logic 0 (LOW) or logic 1 (HIGH). Even in differential systems (e.g., LVDS), the receiver detects two states based on differential polarity, which are still “two levels.”
Step-by-Step Solution:
Define HIGH/LOW windows from a logic family datasheet.Map bits to time slots (parallel or serial).Recognize that coding schemes (NRZ, Manchester) still reduce to two decisions per unit interval.Hence, the statement is correct.Verification / Alternative check:Oscilloscope traces of digital buses show time-quantized pulses between two level ranges. Eye diagrams reinforce the two-level detection concept.
Why Other Options Are Wrong:Incorrect: Conflicts with the definition of binary signaling.
“Only for synchronous/low frequency” adds constraints that are not fundamental to the two-level representation.
Common Pitfalls:Confusing line coding variations with multi-level logic. Most general-purpose digital circuits still interpret two states per line.
Final Answer:Correct
Discussion & Comments