SlideShare a Scribd company logo
Binary Number System
    And Conversion
Bridging the Digital Divide
         16 2 3
       3
     64 721 93355         3 16 63
                          2
                                                        Decimal-to-Binary
     3                   721 53
                       935                                Conversion
   5           5                   4
       234 1257137          2
                  9   935
                       13  75
            4                   34
                           7 145 2



                                                       01      01 0010
                                                  01        01
                                             10011 1       100010110 01 0
                                                  0

                                             010 1101 010 1 1 01011
                                                                  01    1
                                                                     1100
                                             001               0
                                                        10
                                                            11         0
                                       001
                                           011       00 010 01         0 1
                                                                           01
                                               01                 101
                                                     1               1 011011
                                        01 110 001010010
Binary-to-Decimal
   Conversion                             101               101   0
                                              1             11 01
                                                       01010 11      0 0101011
                                         1001
                                              0
                                                    0 1 01
                                                           101
                                                                1001
                                                011101
                                               1 0 00          1 001011
                                               00
                                                  1        1 00                2
Decimal ‒to‒ Binary Conversion
The 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.
       3
     2 6    r = 0 ← Least Significant Bit
        1
     2 3    r =1                            ∴ 610 = 1102
       0
     2 1    r = 1 ← Most Significant Bit
                                                                         3
Dec → Binary : Example #1
Example:
   Convert the decimal number 2610 into its binary equivalent.




                                                                 4
Dec → Binary : Example #1
Example:
    Convert the decimal number 2610 into its binary equivalent.

Solution:
     13
   2 26     r = 0 ← LSB
      6
   2 13     r =1
      3
    2 6     r=0                         ∴ 2610 = 110102
      1
    2 3     r =1
      0
    2 1     r = 1 ← MSB

                                                                  5
Dec → Binary : Example #2
Example:
   Convert the decimal number 4110 into its binary equivalent.




                                                                 6
Dec → Binary : Example #2
Example:
    Convert the decimal number 4110 into its binary equivalent.

Solution:
      20
    2 41    r = 1 ← LSB
     10
   2 20     r=0
      5
   2 10     r=0                        ∴ 4110 = 1010012
      2
    2 5     r =1
      1
    2 2     r=0
      0
    2 1     r = 1 ← MSB                                           7
Dec → Binary : More Examples

a) 1310 = ?

b) 2210 = ?

c) 4310 = ?

d) 15810 = ?
                                8
Dec → Binary : More Examples

a) 1310 = ?    11012

b) 2210 = ?    101102


c) 4310 = ?    1010112


d) 15810 = ?   100111102

                                9
Binary ‒to‒ Decimal Process
The 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.

  0        1        1        0
  23       22       21       20
                                      Bit-Weighting   ∴ 0110 2 = 6 10
   8       4        2        1            Factors

   0   +   4    +   2    +   0    =   610

                                                                        10
Binary → Dec : Example #1
Example:
   Convert the binary number 100102 into its decimal equivalent.




                                                                   11
Binary → Dec : Example #1
Example:
    Convert the binary number 100102 into its decimal equivalent.


Solution:

    1        0        0        1        0
    24       23       22       21       20

    16       8        4        2        1


    16   +   0    +   0    +   2    +   0    =   1810


                           ∴100102 = 1810
                                                                    12
Binary → Dec : Example #2
Example:
   Convert the binary number 01101012 into its decimal
   equivalent.




                                                         13
Binary → Dec : Example #2
Example:
    Convert the binary number 01101012 into its decimal
    equivalent.
Solution:

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

    64       32       16       8        4        2        1


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


                                         ∴01101012 = 5310
                                                                          14
Binary → Dec : More Examples

a) 0110 2 = ?

b) 11010 2 = ?

c) 0110101 2 = ?

d) 11010011 2 = ?
                            15
Binary → Dec : More Examples

a) 0110 2 = ?    6 10

b) 11010 2 = ?     26 10


c) 0110101 2 = ?        53 10


d) 11010011 2 = ?        211 10

                                  16
Summary & Review
                               Successive
                                Division

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.



                               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.
                                                                                  17

