Difficulty: Easy
Correct Answer: warm
Explanation:
Introduction / Context:
Boot terminology distinguishes between restarts that cycle power and those that do not. In DOS-era PCs, technicians commonly initiated a non-power-cycle restart to recover from software issues without completely resetting the hardware environment.
Given Data / Assumptions:
Concept / Approach:
A warm boot restarts the system without removing power, reinitializing software and many hardware registers but typically leaving power on to components. A cold boot, by contrast, follows a complete power cycle or hard reset. DOS documentation and technician jargon consistently label the former as a warm boot.
Step-by-Step Solution:
Verification / Alternative check:
Using Ctrl+Alt+Del on DOS reboots without powering off, confirming “warm boot” behavior.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming all reboots are the same; documentation often requires distinguishing warm from cold for hardware initialization issues.
Final Answer:
warm
Discussion & Comments