fcit

Importance of Binary Number System

Number System

किसी भी काम को Numbers के Through Represent करने के तरीके को Number System कहते है| Decimal Number System सबसे ज्यादा Use होने वाला Number System है, जबकि अन्य विभिन्न प्रकार के Number System (Binary Number System,Octal Number System,Hexa Decimal Number System) जिनका Computer System में प्रयोग किया जाता है|

Type of Number System

Number system को इनमे Available number of digit के base पर Define किया जाता है| ये चार Type के होते है –

  1. Binary Number System
  2. Decimal Number System
  3. Octal Number System
  4. Hexadecimal Number System

Binary Number System

हम जो भी Computer को Input देते है, उसे Computer Binary Number System (0,1) में समझता है| जहाँ 1 का मतलब Switch On (True) होता है, और 0 का मतलब Switch Off (False) होता है| Computer का सभी Work System इन्ही दो संकेतो (0,1) पर Depend करती है| इसका Base 2 होता है|

प्रत्येक Binary Digit को Bit भी कहते है| Binary Number System एक Positional Value System है| जहां प्रत्येक Digit की Value को 2 के Power में Express किया जाता है| Binary Number System का use Machine Language में किया जाता है| इसीलिए Machine Language को Binary Language भी कहा जाता है|

Example: (10001)2

Applications of Binary Number System

Computer Technology में Binary Number System बहुत useful है, और Computer Programming Language भी Binary Number System का use करती है| जो Digital encoding में सहायक होती है। Binary Number System का use Boolean Algebra में भी किया जा सकता है|

Decimal Number System

Decimal Number System एक Base 10 Number System है| जिसमे 0-9 Numbers होते है| Decimal Number System भी एक Positional Value System है| अर्थात Digits का Value उनके Position पर Depend करता है| क्योंकि इस Number System में 10 Numbers और इसका Base 10 होता है| इसलिए इसे Octal Number System कहते है|

Example:  (182)10, (5423)10, (6275)10

Applications of Decimal Number System

Decimal Number System का Use, Normal Mathematical Calculations के साथ-साथ Computers में भी किया जाता है|

Octal Number System

Octal Number System में 8 Numbers (0,1,2,3,4,5,6,7) होते है| Decimal Number System भी एक Positional Value System है| जहां प्रत्येक Digit की Value 8 के Power में होती है| क्योंकि इस Number System में 8 Numbers और इसका Base 10 होता है| इसलिए इसे Octal Number System कहते है|

Example:  (456)8, (127)8, (4321)8

Applications of Octal Number System

Octal Number System का use UNIX System पर File Permission और UTF8 Number के Representation के लिए एक किया जाता है।

Hexadecimal Number System

Hexadecimal Number System में 16 Digit होते है| जिसमे 0-9 Numbes और A-F Alphabets होते है| जहां A, 10 को Represent करता है, और F, 15 को Represent करता है| Hexadecimal Number System भी एक Positional Value System है| जहां प्रत्येक Digit की Value 16 के Power में होती है| क्योंकि इस Number System में 16 Numbers और इसका Base 16 होता है| इसलिए इसे Hexadecimal Number System कहते है|

Example: (AF5)16, (A21)16, (FFFF)16

Applications of the Hexadecimal number system

  • Microprocessor और Computer Programming में use किया जाता है।
  • प्रत्येक Byte के लिए Memory में Locations का Describe करने के लिए use किया जाता है।
  • Web Page पर Color का Describe करने में मदद करता है।

Importance of Binary Number System

Binary Number System सभी Computer Systems और Operation का Base होता है| यह Computers को CPU या Memory से द्वारा सभी प्रकार की Information को Store, Access और Manipulate करने में सक्षम बनाता है। Digital 1s और 0s का Binary Schema Computers को काम करने के लिए एक Simple और Effiecient तरीका प्रदान करता है। यह Logic Circuit को Control करने और Electric Signal के True (1) और False (0) States को Detect करने का Efficient तरीका भी प्रदान करता है। इससे ऐसे Application को Develop करना संभव हो जाता है, जो Users को निम्नलिखित कार्य करने में सक्षम बनाते हैं –

  • Access Website
  • Create and Update Documents
  • Play Game
  • Access Software etc.
Tags: No tags

Add a Comment

Your email address will not be published. Required fields are marked *