A. प्राप्त करना फिर समझना फिर निष्पादित करना/Fetch then Decode then Execute
Explanation
Simple Explanation
केंद्रीय प्रसंस्करण इकाई पहले निर्देश प्राप्त करती है फिर उसका अर्थ समझती है और अंत में उसे निष्पादित करती है। क्रम आधारित प्रश्नों में तीनों चरण याद रखें। / The central processing unit first fetches an instruction then decodes it and finally executes it. Remember all three stages in sequence-based questions.
B. नियंत्रण इकाई कार्यों का निर्देशन करती है जबकि अंकगणितीय तार्किक इकाई गणना और तुलना करती है/The control unit directs operations while the arithmetic logic unit performs calculations and comparisons
Explanation
Simple Explanation
नियंत्रण इकाई निर्देशों के प्रवाह का समन्वय करती है और अंकगणितीय तार्किक इकाई गणितीय तथा तार्किक कार्य करती है। दोनों केंद्रीय प्रसंस्करण इकाई के भाग हैं। / The control unit coordinates instruction flow while the arithmetic logic unit performs mathematical and logical operations. Both are parts of the central processing unit.
C. वे केंद्रीय प्रसंस्करण इकाई के भीतर तत्काल डेटा रखते हैं/They hold immediate data inside the central processing unit
Explanation
Simple Explanation
रजिस्टर केंद्रीय प्रसंस्करण इकाई के भीतर स्थित होते हैं और तात्कालिक निर्देश तथा डेटा रखते हैं। उनकी क्षमता छोटी लेकिन पहुंच अत्यंत तेज होती है। / Registers are located inside the central processing unit and hold immediate instructions and data. Their capacity is small but access is extremely fast.
D. यह बार बार उपयोग होने वाला डेटा केंद्रीय प्रसंस्करण इकाई के पास रखती है/It keeps frequently used data close to the central processing unit
Explanation
Simple Explanation
कैश स्मृति बार बार आवश्यक डेटा को तेजी से उपलब्ध कराकर प्रतीक्षा समय कम करती है। इसे मुख्य स्मृति से छोटी और तेज समझें। / Cache memory reduces waiting time by providing frequently needed data quickly. Understand it as smaller and faster than main memory.
A. अधिक सक्रिय कार्यक्रमों का डेटा मुख्य स्मृति में रह सकता है/Data from more active programs can remain in main memory
Explanation
Simple Explanation
अधिक रैंडम एक्सेस मेमोरी से कई कार्यक्रमों के सक्रिय डेटा को भंडारण पर बार बार भेजने की आवश्यकता घट सकती है। इससे बहुकार्यन अधिक सुचारु हो सकता है। / More random access memory can reduce the need to move active program data repeatedly to storage. This can make multitasking smoother.
B. भंडारण की पहुंच रैंडम एक्सेस मेमोरी से धीमी होती है/Storage access is slower than random access memory
Explanation
Simple Explanation
आभासी स्मृति भंडारण के हिस्से को अस्थायी स्मृति की तरह उपयोग करती है। भंडारण रैंडम एक्सेस मेमोरी से धीमा होने के कारण प्रदर्शन घट सकता है। / Virtual memory uses part of storage as temporary memory. Performance may decrease because storage is slower than random access memory.
C. यह बिजली बंद होने पर भी अपना डेटा बनाए रखती है/It retains its data even when power is off
Explanation
Simple Explanation
रीड ओनली मेमोरी का डेटा सामान्यतः बिजली बंद होने पर भी सुरक्षित रहता है। इसी कारण इसे अपरिवर्तनशील स्मृति कहते हैं। / Read only memory normally retains its data even when power is removed. Therefore it is called non-volatile memory.
D. प्राथमिक स्मृति सक्रिय प्रसंस्करण में सीधे उपयोग होती है जबकि द्वितीयक भंडारण दीर्घकालिक डेटा रखता है/Primary memory is used directly in active processing while secondary storage keeps long-term data
Explanation
Simple Explanation
प्राथमिक स्मृति चल रहे कार्यों के लिए तेज पहुंच देती है जबकि द्वितीयक भंडारण डेटा को लंबे समय तक सुरक्षित रखता है। दोनों की भूमिका अलग है। / Primary memory provides fast access for running tasks while secondary storage preserves data for the long term. Their roles are different.
A. घटकों के बीच डेटा संकेत पहुंचाना/Carry data signals between components
Explanation
Simple Explanation
डेटा बस केंद्रीय प्रसंस्करण इकाई स्मृति और अन्य घटकों के बीच डेटा पहुंचाती है। इसे कंप्यूटर के आंतरिक संचार मार्ग के रूप में समझें। / The data bus carries data between the central processing unit memory and other components. Understand it as an internal communication pathway.
B. किस स्मृति स्थान या उपकरण तक पहुंचना है यह बताना/Indicate which memory location or device is to be accessed
Explanation
Simple Explanation
पता बस उस स्थान की पहचान करती है जहां डेटा पढ़ना या लिखना है। इसे डेटा बस से अलग पहचानें। / The address bus identifies the location from which data is read or to which it is written. Distinguish it from the data bus.