Difficulty: Easy
Correct Answer: each digital signal has its own conductor
Explanation:
Introduction / Context:
Parallel interfaces such as legacy printer ports and wide memory buses transfer multiple bits simultaneously. Understanding what makes a format parallel helps explain bandwidth, pin count, skew issues, and why many systems have moved to high-speed serial links for longer distances.
Given Data / Assumptions:
Concept / Approach:
Parallel transmission achieves higher instantaneous throughput by spatially distributing bits across multiple lines. The cost is more wiring, larger connectors, and the need to manage timing skew and crosstalk across those lines.
Step-by-Step Reasoning:
Verification / Alternative check:
Look at a typical 8-bit data bus: D0 through D7 are separate pins in the connector or package. Oscilloscope captures show multiple lines changing together on clock edges or strobes.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
each digital signal has its own conductor
Discussion & Comments