Difficulty: Easy
Correct Answer: Power.exe
Explanation:
Introduction / Context:
Mobile DOS systems benefit from software power management that idles the CPU and peripherals when inactive. DOS 6.x included a lightweight utility to enable or tune Advanced Power Management settings, helping prolong battery life without special third-party tools.
Given Data / Assumptions:
Concept / Approach:
POWER.EXE is the MS-DOS power management utility. It enables and configures system power-saving policies, such as standby behavior and CPU idling. Correct usage can materially extend run time between charges when paired with compatible BIOS and drivers.
Step-by-Step Solution:
Verification / Alternative check:
Compare idle power draw and run time with POWER enabled versus disabled. If the BIOS supports APM, you should observe cooler operation and longer battery life when the utility is active.
Why Other Options Are Wrong:
a, c, d: These filenames are nonstandard or incorrect for DOS power management.
e: Not applicable because POWER.EXE is the correct utility.
Common Pitfalls:
Expecting aggressive power savings on hardware lacking APM/BIOS support; failing to add the command to startup; confusing POWER with screen savers or CPU throttling tools not present in pure DOS.
Final Answer:
Power.exe
Discussion & Comments