View Categories

CPU- सी.पी.यू.

5 min read

The CPU – The Brain of the Machine सी.पी.यू. – मशीन का मस्तिष्क

Every time you click a mouse, press a key, or open an app, you are sending instructions to the Central Processing Unit (CPU). It is a small silicon chip, but it contains billions of microscopic transistors that work together to process data at lightning speed.
जब भी आप माउस क्लिक करते हैं, कोई की (key) दबाते हैं, या कोई ऐप खोलते हैं, तो आप सेंट्रल प्रोसेसिंग यूनिट (CPU) को निर्देश भेज रहे होते हैं। यह एक छोटा सिलिकॉन चिप है, लेकिन इसमें अरबों सूक्ष्म ट्रांजिस्टर होते हैं जो बिजली की गति से डेटा प्रोसेस करने के लिए मिलकर काम करते हैं।

1. What is a CPU? (CPU क्या है?)

The CPU is the primary component of a computer that acts as its control center. It interprets and carries out the basic instructions that operate a computer. Most modern CPUs are “multi-core,” meaning they have multiple processors on a single chip to handle many tasks at once.
CPU कंप्यूटर का प्राथमिक घटक है जो इसके नियंत्रण केंद्र (Control Center) के रूप में कार्य करता है। यह उन बुनियादी निर्देशों की व्याख्या करता है और उन्हें निष्पादित करता है जो कंप्यूटर को संचालित करते हैं। अधिकांश आधुनिक CPU “मल्टी-कोर” होते हैं, जिसका अर्थ है कि एक साथ कई कार्यों को संभालने के लिए एक ही चिप पर कई प्रोसेसर होते हैं।

2. The Three Core Components of a CPU
CPU के तीन मुख्य घटक

To process data, the CPU relies on three main internal sections: the Control Unit (CU), the Arithmetic Logic Unit (ALU), and Registers.
डेटा को प्रोसेस करने के लिए, CPU तीन मुख्य आंतरिक भागों पर निर्भर करता है: कंट्रोल यूनिट (CU), अरिथमेटिक लॉजिक यूनिट (ALU), और रजिस्टर (Registers)।

A. The Control Unit (CU) / कंट्रोल यूनिट

The Control Unit is like a traffic policeman or a manager. It does not perform any actual data processing itself. Instead, it directs the flow of data and tells the rest of the computer how to respond to a program’s instructions.
कंट्रोल यूनिट एक ट्रैफिक पुलिस या मैनेजर की तरह है। यह स्वयं कोई वास्तविक डेटा प्रोसेसिंग नहीं करता है। इसके बजाय, यह डेटा के प्रवाह को निर्देशित करता है और कंप्यूटर के बाकी हिस्सों को बताता है कि प्रोग्राम के निर्देशों का पालन कैसे करना है।

Functions: Fetches instructions from memory, decodes them, and directs other units to execute them.
कार्य: मेमोरी से निर्देश प्राप्त करना (Fetch), उन्हें डिकोड करना और अन्य इकाइयों को उन्हें निष्पादित (Execute) करने के लिए निर्देशित करना।

B. The Arithmetic Logic Unit (ALU) / अरिथमेटिक लॉजिक यूनिट

The ALU is the “calculator” of the CPU. This is where the actual work happens. It performs two types of operations:
ALU, CPU का “कैलकुलेटर” है। यहीं पर वास्तविक कार्य होता है। यह दो प्रकार के ऑपरेशन करता है:
Arithmetic Operations: Addition, subtraction, multiplication, and division. (अंकगणितीय गणनाएं: जोड़, घटाव, गुणा और भाग।)
Logical Operations: Comparisons such as “Equal to,” “Greater than,” or “Less than” (AND, OR, NOT). (तार्किक संचालन: “बराबर”, “अधिक” या “कम” जैसी तुलनाएं।)

C. Registers / रजिस्टर

Registers are small, high-speed storage locations within the CPU itself. They are much faster than RAM but hold very little data. They are used to temporarily hold data that the CPU is currently working on.
रजिस्टर CPU के भीतर ही स्थित छोटे, उच्च-गति वाले स्टोरेज स्थान हैं। ये रैम (RAM) की तुलना में बहुत तेज़ होते हैं लेकिन बहुत कम डेटा रखते हैं। इनका उपयोग उस डेटा को अस्थायी रूप से रखने के लिए किया जाता है जिस पर CPU वर्तमान में काम कर रहा है।

Example: If you are adding $5 + 10$, the numbers 5 and 10 are held in registers while the ALU adds them.
उदाहरण: यदि आप $5 + 10$ जोड़ रहे हैं, तो 5 और 10 नंबरों को रजिस्टरों में रखा जाता है जबकि ALU उन्हें जोड़ता है।

3. How the CPU Works: The Machine Cycle
CPU कैसे काम करता है: मशीन साइकिल

The CPU performs its tasks through a repetitive process called the Instruction Cycle or Machine Cycle, which consists of four steps:
CPU एक दोहराव वाली प्रक्रिया के माध्यम से अपने कार्यों को पूरा करता है जिसे इंस्ट्रक्शन साइकिल या मशीन साइकिल कहा जाता है, जिसमें चार चरण होते हैं:

Fetch (प्राप्त करना): The Control Unit gets an instruction from the system memory (RAM).
(कंट्रोल यूनिट सिस्टम मेमोरी (RAM) से एक निर्देश प्राप्त करती है।)

Decode (डिकोड करना): The Control Unit interprets the instruction to see what needs to be done.
(कंट्रोल यूनिट निर्देश की व्याख्या करती है कि क्या किया जाना है।)

Execute (निष्पादित करना): The ALU performs the actual calculation or operation.
(ALU वास्तविक गणना या ऑपरेशन करता है।)

Store (स्टोर करना): The result is written back to memory or a register.
(परिणाम को वापस मेमोरी या रजिस्टर में लिख दिया जाता है।)

4. CPU Speed: Hertz and Cores
CPU की गति: हर्ट्ज़ और कोर

When buying or studying a CPU, you often see terms like Gigahertz (GHz).
जब आप CPU खरीदते या पढ़ते हैं, तो आप अक्सर गीगाहर्ट्ज़ (GHz) जैसे शब्द देखते हैं।
Clock Speed: Measured in GHz, it tells you how many billions of cycles a CPU can perform per second. A 3.5 GHz CPU performs 3.5 billion cycles every second.
क्लॉक स्पीड: GHz में मापी जाती है, यह बताती है कि एक CPU प्रति सेकंड कितने अरबों साइकिल कर सकता है। 3.5 GHz का CPU हर सेकंड 3.5 अरब साइकिल करता है।

Cores: A “Core” is a single processing unit. A Quad-core CPU has four “brains” working together.
कोर: एक “कोर” एक एकल प्रोसेसिंग यूनिट है। क्वाड-कोर CPU में चार “मस्तिष्क” एक साथ काम करते हैं।

Summary Table: CPU Components
सारांश तालिका: CPU घटक

Component (घटक)Role (भूमिका)Simplified Analogy (सरल उपमा)
Control Unit (CU)Directs and manages operations.The Manager (प्रबंधक)
ALUPerforms math and logic.The Calculator (कैलकुलेटर)
RegistersFast, temporary storage.The Notepad (नोटपैड)
Clock SpeedDetermines performance speed.The Heartbeat (धड़कन)
Scroll to Top