Types of Number System in Computer
आज के लेख में , मैं आप सभी को कंप्यूटर में इस्तिमाल होने वाले number system के बारे में बताने वाला हु | अगर आप सभी कंप्यूटर में number system के बारे में पता नहीं है तो इस लेख को पूरा पढ़े -
Types of Number System in Computer |
Number System किसे कहते है ?
संख्याओं को लिखने और उनके नाम करन के व्यस्था को ही number system कहते है |
Types of Number System in Computer
Number System चार प्रकार के होते है -
- Decimal
- Binary
- Octal
- Hexa
Decimal Number को binary , octal , और hexa में कैसे लिखते हैं | निचे देख के समझ सकते है |
Decimal Binary Octal Hexa
0 0000 0 0
1 0001 1 1
2 0010 2 2
3 0011 3 3
4 0100 4 4
5 0101 5 5
6 0110 6 6
7 0111 7 7
8 1000 - 8
9 1001 - 9
10 1010 - A
11 1011 - B
12 1100 - C
13 1101 - D
14 1110 - E
15 1111 - F
Read More
Post a Comment
0 Comments
If You Have Any Question Then Ask Me Frequently .