Introduction
Central Processing Unit (CPU) को computer का brain कहा जाता है। लगभग हर computer operation इस बात पर depend करता है कि CPU instructions को कितनी efficiently process करता है। Competitive exams में अक्सर यह test किया जाता है कि candidates CPU के core components और उनके functions को समझते हैं या नहीं।
ये questions conceptual clarity check करते हैं और IBPS, SBI, और SSC exams में commonly पूछे जाते हैं।
Pattern: CPU Components & Functions
Pattern
मुख्य idea यह है कि CPU के main components-ALU, Control Unit, और Registers- को समझा जाए और हर component द्वारा किए जाने वाले function को सही तरीके से identify किया जाए।
Step-by-Step Example
Question
CPU का कौन-सा part arithmetic और logical operations perform करने के लिए responsible होता है?
Options:
A. Control Unit (CU)
B. Arithmetic Logic Unit (ALU)
C. Registers
D. Cache Memory
Solution
-
Step 1: CPU components समझें
CPU मुख्य रूप से Control Unit, ALU, और Registers से मिलकर बना होता है। -
Step 2: ALU का function पहचानें
ALU सभी arithmetic calculations और logical comparisons perform करता है। -
Step 3: अन्य options eliminate करें
Control Unit instruction flow manage करती है, और Registers temporary data store करते हैं। -
Final Answer:
Arithmetic Logic Unit (ALU) → Option B -
Quick Check:
Addition, subtraction, AND, OR operations → ALU handle करता है ✅
Quick Variations
• Questions में CPU components को उनके functions के साथ match करने को कहा जा सकता है।
• कभी-कभी Registers को options में Cache Memory के साथ confuse किया जाता है।
• CU से जुड़े questions अक्सर control और coordination roles पर focus करते हैं।
Trick to Always Use
- Step 1 → Calculations या comparisons का mention हो → ALU सोचें
- Step 2 → Control, coordination, instruction flow → Control Unit सोचें
- Step 3 → Temporary data या instructions → Registers सोचें
Summary
Summary
- CPU central unit है जो सभी instructions process करता है।
- ALU arithmetic और logical operations handle करता है।
- Control Unit सभी activities को direct और coordinate करती है।
- Registers processing के दौरान data को temporarily store करते हैं।
याद रखने के लिए example:
Addition operation → ALU | Instruction control → CU | Temporary storage → Registers
