सेंट्रल प्रोसेसिंग यूनिट Central Processing Unit (CPU)
केंद्रीय प्रसंस्करण इकाई Central Processing Unit (CPU)
केंद्रीय प्रसंस्करण इकाई में रजिस्टरों, अंकगणित और नियंत्रण सर्किट का एक सेट होता है, जो एक साथ विधानसभा भाषा में निर्देशों की व्याख्या और निष्पादित करते हैं। सीपीयू के प्राथमिक कार्य हैं
1. सीपीयू निर्देश और इनपुट डेटा को मुख्य मेमोरी से रजिस्टरों यानी आंतरिक मेमोरी में स्थानांतरित करता है।
2. सीपीयू संग्रहीत अनुक्रम में निर्देशों को निष्पादित करता है।
3. जब आवश्यक हो, सीपीयू रजिस्टरों से मुख्य मेमोरी में आउटपुट डेटा स्थानांतरित करता है।
The central processing unit consists of a set of registers, arithmetic and control circuits, which together interpret and execute instructions in assembly language. The primary functions of the CPU are
1. CPU transfers instructions and input data from main memory to registers i.e. internal memory.
2. The CPU executes the instructions in a stored sequence.
3. When necessary, the CPU transfers output data from registers to main memory.
सेंट्रल प्रोसेसिंग यूनिट (सीपीयू) को अक्सर कंप्यूटर का मस्तिष्क कहा जाता है। CPU को सिंगल इंटीग्रेटेड सर्किट (IC) चिप के रूप में बनाया गया है और इसे माइक्रोप्रोसेसर के रूप में भी जाना जाता है। एक सीपीयू सभी आंतरिक और बाहरी उपकरणों को नियंत्रित करता है और अंकगणित और तर्क संचालन करता है। CPU में तीन मुख्य उपप्रणालियाँ होती हैं; अंकगणित तर्क इकाई (ALU), नियंत्रण इकाई (CU), और रजिस्टर।
Central processing unit (CPU) is often called the brain of a computer. The CPU is built as a single integrated circuit (IC) chip and is also known as a microprocessor. A CPU controls all internal and external devices and performs arithmetic and logic operations. The CPU consists of three main subsystems; Arithmetic Logic Unit (ALU), Control Unit (CU), and Register.
Post a Comment