hello friends इस article में हम computer organisation & architecture के टॉपिक computer instruction in hindi के बारें में पढेंगे. तो चलिए शुरू करते है:-
Computer instruction in hindi
Computer instruction जो है वे machine language instructions का एक समूह होते है तथा इन्हें एक विशिष्ट कंप्यूटर processor के द्वारा execute किया जाता है.
computer को जो भी हम instruction देंगे वह इसके आधार पर कार्य करेगा.
एक instruction में fields होते है ये fields निम्नलिखित है:-
- operation code (Opcode) field – यह perform होने वाले operation को specify करता है.
- Address field – यह operand की location को स्टोर करता है.
- mode field- यह फील्ड यह specify करता है कि operand कैसे locate होंगे.
एक basic computer के तीन instruction code format होते है जो नीचे दिए गये है:-
- memory – reference instruction
- register – reference instruction
- input – output instruction

memory reference instruction
इस इंस्ट्रक्शन में, 12 bits की मैमोरी का प्रयोग address को specify करने में किया जाता है और एक bit मैमोरी का addressing mode को specify करने में किया जाता है.
register reference instruction
इन instructions को opcode 111 (leftmost bit में 0 के साथ) प्रस्तुत किया जाता है.
register reference instruction जो है वह AC (accumulator) register में operation को specify करता है.
input output instruction
इसे operation code 111 (leftmost bit में 1 के साथ) प्रस्तुत किया जाता है. और बचे हुए 12 bit होते है उनका प्रयोग input output operation के प्रकार को specify करने में किया जाता है.
Summary (सारांश)
Computer instruction दरअसल बाइनरी भाषा यानी machine language का एक ऐसा सेट होता है, जिसके आधार पर computer processor किसी भी कार्य को पूरा करता है। जब भी हम कंप्यूटर को कोई टास्क देते हैं, तो वह इन्हीं निर्देशों को समझकर प्रोसेस करता है। इस आसान लेख में आप Computer Organisation & Architecture के एक बेहद महत्वपूर्ण विषय के बारे में सीखेंगे। यहाँ बहुत ही सरल भाषा में समझाया गया है कि ये निर्देश कैसे काम करते हैं और इनका आर्किटेक्चर कैसा होता है। छात्र इस article को पढ़कर निम्नलिखित मुख्य बातें सीखेंगे:
- Computer instruction और instruction code का बुनियादी अर्थ क्या है।
- Operation code (Opcode), Address field और Mode field जैसी ज़रूरी टर्म्स की जानकारी।
- Memory-reference, Register-reference और Input-output instructions के प्रकार और उनके कार्य।
निवेदन:- इसे अपने friends के साथ share करें. कंप्यूटर आर्गेनाईजेशन और आर्किटेक्चर की और भी articles पोस्ट करूँगा. तो बने रहिये और कोई question हो तो comment जरुर करें. thanks.
memory refrence instruction