A processor (CPU) is the logic circuitry that responds to and processes the basic instructions that drive a computer. The CPU is seen as the main and most crucial integrated circuitry (IC) chip in a computer, as it is responsible for interpreting most of computers commands. CPUs will perform most basic arithmetic, logic and I/O operations, as well as allocate commands for other chips and components running in a computer.



computer processor




The term processor is user interchange able with the term central processing unit (CPU), although strictly speaking, the CPU is not the only processor in a computer. The GPU (graphics processing unit) is the most notable example, but the hard drive and other devices within a computer also perform some processing independently. Nevertheless, the term processor is generally understood to mean the CPU.

Processors can be found in PCs, smartphones, tablets and other computers. The two main competitors in the processor market are Intel and AMD.

The basic elements of a processor

The basic elements of a processor include:

  • The arithmetic logic unit (ALU), which carries out arithmetic and logic operation on the operands in instructions. 
  • The floating point unit (FPU), also known as a math coprocessor or numeric coprocessor, a specialized coprocessor that manipulates numbers more quickly than the basic microprocessor circuitry can.
  • Register, which hold instructions and other data. Registers supply operands to the ALU and store the results of operations.
  • L1 and L2 cache memory. Their inclusion in the CPU saves time compared to having to get data from random access memory (RAM).

CPU Operations

The four primary functions of a processor are fetch, decode, execute and write back.

  • Fetch- is the operation which receives instructions from program memory from a systems RAM.
  • Decode- is where the instruction is converted to understand which other parts of the CPU are needed to continue the operation. This is performed by the instruction decoder
  • Execute- is where the operation is performed. Each part of the CPU that is needed is activated to carry out the instructions.
प्रोसेसर

एक प्रोसेसर (सीपीयू) एक लॉजिक सर्किट है जो कंप्यूटर को चलाने वाले मूल निर्देशों का जवाब देता है और संसाधित करता है। सीपीयू को कंप्यूटर में मुख्य और सबसे महत्वपूर्ण एकीकृत सर्किटरी (आईसी) चिप के रूप में देखा जाता है, क्योंकि यह अधिकांश कंप्यूटर कमांड की व्याख्या करने के लिए जिम्मेदार है। सीपीयू सबसे बुनियादी अंकगणितीय, तर्क और I / O संचालन करेगा, साथ ही साथ कंप्यूटर में चलने वाले अन्य चिप्स और घटकों के लिए कमांड आवंटित करेगा।

शब्द प्रोसेसर का उपयोग केंद्रीय प्रसंस्करण इकाई (सीपीयू) शब्द के साथ किया जाता है, हालांकि कड़ाई से बोलने पर, कंप्यूटर में सीपीयू एकमात्र प्रोसेसर नहीं है। GPU (ग्राफिक्स प्रोसेसिंग यूनिट) सबसे उल्लेखनीय उदाहरण है, लेकिन कंप्यूटर के भीतर हार्ड ड्राइव और अन्य डिवाइस भी स्वतंत्र रूप से कुछ प्रसंस्करण करते हैं। फिर भी, आमतौर पर प्रोसेसर शब्द का मतलब सीपीयू समझा जाता है।

प्रोसेसर पीसी, स्मार्टफोन, टैबलेट और अन्य कंप्यूटरों में पाए जा सकते हैं। प्रोसेसर बाजार में दो मुख्य प्रतियोगी इंटेल और एएमडी हैं।

एक प्रोसेसर के मूल तत्व
एक प्रोसेसर के मूल तत्वों में शामिल हैं:

अंकगणित तर्क इकाई (ALU), जो अंकगणित और तर्क संचालन को निर्देश में संचालित करती है।
फ्लोटिंग पॉइंट यूनिट (FPU), जिसे गणित कोप्रोसेसर या न्यूमेरिक कोप्रोसेसर के रूप में भी जाना जाता है, एक विशेष कोप्रोसेसर कॉन्ट्रैक्ट बेसिक माइक्रोप्रोसेसर सर्किट्री की तुलना में अधिक तेज़ी से संख्याओं में हेरफेर करता है।
रजिस्टर, जो निर्देश और अन्य डेटा रखते हैं। रजिस्टर्स ALU को ऑपरेंड की आपूर्ति करता है और संचालन के परिणामों को संग्रहीत करता है।
L1 और L2cache मेमोरी। सीपीयू में उनका समावेश रैंडम एक्सेस मेमोरी (रैम) से डेटा प्राप्त करने की तुलना में समय बचाता है।
सीपीयू संचालन
एक प्रोसेसर के चार प्राथमिक कार्य हैं, डिकोड, निष्पादित और वापस लिखना।

Fetch- एक ऑपरेशन है जो सिस्टम रैम से प्रोग्राम मेमोरी से निर्देश प्राप्त करता है।
डिकोड- वह जगह है जहां निर्देश को समझने के लिए परिवर्तित किया जाता है कि ऑपरेशन को जारी रखने के लिए सीपीयू के अन्य भागों की क्या आवश्यकता है। यह निर्देश डिकोडर द्वारा किया जाता है
निष्पादित - वह जगह है जहां ऑपरेशन किया जाता है। सीपीयू के प्रत्येक भाग की जरूरत होती है जो निर्देशों को पूरा करने के लिए सक्रिय होता है।