Binary Numbers - Formula Booklet - Class Notes VEDxTXT Bot
Binary Numbers - Formula Booklet - Class Notes VEDxTXT Bot
01
Decimal System
In the decimal system, we use 10 digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. Since, 10 basic symbols are used in this system, so its base or radix is 10.
02
Conversion of Integral Decimal Numbers
Step 1: Take the 2 as divisor (as the base or radix of binary number is 2).
Step 2: Write the remainder at each step in bracket as shown in the given example.
Step 3: Repeat this process until we obtain quotient less than the divisor.
e.g. Write (21)10 into binary number system.
2 21
2 10 1
2 5 0
2 2 1
1 0
Step 4 : When we obtain 1 as quotient, start writing the number from there to upward direction, as shown
above.
∴ (21)10 = (10101)2
Therefore, 21 of decimal system is equal to (10101) of binary system.
03
Conversion of Fractional Decimal Numbers
Note : The point in front of the binary is referred to as the binary point.
Binary To Decimal Conversion
04 05
Conversion of Integral Binary Numbers Conversion of Fractional Binary Numbers
For converting binary number to decimal number, we start from the In order to convert the binary fractions to decimal numbers, we use
least significant bit, i.e. from right, by multiplying them with the negative powers of 2 to the right of the binary points.
powers of 2 in increasing order, i.e. with 20, 21, 22 and so on. This
process is repeated until the most significant bit, i.e. left bit has been Ex. Find the decimal equivalent to (0.1101)2.
processed. Adding all of them, we get the required decimal number. a. (81.25)10 b. (0.8125)10
c. (8.125)10 d. None of these
Ex. Conversion of (10010)2 to its equivalent decimal number is Sol. b
a. (18)10 b. (81)10 1 1 0 1
c (16)10 d. (34)10
1 1 1 1
= 2−1 = 2−2 = 2−3 = 2−4
Sol. a 2 4 8 16
(10010)2 = 1 × 24 + 0 × 23 + 0 × 22 + 1 × 21 + 0 × 20 1 1 1 1
= 16 + 0 + 0 + 2 + 0 = 18 ∴ (0.1101) 2 =
×1 + ×1 + × 0 + ×1
2 4 8 16
∴ (10010)2 = (18)10 = 0.5 + 0.25 + 0 + 0.0625 = 0.8125
Now, (0.1101)2 = (0.8125)10
06 07
Arithmetic Operations of Binary Numbers Binary Addition
The arithmetic operations of binary numbers namely addition, The rules of binary addition are
subtraction, multiplication and division are almost similar to those (i) 0 + 0 = 0
of decimal. (ii) 0 + 1 = 1
(iii) 1 + 0 = 1
(iv) 1 + 1 = 10 (one-zero, not ten)
Note : The last rule of often written as 1 + 1 = 0 with a carry of 1.
08
Binary Subtraction
2. What is the product of the binary numbers 1001.01 and 11.1 ? 7. The number 0.0011 in binary system represents
(a) 101110.011 (b) 100000.011 (a) rational number 3 / 8 in decimal system
(c) 101110.101 (d) 100000.101 (b) rational number 1 / 8 in decimal system
(c) rational number 3 / 16 in decimal system
3. The multiplication of the number (10101)2 by (1101)2 yields which (d) rational number 5/16 in decimal system
one of the following ?
(a) (100011001)2 (b) (100010001)2 8. What is the equivalent binary number of the decimal number 13.625 ?
(c) (110010011)2 (d) (100111001)2 (a) 1101.111 (b) 1111.101
(c) 1101.101 (d) 1111.111
4. The binary number 0.111111 . . . (where the digit 1 is recurring) is
equivalent in decimal system to which one of the following? 9. What is the binary number equivalent of the decimal number 32.25 ?
1 11 (a) 100010.10 (b) 100000.10
(a) (b) (c) 100010.01 (d) 100000.01
10 10
10
(c) 1 (d) 10. The number 10101111 in binary system is represented in decimal
11 system by which one of the following numbers?
5. What is the binary equivalent of decimal number (0.8125)10 ? (a) 157 (b) 175
(a) (0.1101)2 (b) (0.1001)2 (c) 571 (d) 751
(c) (0.1111)2 (d) (0.1011)2
Answer Key
1. (d)
2. (a)
3. (c)
4. (b)
5. (b)
6. (d)
7. (b)
8. (c)
9. (c)
10. (c)