More Related Content

What's hot

Error detection and correction
Error detection and correctionError detection and correction
Error detection and correction
Abdul Razaq
 
PIR based security system
PIR based security systemPIR based security system
PIR based security system
Gyeltshen Gyeltshen
 
How to make a Line Follower Robot
How to make a Line Follower RobotHow to make a Line Follower Robot
How to make a Line Follower Robot
Hassan Raza
 
Error detection and correction unit-05
Error detection and correction unit-05Error detection and correction unit-05
Error detection and correction unit-05
shrinivasgnaik
 
Binary number systems multiplication
Binary number systems multiplicationBinary number systems multiplication
Binary number systems multiplication
Ravi Ramchandani
 
Shannon-Fano algorithm
Shannon-Fano algorithmShannon-Fano algorithm
Shannon-Fano algorithm
MANISH T I
 
4th UNIT Microwave Engineering.pptx
4th UNIT Microwave Engineering.pptx4th UNIT Microwave Engineering.pptx
4th UNIT Microwave Engineering.pptx
KeerthiniKurapati
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbers
MOHAN MOHAN
 
wavelet packets
wavelet packetswavelet packets
wavelet packets
ajayhakkumar
 
IEEE Standards Association - Introduction
IEEE Standards Association - IntroductionIEEE Standards Association - Introduction
IEEE Standards Association - Introduction
Krishna-Kumar
 
Counters
CountersCounters
Counters
Ravi Maurya
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary Conversion
adil raja
 
Wi fi and it’s applications
Wi fi and it’s applicationsWi fi and it’s applications
Wi fi and it’s applications
Saad Mazhar
 
EEP306: Amplitude modulation
EEP306: Amplitude modulationEEP306: Amplitude modulation
EEP306: Amplitude modulation
Umang Gupta
 
1Sem-Basic Electronics Notes-Unit7-Number System
1Sem-Basic Electronics Notes-Unit7-Number System1Sem-Basic Electronics Notes-Unit7-Number System
1Sem-Basic Electronics Notes-Unit7-Number System
Dr. Shivananda Koteshwar
 
Full custom digital ic design of priority encoder
Full custom digital ic design of priority encoderFull custom digital ic design of priority encoder
Full custom digital ic design of priority encoder
Vishesh Thakur
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
gavhays
 
Digital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentationDigital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentation
foyez ahammad
 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for drivers
Duc Nguyen Van
 
Power Divider
Power DividerPower Divider
Power Divider
Yong Heui Cho
 

What's hot (20)

Error detection and correction
Error detection and correctionError detection and correction
Error detection and correction
 
PIR based security system
PIR based security systemPIR based security system
PIR based security system
 
How to make a Line Follower Robot
How to make a Line Follower RobotHow to make a Line Follower Robot
How to make a Line Follower Robot
 
Error detection and correction unit-05
Error detection and correction unit-05Error detection and correction unit-05
Error detection and correction unit-05
 
Binary number systems multiplication
Binary number systems multiplicationBinary number systems multiplication
Binary number systems multiplication
 
Shannon-Fano algorithm
Shannon-Fano algorithmShannon-Fano algorithm
Shannon-Fano algorithm
 
4th UNIT Microwave Engineering.pptx
4th UNIT Microwave Engineering.pptx4th UNIT Microwave Engineering.pptx
4th UNIT Microwave Engineering.pptx
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbers
 
wavelet packets
wavelet packetswavelet packets
wavelet packets
 
IEEE Standards Association - Introduction
IEEE Standards Association - IntroductionIEEE Standards Association - Introduction
IEEE Standards Association - Introduction
 
Counters
CountersCounters
Counters
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary Conversion
 
Wi fi and it’s applications
Wi fi and it’s applicationsWi fi and it’s applications
Wi fi and it’s applications
 
EEP306: Amplitude modulation
EEP306: Amplitude modulationEEP306: Amplitude modulation
EEP306: Amplitude modulation
 
1Sem-Basic Electronics Notes-Unit7-Number System
1Sem-Basic Electronics Notes-Unit7-Number System1Sem-Basic Electronics Notes-Unit7-Number System
1Sem-Basic Electronics Notes-Unit7-Number System
 
