Computer Science, asked by nilanjanasaha70, 10 months ago

Give two differences between Binary and decimal number.​

Answers

Answered by 3140
2

Answer:

Decimal Numbers are number constructs on base 10 where as Binary number system is on base 2(0,1)

As an example, let us take a Number say 15

Base 10:-

1*10^1+5*10^0=1*10+5*1=10+5=15

Based 2

15=2^3+2^2+2^1+2^0=8+4+2+1=15

15=1111

Take another number say 47

47=2^5+0^4+2^3+2^2+2^1+2^0

=32+0+8+4+2+1=47

47=101111

This is basic of two number systems.

Similar questions