Decimal Number System Vs. Binary Number System

Notes:

Decimal Number System Vs. Binary Number System:
- Lets understand the difference between decimal number system and binary number system

Decimal Number System: (base=10)
0,1,2,3,4,5,6,7,8,9
Ex: 65, 15, 35, 40, 128 etc.

Binary Number System: (base =2)
0, 1
Ex: 01000001, 00001111, 00100011, 00101000, 10000000 etc.