unsigned and signed binary number in hindi & Binary Numbers Representation in hindi

दोस्तो इस आर्टिकल में हमलोग unsigned and signed binary number in hindi & Binary Numbers Representation in hindi की विस्तृत जानकारी देखेंगे।

Binary Numbers का Representation क्या है ?

Binary Numbers की लिखने का तरीका को ही Representation कहा जाता है। Binary number को Representation करने के केवल दो ही तरीके होते है – 1. Unsigned binary number & 2. Signed binary number

  • Binary Numbers Representation
    1. Unsigned binary number
    2. Signed binary number
      • Sign Magnitude Form
      • 1’s complement Form
      • 2’s complement form

Unsigned binary number क्या है ?

वैसे binary number जिसमे चिन्ह या sign (+,-) का उपयोग नहीं किया जाता है उसे Unsigned binary number कहा जाता है।

Signed binary number क्या है ?

वैसे binary number जिसमे चिन्ह या sign (+,-) का उपयोग करके लिखा जाता है उसे signed binary number कहा जाता है।

जोड़ “+” sign वाला Decimal number को sign Magnitude (SM) , 1’s complement और 2’s complement मे कैसे बदले ?

जोड़ “+” sign को binary मे “0” से दर्शाया जाता है और घटाव “–” sign को binary मे “1” से दर्शाया जाता है।

जोड़ “+” sign वाला Decimal number (DNo.) को sign Magnitude (SM) मे कैसे बदले ?

Decimal number (DNo.) को sign Magnitude (SM) मे बदलने के लिए सबसे पहले जोड़ “+” sign को binary मे “0” सबसे पहले लिखना है उसके बाद Decimal number (DNo.) को binary मे बदलना होता है।

जोड़ “+” sign वाला Decimal number (DNo.) को 1’s complement & 2’s complement मे कैसे बदले ?

जोड़ “+” sign वाला Decimal number (DNo.) मे 1’s complement और 2’s complement number, sign Magnitude (SM) के समान ही होता है।

DNo.SM1’s2’s
+0000000000000
+1000100010001
+2001000100010
+3001100110011
+4010001000100
+5010101010101
+6011001100110
+7011101110111

घटाव “–” sign वाला Decimal number को sign Magnitude (SM) , 1’s complement और 2’s complement मे कैसे बदले ?

घटाव “–” sign को binary मे “1” से दर्शाया जाता है।

घटाव “–” sign वाला Decimal number (DNo.) को sign Magnitude (SM) मे कैसे बदले ?

Decimal number (DNo.) को sign Magnitude (SM) मे बदलने के लिए सबसे पहले घटाव “–” sign को binary मे “1” सबसे पहले लिखना है उसके बाद Decimal number (DNo.) को binary मे बदलना होता है।

घटाव “–” sign वाला Decimal number (DNo.) को 1’s complement और 2’s complement मे कैसे बदले ?

सबसे पहले घटाव “–” sign वाला Decimal number (DNo.) का केवल घटाव “–” sign को जोड़ “+” sign मे बदलना होता है उसके बाद जोड़ “+” sign के साथ Decimal number (DNo.) को Binary number या SM मे बदलना होता है। उसके बाद अंत में पूरी binary number या SM का 1’s complement करना होता है यानी अंत में जो binary number आती उसमे जहां जहां 1 है वहां 0 करना है और जहां जहां 0 है वहां वहां 1 करना होता है।

जबकि 2’s complement मे बदलने के लिए सबसे पहले जोड़ “+” sign के साथ Decimal number (DNo.) को Binary number या SM मे बदलना होता है उसके बाद इस Binary number या SM number को दाएं से पहले 1 तक same लिखना है उसके बाद 1 को 0 और 0 को 1 मे बदलना होता है।

DNo.SM1’s2’s
–01000+0=000011110000
–11001+1=000111101111
–21010+2=001011011110
–31011+3=001111001101
–41100+4=010010111100
–51101+5=010110101011
–61110+6=011010011010
–71111+7=011110001001

Leave a Comment