Full custom digital ic design of priority encoder
Full custom digital ic design of priority encoderFull custom digital ic design of priority encoder
Full custom digital ic design of priority encoder
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Digital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentationDigital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentation
 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for drivers
 
Power Divider
Power DividerPower Divider
Power Divider
 

Viewers also liked

Number system
Number systemNumber system
Number system
Sajib
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary number
guestd8696a
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
Zaheer Abbasi
 
Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number System
James Hamilton
 
K to 12 PC Hardware Servicing Learning Module
K to 12 PC Hardware Servicing Learning ModuleK to 12 PC Hardware Servicing Learning Module
K to 12 PC Hardware Servicing Learning Module
Dr. Joy Kenneth Sala Biasong
 
Computer Hardware-servicing-learning-module
Computer Hardware-servicing-learning-moduleComputer Hardware-servicing-learning-module
Computer Hardware-servicing-learning-module
Bogs De Castro
 

Viewers also liked (6)

Number system
Number systemNumber system
Number system
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary number
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number System
 
K to 12 PC Hardware Servicing Learning Module
K to 12 PC Hardware Servicing Learning ModuleK to 12 PC Hardware Servicing Learning Module
K to 12 PC Hardware Servicing Learning Module
 
Computer Hardware-servicing-learning-module
Computer Hardware-servicing-learning-moduleComputer Hardware-servicing-learning-module
Computer Hardware-servicing-learning-module
 

Similar to Binary numbersystem1

Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1
อภิเษก หงษ์วิทยากร
 
Binary octal
Binary octalBinary octal
Binary octal
drdipo4
 
Math1003 1.10 - Binary to Hex Conversion
Math1003 1.10 - Binary to Hex ConversionMath1003 1.10 - Binary to Hex Conversion
Math1003 1.10 - Binary to Hex Conversion
gcmath1003
 
Number systems tutorial
Number systems tutorialNumber systems tutorial
Number systems tutorial
Jaspinder Singh Sidhu
 
Lecture4 binary-numbers-logic-operations
Lecture4  binary-numbers-logic-operationsLecture4  binary-numbers-logic-operations
Lecture4 binary-numbers-logic-operations
markme18
 
Number system
Number systemNumber system
Number system
mabroukamohammed
 
conversion.ppt
conversion.pptconversion.ppt
conversion.ppt
TerrenceRamirez1
 
lecture3_dec_bin_1.ppt
lecture3_dec_bin_1.pptlecture3_dec_bin_1.ppt
lecture3_dec_bin_1.ppt
MarlonMagtibay2
 
Number system
Number systemNumber system
Number system
Mantra VLSI
 
Binary reference guide csit vn1202
Binary reference guide csit vn1202Binary reference guide csit vn1202
Binary reference guide csit vn1202
jrwalker2012
 
Number system
Number systemNumber system
Number system
aviban
 
Math1003 1.11 - Hex to Binary Conversion
Math1003 1.11 - Hex to Binary ConversionMath1003 1.11 - Hex to Binary Conversion
Math1003 1.11 - Hex to Binary Conversion
gcmath1003
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
amudhak10
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
amudhak10
 
B sc ii sem unit 2(a) ns
B sc ii sem  unit 2(a) nsB sc ii sem  unit 2(a) ns
B sc ii sem unit 2(a) ns
MahiboobAliMulla
 
Algorithm of NGS Data
Algorithm of NGS DataAlgorithm of NGS Data
Algorithm of NGS Data
Eric Lee
 
Decimal vs binary
Decimal vs binaryDecimal vs binary
Decimal vs binary
selcukca84
 
Binary Mathematics Classwork and Hw
Binary Mathematics Classwork and HwBinary Mathematics Classwork and Hw
Binary Mathematics Classwork and Hw
Joji Thompson
 
Number System and Conversions.pptx
Number System and Conversions.pptxNumber System and Conversions.pptx
Number System and Conversions.pptx
khalidkk6
 
Number systems presentation
Number systems presentationNumber systems presentation
Number systems presentation
Jiian Francisco
 

