Difficulty: Easy
Correct Answer: wires
Explanation:
Introduction / Context:
A bus is a fundamental interconnection mechanism used in computer architecture, embedded systems, and digital electronics. Understanding what physically constitutes a bus clarifies how data, addresses, and control signals traverse between a CPU, memory, and peripherals.
Given Data / Assumptions:
Concept / Approach:
At the physical layer, digital signals require conductive paths. In printed circuit boards and inside chips, these paths are metallic conductors (often copper). Multiple such conductors grouped together and coordinated by timing constitute the bus. Higher-level terms like 'registers,' 'gates,' or 'transistors' refer to storage or active devices, not the passive medium carrying signals.
Step-by-Step Solution:
Verification / Alternative check:
Standard textbooks and microprocessor datasheets depict buses as bundles of lines (schematic thick lines) labeled with bit ranges, confirming that buses are made of wires/traces.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing the medium (wires) with active circuitry; assuming 'bus' is purely logical with no physical meaning; overlooking that serial buses still map to one or more physical conductors.
Final Answer:
wires
Discussion & Comments