1 Data Representation - L4 - Binary To Decimal Conversion

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 21

Chapter 1 : Data Representation

Binary to Decimal
Conversion

4 Number System
Previously we Learned
• Various number systems.

• The importance of Binary


numbers.

• The binary to decimal


conversions.
Can you read it?

11110 – 1000 – 10110


LESSON OBJECTIVE

Binary to • Understanding binary


numbers and converting
Decimal binary numbers to decimal
Conversion numbers is explored in this
lesson.

KEYWORDS SUCCESS CRITERIA


• Base
• Able to convert the Binary
• MSB number to Decimal Number
• LSB using positional Notation.
Convert the Binary Number 11100
to its decimal equivalent.
Algorithm
1. Write down the binary number and list the
powers of 2 from right to left.
2. Write the digits of the binary number below their
corresponding powers of two.
3. Connect the digits in the binary number with
their corresponding powers of two.
4. Write down the final value of each power of two.
5. Add the final values.
Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0
Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0

4 3 2 1 0
2 2 2 2 2
Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0

4 3 2 1 0
2 2 2 2 2

4 3 2 1 0
1x2 1x2 1x2 0x2 0x2
Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0

4 3 2 1 0
2 2 2 2 2

4 3 2 1 0
1x2 + 1x2 + 1x2 + 0x2 + 0x2
Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0

4 3 2 1 0
2 2 2 2 2

4 3 2 1 0
1x2 + 1x2 + 1x2 + 0x2 + 0x2

1 x 16 + 1x8 + 1x4 + 0x2 + 0x1


Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0

4 3 2 1 0
2 2 2 2 2

4 3 2 1 0
1x2 + 1x2 + 1x2 + 0x2 + 0x2

1 x 16 + 1x8 + 1x4 + 0x2 + 0x1


16 + 8 + 4 + 0 + 0
Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0

4 3 2 1 0
2 2 2 2 2

4 3 2 1 0
1x2 + 1x2 + 1x2 + 0x2 + 0x2

1 x 16 + 1x8 + 1x4 + 0x2 + 0x1


16 + 8 + 4 + 0 + 0 = 28
Convert the Binary Number 11100 to its decimal equivalent.

1 1 1 0 0 = 28
Convert the Binary Number 11100 to its decimal equivalent.

( 1 1 1 0 0 )2 = (28)10
Binary Decimal
Can you read it?
11110 – 1000 – 10110
SUMMARY
Binary integers to decimal: Algorithm
1. Write down the binary number and list the powers of 2
from right to left.
2. Write the digits of the binary number below their
corresponding powers of two.
3. Connect the digits in the binary number with their
corresponding powers of two.
4. Write down the final value of each power of two.
5. Add the final values.
PLENARY
4 Bit Representation 8 Bit Representation 16 Bit Representation
Find the Decimal
GROUP 1 Find the Decimal equivalent Find the Decimal equivalent of the
equivalent of the Binary
Conversion of the Binary number 1101 Binary number 1001
number 1111

GROUP 2
Find the Decimal equivalent Find the Decimal
Find the Decimal equivalent of the
of the Binary number equivalent of the Binary
Conversion Binary number 1001001
111001 number 11110001

GROUP 3 Find the Decimal equivalent Find the Decimal Find the Decimal equivalent of the
of the Binary number equivalent of the Binary Binary number
Conversion 100001000111 number 11110001111 11001100111001

Evaluation Worksheet
3! 2! 1!

1.

3 Things I 2.
learned
3.

1.
2 Interesting
2.
facts

1 Question
1.

You might also like