Difficulty: Easy
Correct Answer: ISA
Explanation:
Introduction / Context:
Before ubiquitous 3.5-inch drives and SATA, some manufacturers integrated a hard disk and controller onto a single expansion card called a “hard card.” Understanding which system bus these cards used is a matter of PC hardware history.
Given Data / Assumptions:
Concept / Approach:
Hard cards plugged into the motherboard expansion slots and presented as an integrated controller+drive. The prevalent general-purpose expansion interface at that time was ISA (Industry Standard Architecture), available in 8-bit and 16-bit variants.
Step-by-Step Solution:
Verification / Alternative check:
Technical manuals and ads from the period list “Hardcard” devices as ISA add-ins compatible with AT-class systems, not PCMCIA (laptop) nor SCSI unless using a separate SCSI controller card.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing storage encoding/drive interfaces (MFM/RLL/IDE) with the motherboard expansion bus; assuming SCSI due to external devices without considering slot form factor.
Final Answer:
ISA
Discussion & Comments