Binary number system

A way of representation of numbers that is employed in computers and digital system in which there are only possible values are '0' & '1' and numbers are represented by 2 as its base. Ex: 10011 represents 19. ((1 � 24) + (0 � 23) + (0 � 22) + (1 � 21) + (1 � 20))