Tuesday, February 25, 2014

Binary Number System

  • A Base 2 number system
  • There are 2 symbols that represent quantities,
    • 0 and 1
  • Each place value in a binary number is a power of 2
    • 23, 22, 21, 20
  • 5710 to binary
 
  • Convert 0.437510to binary


     Convert 11001112 to Decimal
26
25
24
23
22
21
20
1
1
0
0
1
1
1
64
32
16
8
4
2
1
    • 11001112=26x1+25x1+24x0+23x0+2x1+21x1+20x1
    • 11001112=6410+3210+410+210+110
    • 11001112=10310  
Convert 0.110112 to Decimal
2-1
2-2
2-3
2-4
2-5
1
1
0
1
1
64
32
16
8
4
  •            0.110112=2-1x1+2-2x1+2-3x0+2-4x1+2-5x1
  •            0.110112=0.510+0.2510+0.062510+0.0312510
  •      0.110112=0.8437510 



No comments:

Post a Comment