Difficulty: Easy
Correct Answer: Windows NT Diagnostics (WINMSD)
Explanation:
Introduction / Context:
On Windows NT, hardware resource conflicts such as IRQ overlaps can cause device malfunctions. The system includes a diagnostics utility that inventories hardware and shows assigned resources so administrators can plan safe installations without guesswork.
Given Data / Assumptions:
Concept / Approach:
Windows NT Diagnostics (WINMSD) enumerates devices and lists resource usage including IRQs, I/O ranges, DMA channels, and memory. This is the correct tool to assess potential conflicts. Other listed utilities either manage servers and domains (Server Manager), control service startup types (Devices), install software (Add/Remove Programs), or manage disks/partitions (Disk Administrator)—none of which display IRQ assignments comprehensively.
Step-by-Step Solution:
Verification / Alternative check:
WINMSD was the canonical NT-era tool used by administrators to troubleshoot blue screens or device failures caused by resource conflicts, confirming its role for pre-installation checks.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming Plug and Play will resolve everything automatically on NT (limited PnP support); forgetting to check motherboard documentation for reserved IRQs.
Final Answer:
Windows NT Diagnostics (WINMSD)
Discussion & Comments