-->

what is number system in computer

 Number System-

The number system is the technique to represent number in the computer system.

These number systems are following types…

        I.            Binary Number System

      II.            Octal Number System

    III.            Decimal Number System

    IV.            Hexadecimal Number System

संख्या प्रणाली कंप्यूटर प्रणाली में संख्या को प्रस्तुत करने की तकनीक है।

ये संख्या प्रणालियाँ निम्नलिखित प्रकार की होती हैं..

        I.            Binary Number System

      II.            Octal Number System

    III.            Decimal Number System

    IV.            Hexadecimal Number System

 

Binary Number System -

The binary number system has 2 bases only and it is represent by 0 & 1 digit.

Example – (1001110)2

बाइनरी नंबर सिस्टम में केवल 2 आधार होते हैं और इसे 0 और 1 अंक द्वारा दर्शाया जाता है।

उदाहरण -(1001110)2

 

Octal Number System -

Which number system is bases 8 and represent by 0-7 digits called octal number system.

Example- (27)8

ऐसी नंबर सिस्टम जिसका आधार 8 है और जिसे 0-7 अंकों द्वारा प्रदर्शित किया जाता है अष्टक Octal Number कहा जाता है।

उदाहरण- (27)8

 

Decimal Number System -

The decimal number system bases are 10 and it is represented by 0-9 digits.

Example- (79)10

दशमलव संख्या प्रणाली का आधार 10 होता हैं और इसे 0-9 अंकों द्वारा दर्शाया जाता है।

उदाहरण- (79)10

 

Hexadecimal Number System -

The hexadecimal bases are 16 and it is represented by alphanumeric value 0-9 and A-F.

Example- (2a7)16

Number

Hexadecimal

0

0

1

1

2

2

3

3

4

4

5

5

6

6

7

7

8

8

9

9

10

A

11

B

12

C

13

D

14

E

15

F

 

हेक्साडेसिमल का आधार 16 होता हैं और इसे अल्फ़ान्यूमेरिक वैल्यू 0-9 और A-F द्वारा दर्शाया जाता है।

उदाहरण- (2a7)16