Similar to Binary numbersystem1 (20)

Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1
 
Binary octal
Binary octalBinary octal
Binary octal
 
Math1003 1.10 - Binary to Hex Conversion
Math1003 1.10 - Binary to Hex ConversionMath1003 1.10 - Binary to Hex Conversion
Math1003 1.10 - Binary to Hex Conversion
 
Number systems tutorial
Number systems tutorialNumber systems tutorial
Number systems tutorial
 
Lecture4 binary-numbers-logic-operations
Lecture4  binary-numbers-logic-operationsLecture4  binary-numbers-logic-operations
Lecture4 binary-numbers-logic-operations
 
Number system
Number systemNumber system
Number system
 
conversion.ppt
conversion.pptconversion.ppt
conversion.ppt
 
lecture3_dec_bin_1.ppt
lecture3_dec_bin_1.pptlecture3_dec_bin_1.ppt
lecture3_dec_bin_1.ppt
 
Number system
Number systemNumber system
Number system
 
Binary reference guide csit vn1202
Binary reference guide csit vn1202Binary reference guide csit vn1202
Binary reference guide csit vn1202
 
Number system
Number systemNumber system
Number system
 
Math1003 1.11 - Hex to Binary Conversion
Math1003 1.11 - Hex to Binary ConversionMath1003 1.11 - Hex to Binary Conversion
Math1003 1.11 - Hex to Binary Conversion
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
 
B sc ii sem unit 2(a) ns
B sc ii sem  unit 2(a) nsB sc ii sem  unit 2(a) ns
B sc ii sem unit 2(a) ns
 
Algorithm of NGS Data
Algorithm of NGS DataAlgorithm of NGS Data
Algorithm of NGS Data
 
Decimal vs binary
Decimal vs binaryDecimal vs binary
Decimal vs binary
 
Binary Mathematics Classwork and Hw
Binary Mathematics Classwork and HwBinary Mathematics Classwork and Hw
Binary Mathematics Classwork and Hw
 
Number System and Conversions.pptx
Number System and Conversions.pptxNumber System and Conversions.pptx
Number System and Conversions.pptx
 
Number systems presentation
Number systems presentationNumber systems presentation
Number systems presentation
 

