Number System
Number System Any number system there is an ordered set of symbols known as digits with rules defined for performing arithmetic operation like addition, multiplication etc. A collection of these digits makes a number which in general has two parts -- integer and fractional, set apart by a radix point(.) where N= a number b=radix or base of the number system n = number of digits in integer portion m=number of digits in fractional portion d n-1 = most significant digit(msd) d -m =least significant digit(lsd) Types of Number System The four most common number system types are: Decimal number system (Base- 10) Binary number system (Base- 2) Oct...