Difficulty: Easy
Correct Answer: False
Explanation:
Introduction / Context:
Digital electronics represent information using discrete logic levels (commonly two: LOW and HIGH). Although underlying voltages are physical and can vary, digital design defines threshold regions to interpret signals as one of a small set of stable symbols, not a continuum of values for data encoding.
Given Data / Assumptions:
Concept / Approach:
In digital systems, a wire carries symbols (0 or 1) determined by thresholding, not precise analog magnitudes. While signals physically transition continuously during edges, the information model uses discrete states. Multilevel schemes (e.g., PAM-4) still use a finite set of levels, not continuous values.
Step-by-Step Reasoning:
Verification / Alternative check:
Look at datasheet noise margins: as long as signals stay within guaranteed ranges, the receiver decodes a clean 0 or 1 regardless of small analog variation, proving information is not “continuously variable.”
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
False
Discussion & Comments