Ch01_Lecture 2 Binary Number System(1)
Ch01_Lecture 2 Binary Number System(1)
Number System
Number System
Number System
The digits in a binary number are called bits. When a bit is equal to 0,
it does not contribute to the sum during the conversion
Binary to decimal conversion examples
(11010) 2 = 1 * 24 + 1 * 23 + 1 * 21
= 16 + 8 + 2 = (26) 10
(110101.11) 2 = 1 * 25 + 1 * 24 + 1 * 22
+1*20+ 1 * 2-1+ 1 * 2-2
= 32 + 16 + 4 + 1 + 0.5 + 0.25
= (53.75) 10
Binary Number System
4K = 22 *210=212 =4096
16M = 24 *220=224 =16,777,216
(625) 10 = 29 +26+25+24+20
= (1001110001)
Binary Number System