Binary numbersystem1

  • 1. Binary Number System And Conversion
  • 2. Bridging the Digital Divide 16 2 3 3 64 721 93355 3 16 63 2 Decimal-to-Binary 3 721 53 935 Conversion 5 5 4 234 1257137 2 9 935 13 75 4 34 7 145 2 01 01 0010 01 01 10011 1 100010110 01 0 0 010 1101 010 1 1 01011 01 1 1100 001 0 10 11 0 001 011 00 010 01 0 1 01 01 101 1 1 011011 01 110 001010010 Binary-to-Decimal Conversion 101 101 0 1 11 01 01010 11 0 0101011 1001 0 0 1 01 101 1001 011101 1 0 00 1 001011 00 1 1 00 2
  • 3. Decimal ‒to‒ Binary Conversion The 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. 3 2 6 r = 0 ← Least Significant Bit 1 2 3 r =1 ∴ 610 = 1102 0 2 1 r = 1 ← Most Significant Bit 3
  • 4. Dec → Binary : Example #1 Example: Convert the decimal number 2610 into its binary equivalent. 4
  • 5. Dec → Binary : Example #1 Example: Convert the decimal number 2610 into its binary equivalent. Solution: 13 2 26 r = 0 ← LSB 6 2 13 r =1 3 2 6 r=0 ∴ 2610 = 110102 1 2 3 r =1 0 2 1 r = 1 ← MSB 5
  • 6. Dec → Binary : Example #2 Example: Convert the decimal number 4110 into its binary equivalent. 6
  • 7. Dec → Binary : Example #2 Example: Convert the decimal number 4110 into its binary equivalent. Solution: 20 2 41 r = 1 ← LSB 10 2 20 r=0 5 2 10 r=0 ∴ 4110 = 1010012 2 2 5 r =1 1 2 2 r=0 0 2 1 r = 1 ← MSB 7
  • 8. Dec → Binary : More Examples a) 1310 = ? b) 2210 = ? c) 4310 = ? d) 15810 = ? 8
  • 9. Dec → Binary : More Examples a) 1310 = ? 11012 b) 2210 = ? 101102 c) 4310 = ? 1010112 d) 15810 = ? 100111102 9
  • 10. Binary ‒to‒ Decimal Process The 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. 0 1 1 0 23 22 21 20 Bit-Weighting ∴ 0110 2 = 6 10 8 4 2 1 Factors 0 + 4 + 2 + 0 = 610 10
  • 11. Binary → Dec : Example #1 Example: Convert the binary number 100102 into its decimal equivalent. 11
  • 12. Binary → Dec : Example #1 Example: Convert the binary number 100102 into its decimal equivalent. Solution: 1 0 0 1 0 24 23 22 21 20 16 8 4 2 1 16 + 0 + 0 + 2 + 0 = 1810 ∴100102 = 1810 12
  • 13. Binary → Dec : Example #2 Example: Convert the binary number 01101012 into its decimal equivalent. 13
  • 14. Binary → Dec : Example #2 Example: Convert the binary number 01101012 into its decimal equivalent. Solution: 0 1 1 0 1 0 1 26 25 24 23 22 21 20 64 32 16 8 4 2 1 0 + 32 + 16 + 0 + 4 + 0 + 1 = 5310 ∴01101012 = 5310 14
  • 15. Binary → Dec : More Examples a) 0110 2 = ? b) 11010 2 = ? c) 0110101 2 = ? d) 11010011 2 = ? 15
  • 16. Binary → Dec : More Examples a) 0110 2 = ? 6 10 b) 11010 2 = ? 26 10 c) 0110101 2 = ? 53 10 d) 11010011 2 = ? 211 10 16
  • 17. Summary & Review Successive Division 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. 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. 17

Editor's Notes

  1. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  2. Introductory Slide / Overview of Presentation Explain that humans use base ten (or decimal), because we have ten fingers and that digital electronics uses base-two (binary) because it only understands two states; ON and OFF. For students to be able to analyze and design digital electronics, they need to be proficient at converting numbers between these two number systems. Base ten has ten unique symbols (0 – 9) while binary has two unique symbols (0 – 1). Any number can represent a base and the number of symbols it utilizes will always be that number. This is discussed further later in Unit 2. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  3. Review the DECIMAL-to-BINARY conversion process. Remind the students to subscript all numbers (i.e. Subscript 10 for decimal & subscript 2 for binary) A common mistake is inverting the LSB and MSB. The three-dot triangular symbol here stands for the word “therefore” and is used commonly among mathematics scholars. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  4. Pause the power point and allow the student to work on the example. The solution is on the next slide. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  5. Here is the solution. If you print handouts, don’t print this page. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  6. Pause the power point and allow the student to work on the example. The solution is on the next slide. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  7. Here is the solution. If you print handouts, don’t print this page. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  8. If the students need more practice, here are four additional example of DECIMAL to BINARY conversion. The solution is on the next slide. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  9. Here are the solutions. If you print handouts, don’t print this page. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  10. Review the BINARY-to-DECIMAL conversion process. Remind the students to subscript all numbers (i.e. Subscript 10 for decimal & subscript 2 for decimal) Let the students know that as the become more proficient at the conversions, they may not need to write out the Bit-Weighting Factors. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  11. Pause the power point and allow the student to work on the example. The solution is on the next slide. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  12. Here is the solution. If you print handouts, don’t print this page. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  13. Pause the power point and allow the student to work on the example. The solution is on the next slide. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  14. Here is the solution. If you print handouts, don’t print this page. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  15. If the students need more practice, here are four additional example of DECIMAL to BINARY conversions. The solution is on the next slide. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  16. Here are the solutions. If you print handouts, don’t print this page. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009
  17. Prior to assigning the activity, review the process for DECIMAL-to-BINARY and BINARY-to-DECIMAL. Binary Number System Digital Electronics  2.1 Introduction to AOI Logic Project Lead The Way, Inc. Copyright 2009