Number System
Number System
To convert the decimal whole number from base 10 to base 2 divide that number
by 2. The division operation is repeated until the quotient is equal to zero. The
answers are developed by reading up the remainder.
Example:
1. 8710 = ______________2
2. 11210 = ______________2
3. 22410 = ______________2
4. 77510 = ______________2
5. 31910 = ______________2
CONVERSION OF FRACTION: DECIMAL TO
BINARY
A decimal fraction can be converted to binary by using the sum-of-weights
or the repeated multiplication-by-2 method.
Example
1. 0.7510 = ______________2
2. 0.312510 = ______________2
3. 0.37510 = ______________2
DECIMAL TO OCTAL CONVERSION
Divide the decimal number by 8 and note the remainder after
each division. When the divide operation produces a quotient
equal to zero the process is terminated.
Example:
1. 2810 = ______________8
2. 6510 = ______________8
3. 7010 = ______________8
DECIMAL TO HEXADECIMAL
CONVERSION
The decimal number and each successive quotient is divided by
16 and noting the remainders. The sequence of remainder in
reverse order gives the hexadecimal equivalent.
Example:
1. 18710 = ______________16
2. 28410 = ______________16
3. 43310 = ______________16
BINARY NUMBER
1. 4139.E816 = ______________10