What is Number and Number System?

What is Number ?
Number is a concept of quantity that can be derived from a single unit, the sum of a collection ofunits. Every number occupies a unique position in a sequence, enabling it to be used in counting.
what is Number System ?
There are mainly 4 types of Number System:-
1) Decimal Number System.2) Binary Number System.
3) Octal Number System.
4) Hexadecimal Number System.
Units of Number System:
#Decimal: 0 1 2 3 4 5 6 7 8 9;
#Binary: 0 1
#octal: 0 1 2 3 4 5 6 7
#Hexadecimal: 0 1 2 3 4 5 6 7 8 9 A B C D E F
Three kinds of Conversion of Number Systems:


1.Decimal Number to Binary Number Conversion
Decimal Number –> TO –> Binary Number
103 102 101 28 27 26 25 24 23 21 20
1 1 1 1 1 0 0 1
20
(+) 121
#1111001=26*1+25*1+24*1+23*1+22*0+21*0+20*1
=121
(121)10 = (1111001)2


2.Decimal Number to Octal Number Conversion
Decimal Number –> TO —> Octal Number83 82 81 80 (254)8=82*2+81*5+80*4
2 5 4 = (172)10 =(172)
1 7 1= (121)10 (172)10 = (254)8
3.Decimal Number to Octal Number Conversion
Decimal Number -–> TO—> Hexadecimal Number
162 161 160 (21C)16=162*2+161*1+160*12(C)
2 1 12(C) = (540)10 = (540)10
(540)10= (21C)16
Popular Search terms: what is number,what is number system,binary decimal and octal number conversion,binary to decimal,decimal to binary,decimal to octal conversion,octal to decimal conversion,decimal to hexadecimal conversion, hexadecimal to decimal conversion,binary to hexadecimal..
No comments:
Post a Comment