Difficulty: Easy
Correct Answer: sent over one conductor sequentially
Explanation:
Introduction / Context:
Digital systems exchange data either serially or in parallel. Serial links dominate modern interfaces (USB, PCIe, SATA) because they reduce pin count and simplify cabling while achieving very high data rates using advanced signaling and encoding methods.
Given Data / Assumptions:
Concept / Approach:
In serial transmission, bits are sent one after another along the same data path, reusing the medium in time rather than space. This contrasts with parallel transmission, where multiple bits travel simultaneously across multiple conductors in lockstep with a shared clock or strobe.
Step-by-Step Solution:
Verification / Alternative check:
Classic UART links (TX, RX) and SPI MOSI or MISO demonstrate serial behavior: each line conveys a time-ordered bit stream. Oscilloscope captures show a bit sequence, one bit at a time, on the line.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
sent over one conductor sequentially
Discussion & Comments