Introduction
booting process यह समझाता है कि कोई computer system powered-off state से कैसे start होकर use के लिए ready बनता है। यह pattern competitive exams में बहुत popular है क्योंकि इसमें direct factual knowledge शामिल होता है जिसे test करना आसान होता है।
Questions आमतौर पर one-liners होते हैं और boot types, system checks, और startup components पर focus करते हैं।
Pattern: Booting Process & Startup Types
Pattern
Booting वह process है जिसमें computer के powered on या restarted होने पर operating system को main memory में load किया जाता है।
Step-by-Step Example
Question
जब computer को power off किए बिना restart किया जाता है, तो कौन-सा booting type होता है?
Options:
A. Cold boot
B. Hard boot
C. Warm boot
D. Network boot
Solution
-
Step 1: System state पहचानें
Question में clearly बताया गया है कि computer को power off किए बिना restart किया गया है। -
Step 2: Booting type से match करें
Power off किए बिना system को restart करना warm boot कहलाता है। -
Final Answer:
Warm boot → Option C -
Quick Check:
OS में Restart option हमेशा warm boot perform करता है ✅
Quick Variations
1. Questions में cold boot और warm boot के बीच difference पूछा जा सकता है।
2. कभी-कभी POST (Power-On Self-Test) के बारे में पूछा जाता है।
3. boot loader या startup sequence की identification भी common है।
Trick to Always Use
- Step 1 → Power OFF से ON करना = Cold boot.
- Step 2 → Power off किए बिना restart = Warm boot.
Summary
Summary
- Booting, OS को memory में load करने की process है।
- Cold boot system को powered-off state से start करता है।
- Warm boot system को power off किए बिना restart करता है।
- यह exam का एक बहुत common और easy-scoring pattern है।
