Difficulty: Easy
Correct Answer: as a slave
Explanation:
Introduction / Context:
On legacy PCs with a single IDE/ATA channel (one ribbon cable with two connectors), two devices can coexist as master and slave. Proper jumper configuration avoids bus contention and ensures the system boots from the intended drive.
Given Data / Assumptions:
Concept / Approach:
IDE requires one device be designated master and the other slave when sharing a channel. The boot order is governed by BIOS settings and device roles. Therefore, the new drive should be jumpered as slave (or set to Cable Select if both devices and cable support CS, but the canonical answer for exams is to select “slave”).
Step-by-Step Solution:
Verification / Alternative check:
BIOS autodetect should show two devices on Primary IDE. The OS should present the second drive as an additional disk once partitioned and formatted.
Why Other Options Are Wrong:
Common Pitfalls:
Leaving both drives as master, mixing Cable Select with fixed master/slave jumpers, or connecting the master to the middle connector while using non-CS mode.
Final Answer:
as a slave
Discussion & Comments