Difficulty: Easy
Correct Answer: IRQ5
Explanation:
Introduction / Context:
Before Plug and Play standardized resource allocation, ISA expansion cards required manual configuration of I/O addresses, IRQs, and DMA channels. Sound Blaster-compatible cards had de facto defaults that avoided conflicts with serial and parallel ports.
Given Data / Assumptions:
Concept / Approach:
To minimize conflicts, many sound cards defaulted to IRQ5, leaving IRQ7 available for the LPT1 printer port. Some systems also allowed IRQ7, but IRQ5 became the widely used default for audio. Higher or lower IRQs were possible but less common due to conflicts or limited driver support.
Step-by-Step Solution:
Verification / Alternative check:
Vendor manuals and DOS installers show default settings such as I/O 0x220, IRQ5, DMA1 for 8-bit audio and DMA5 for 16-bit on some models.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming plug-and-play will always resolve ISA conflicts; forgetting to change both IRQ and DMA; overlooking TSRs and drivers that lock resources.
Final Answer:
IRQ5
Discussion & Comments