Practical Assignment No. 2, Fatima Nadeem
Practical Assignment No. 2, Fatima Nadeem
NUMBER BASES
Presentation by Fatima Nadeem
COMPLETE THE FOLLOWING
CONVERSIONS:
CONVERT BINARY
10011101_2 = 128 + 0 + 0 + 16 + 8 +
NUMBER 10011101 4+0+1
TO DECIMAL. ans: 157
82 / 2 = 41 (remainder 0) 41 / 2 = 20
CONVERT DECIMAL
(remainder 1) 20 / 2 = 10 (remainder 0)
NUMBER 82 TO
10 / 2 = 5 (remainder 0) 5 / 2 = 2
BINARY.
(remainder 1) 2 / 2 = 1 (remainder 0) 1 /
2 = 0 (remainder 1) ans: 1010010
CONVERT OCTAL 72 = (7 \times 8) + (2 \times 1)
NUMBER 72 TO ans: 58
DECIMAL.
CONVERT
010=2, 011=3, 011=3
BINARY NUMBER ans:233
1001011 TO
OCTAL