binary number system and conversion digital electronics

18
Binary Number System And Conversion Digital Electronics

Upload: laurence-scott

Post on 13-Dec-2015

238 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Binary Number System And Conversion Digital Electronics

Binary Number System And Conversion

Digital Electronics

Page 2: Binary Number System And Conversion Digital Electronics

Bridging the Digital Divide

72123453463

93523

137275

16

935

145

00100

0101011

10101010

100101101

011011110

1

010

00101101

00100

0101011

011011

1101

00101101

00100

001011

10101

010100101101

011011

1101

010

00101101

00100

0101011011011

1101

00101

10010 10010

00101101

72123453463 935

23

137275

16

935

145

Binary-to-DecimalConversion

Decimal-to-BinaryConversion

2

Page 3: Binary Number System And Conversion Digital Electronics

Decimal ‒to‒ Binary ConversionThe Process : Successive Division

a) Divide the Decimal Number by 2; the remainder is the LSB of Binary Number .

b) If the quotation is zero, the conversion is complete; else repeat step (a) using the quotation as the Decimal Number. The new remainder is the next most significant bit of the Binary Number.

Example:

Convert the decimal number 610 into its binary equivalent.

Bit tSignifican Most 1 r 0 1 2

1 r 1 3 2

Bit tSignifican Least 0 r 3 6 2

610 = 1102

3

Page 4: Binary Number System And Conversion Digital Electronics

Dec → Binary : Example #1Example:

Convert the decimal number 2610 into its binary equivalent.

4

Page 5: Binary Number System And Conversion Digital Electronics

Dec → Binary : Example #1Example:

Convert the decimal number 2610 into its binary equivalent.

Solution:

LSB 0 r 13 26 2

MSB 1 r 0 1 2

1 r 6 13 2

0 r 3 6 2

1 r 1 3 2

2610 = 110102

5

Page 6: Binary Number System And Conversion Digital Electronics

Dec → Binary : Example #2Example:

Convert the decimal number 4110 into its binary equivalent.

6

Page 7: Binary Number System And Conversion Digital Electronics

Dec → Binary : Example #2Example:

Convert the decimal number 4110 into its binary equivalent.

Solution:

LSB 1 r 20 41 2

0 r 10 20 2

0 r 5 10 2

1 r 2 5 2

4110 = 1010012

MSB 1 r 0 1 2

0 r 1 2 2

7

Page 8: Binary Number System And Conversion Digital Electronics

Dec → Binary : More Examples

a) 1310 = ?

b) 2210 = ?

c) 4310 = ?

d) 15810 = ?

8

Page 9: Binary Number System And Conversion Digital Electronics

Dec → Binary : More Examples

a) 1310 = ?

b) 2210 = ?

c) 4310 = ?

d) 15810 = ?

1 1 0 1 2

1 0 1 1 0 2

1 0 1 0 1 1 2

1 0 0 1 1 1 1 0 2

9

Page 10: Binary Number System And Conversion Digital Electronics

Binary ‒to‒ Decimal ProcessThe Process : Weighted Multiplication

a) Multiply each bit of the Binary Number by it corresponding bit-weighting factor (i.e. Bit-0→20=1; Bit-1→21=2; Bit-2→22=4; etc).

b) Sum up all the products in step (a) to get the Decimal Number.

Example:

Convert the decimal number 01102 into its decimal equivalent.

0110 2 = 6 10

0 1 1 023 22 21 20

8 4 2 1

0 + 4 + 2 + 0 = 610

Bit-Weighting Factors

10

Page 11: Binary Number System And Conversion Digital Electronics

Binary → Dec : Example #1Example:

Convert the binary number 100102 into its decimal equivalent.

11

Page 12: Binary Number System And Conversion Digital Electronics

Binary → Dec : Example #1Example:

Convert the binary number 100102 into its decimal equivalent.

\ 100102 = 1810

1 0 0 1 024 23 22 21 20

16 8 4 2 1

16 + 0 + 0 + 2 + 0 = 1810

Solution:

12

Page 13: Binary Number System And Conversion Digital Electronics

Binary → Dec : Example #2Example:

Convert the binary number 01101012 into its decimal equivalent.

13

Page 14: Binary Number System And Conversion Digital Electronics

Binary → Dec : Example #2Example:

Convert the binary number 01101012 into its decimal equivalent.

\ 01101012 = 5310

0 1 1 0 1 0 126 25 24 23 22 21 20

64 32 16 8 4 2 1

0 + 32 + 16 + 0 + 4 + 0 + 1 = 5310

Solution:

14

Page 15: Binary Number System And Conversion Digital Electronics

Binary → Dec : More Examples

a) 0110 2 = ?

b) 11010 2 = ?

c) 0110101 2 = ?

d) 11010011 2 = ?

15

Page 16: Binary Number System And Conversion Digital Electronics

Binary → Dec : More Examples

a) 0110 2 = ?

b) 11010 2 = ?

c) 0110101 2 = ?

d) 11010011 2 = ?

6 10

26 10

53 10

211 10

16

Page 17: Binary Number System And Conversion Digital Electronics

Summary & Review

Base10DECIMAL

Base2BINARY

SuccessiveDivision

a) Divide the Decimal Number by 2; the remainder is the LSB of Binary Number .

b) If the Quotient Zero, the conversion is complete; else repeat step (a) using the Quotient as the Decimal Number. The new remainder is the next most significant bit of the Binary Number.

a) Multiply each bit of the Binary Number by it corresponding bit-weighting factor (i.e. Bit-0→20=1; Bit-1→21=2; Bit-2→22=4; etc).

b) Sum up all the products in step (a) to get the Decimal Number.

WeightedMultiplication

Base10DECIMAL

Base2BINARY

17

Page 18: Binary Number System And Conversion Digital Electronics

Image Resources

• Microsoft, Inc. (2008). Clip Art. Retrieved March 15, 2008 from http://office.microsoft.com/en-us/clipart/default.aspx

18