Difficulty: Easy
Correct Answer: serial data
Explanation:
Introduction / Context:
When a figure is referenced but unavailable, we apply the recovery policy by making a minimal, standard assumption: a typical two-device link using a single signal line with time-sequenced bits suggests a serial interface (e.g., UART).
Given Data / Assumptions:
Concept / Approach:
Serial data sends one bit after another over one channel or pair; parallel sends multiple bits simultaneously over multiple lines. A minimal two- or three-wire link (TX, RX, GND) strongly implies serial.
Step-by-Step Solution:
Verification / Alternative check:
Common serial standards (UART, RS-232, RS-485, SPI, I2C) minimize conductors compared to parallel buses which need a data bus width plus control lines.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming parallel simply because two devices are connected. Without a wide ribbon of data lines or bus control signals, parallel is unlikely.
Final Answer:
serial data
Discussion & Comments