Difficulty: Easy
Correct Answer: Serial
Explanation:
Introduction / Context:
Cabling complexity and pin count are major considerations in system cost, size, and reliability. Serial links minimize the number of required conductors and have become the dominant approach in modern high-speed interconnects like USB, PCIe, and SATA.
Given Data / Assumptions:
Concept / Approach:
Serial transmission sends bits sequentially on one data line per direction. Parallel transmission sends multiple bits simultaneously, each requiring a dedicated conductor, which multiplies pin count and cable bulk.
Step-by-Step Reasoning:
Verification / Alternative check:
Compare a traditional 8-bit parallel bus to a UART link: 8 data lines vs one TX and one RX (plus ground). The serial solution clearly uses fewer conductors for equivalent data movement over time.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Serial
Discussion & Comments