Computer Architecture / कंप्यूटर आर्किटेक्चर
Computer architecture describes the fundamental organisation of a computer system and the way its major components work together. For competitive examinations, students should understand the relationship among the CPU, memory, registers, input devices, output devices and storage rather than learning these terms separately.
Computer Architecture कंप्यूटर सिस्टम की मूल संरचना तथा उसके विभिन्न components के बीच कार्यात्मक संबंध को समझाता है। प्रतियोगी परीक्षाओं के लिए CPU, memory, registers, input devices, output devices और storage को अलग-अलग याद करने के बजाय इनके आपसी संबंध को समझना महत्वपूर्ण है।
Central Processing Unit / केंद्रीय प्रसंस्करण इकाई
The Central Processing Unit or CPU performs the principal processing operations of a computer. It executes instructions and coordinates computer operations. Two important concepts associated with the CPU are the Arithmetic Logic Unit and Control Unit.
Central Processing Unit अर्थात CPU कंप्यूटर की प्रमुख processing operations को पूरा करता है। यह instructions को execute करता है और computer operations का समन्वय करता है। CPU से जुड़े दो महत्वपूर्ण concepts Arithmetic Logic Unit तथा Control Unit हैं।
Arithmetic Logic Unit / अंकगणित एवं तर्क इकाई
The Arithmetic Logic Unit, commonly called ALU, performs arithmetic and logical operations. Arithmetic operations include calculations such as addition and subtraction, while logical operations involve comparisons and logical decision operations.
Arithmetic Logic Unit को संक्षेप में ALU कहा जाता है। यह arithmetic तथा logical operations करता है। Arithmetic operations में addition और subtraction जैसी गणनाएँ शामिल हैं, जबकि logical operations में comparison और logical decisions से संबंधित कार्य आते हैं।
Control Unit / नियंत्रण इकाई
The Control Unit coordinates the execution of instructions and controls the flow of operations among different parts of the computer. It plays a central role in directing how instructions are processed.
Control Unit instructions के execution का समन्वय करती है और computer के विभिन्न भागों के बीच operations के flow को नियंत्रित करती है। यह instructions को सही क्रम में process कराने में महत्वपूर्ण भूमिका निभाती है।
Registers / रजिस्टर
Registers are very small, high-speed storage locations associated with the processor. They temporarily hold data, instructions or intermediate information required during processing. Their proximity to the CPU enables rapid access.
Registers processor से जुड़े अत्यंत छोटे और तेज storage locations होते हैं। Processing के दौरान आवश्यक data, instructions या intermediate information को इनमें अस्थायी रूप से रखा जा सकता है। CPU के निकट होने के कारण इन तक access बहुत तेज होता है।
Memory and Storage / मेमोरी और स्टोरेज
Memory provides the processor with data and instructions required for current operations, while storage devices are used for longer-term retention. Understanding the memory hierarchy is useful: faster storage is generally located closer to the processor, while larger long-term storage tends to be comparatively slower.
Memory वर्तमान processing के लिए CPU को data और instructions उपलब्ध कराती है, जबकि storage devices का उपयोग लंबे समय तक data रखने के लिए किया जाता है। Memory hierarchy समझना उपयोगी है—processor के निकट स्थित memory सामान्यतः तेज होती है, जबकि बड़ी long-term storage अपेक्षाकृत धीमी हो सकती है।
Von Neumann Concept / वॉन न्यूमैन अवधारणा
John von Neumann is associated with the stored-program computer architecture. A key idea is that instructions and data can be stored in memory. This became one of the fundamental principles influencing general-purpose computer design.
John von Neumann का नाम stored-program computer architecture से जुड़ा है। इसका एक प्रमुख विचार यह है कि instructions तथा data दोनों को memory में रखा जा सकता है। General-purpose computers के विकास में यह एक आधारभूत सिद्धांत बना।