Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape

CPU (Central Processing Unit)

CPU (Central Processing Unit)

CPU का full form Central Processing Unit है। CPU computer का एक मुख्य processing component है, जो instructions को execute करता है और data processing में महत्वपूर्ण role निभाता है।

Simple words में, CPU computer के instructions को process और execute करने का मुख्य unit है।

CPU क्या करता है?

जब हम computer को कोई instruction देते हैं, CPU उस instruction को process करता है और required operation perform करता है।

Example:

अगर हमें 25 + 15 calculate करना है:

Input → CPU Processing → Result = 40

CPU के मुख्य Parts

CPU के important functional parts को basic level पर इस तरह समझ सकते हैं:

1. ALU — Arithmetic Logic Unit

ALU का full form Arithmetic Logic Unit है।

यह arithmetic और logical operations perform करता है।

Arithmetic Operations:

  • Addition
  • Subtraction
  • Multiplication
  • Division

Logical Operations:

  • Comparison
  • Greater than
  • Less than
  • Equal to

2. CU — Control Unit

CU का full form Control Unit है।

यह computer के different operations को control और coordinate करता है। यह instructions को interpret करके संबंधित components को काम करने के लिए control signals देता है।

3. Registers

Registers CPU के अंदर मौजूद बहुत तेज छोटी storage locations होती हैं। Processing के दौरान ये data, instructions या intermediate results को temporarily hold करने में मदद करती हैं।

CPU कैसे काम करता है?

CPU instruction processing को basic रूप से तीन steps में समझा जा सकता है:

Fetch → Decode → Execute

Fetch

CPU memory से instruction को प्राप्त करता है।

Decode

CPU instruction को समझता है कि उसे क्या operation perform करना है।

See also  Hardware and Software

Execute

CPU उस instruction के अनुसार operation perform करता है।

इस cycle को लगातार Instruction Cycle के रूप में repeat किया जाता है।

CPU और Clock Speed

CPU की performance को समझने में Clock Speed एक important factor है। इसे आमतौर पर GHz (Gigahertz) में express किया जाता है।

Example:
3.5 GHz CPU का clock frequency 3.5 billion cycles per second के order में होता है।

लेकिन केवल clock speed से CPU की पूरी performance तय नहीं होती। CPU architecture, cores, cache, workload और other factors भी important होते हैं।

CPU Cores

Modern CPUs में एक से अधिक cores हो सकते हैं।

Example:

  • Dual-Core — 2 cores
  • Quad-Core — 4 cores
  • Hexa-Core — 6 cores
  • Octa-Core — 8 cores

Multiple cores computer को कई tasks को efficiently handle करने में मदद कर सकते हैं।

CPU का महत्व

CPU:

  • Instructions execute करता है।
  • Data processing करता है।
  • Calculations perform करता है।
  • Software programs को run करने में मुख्य भूमिका निभाता है।
  • Computer के different operations को coordinate करने में मदद करता है।

Quick Revision

CPU = Central Processing Unit

Main Functional Parts:

ALU → Calculations & Logic
CU → Control & Coordination
Registers → Fast Temporary Holding

Instruction Cycle:
Fetch → Decode → Execute

CPU computer system का मुख्य processing unit है, जो program instructions को execute करके required operations perform करता है।

Leave a Reply

Your email address will not be published. Required fields are marked *