Difficulty: Easy
Correct Answer: I/O
Explanation:
Introduction / Context:Modern systems interact with people and other devices through a variety of interfaces: keyboards, displays, network adapters, USB, serial ports, and more. The umbrella term for these pathways is input/output, abbreviated I/O.
Given Data / Assumptions:
Concept / Approach:Classify components by function: the CPU executes instructions; the ALU performs arithmetic and logic; I/O handles data exchange at the system boundary. Anything that senses the world (input) or affects the world (output) falls under I/O.
Step-by-Step Solution:
Identify the question's focus: communication with users/other computers.Map communication hardware to the I/O category.Exclude CPU and ALU, which process data but do not directly handle external interaction.Choose “I/O.”Verification / Alternative check:Block diagrams in textbooks show I/O subsystems on the periphery of the CPU/memory complex, interfacing through buses and controllers.
Why Other Options Are Wrong:
Common Pitfalls:Confusing interfaces (I/O) with the protocols (USB, Ethernet). Protocols run over I/O hardware.
Final Answer:I/O
Discussion & Comments