SlideShare a Scribd company logo
Binary Conversion.
Binary
In 1854, British mathematicianIn 1854, British mathematician
George BooleGeorge Boole published a paperpublished a paper
detailing a system of logic that woulddetailing a system of logic that would
become known asbecome known as Boolean algebraBoolean algebra..
His logical system proved instrumentalHis logical system proved instrumental
in the development of the binaryin the development of the binary
system, particularly in itssystem, particularly in its
implementation in electronic circuitry.implementation in electronic circuitry.
Binary
A numbering systems that only usesA numbering systems that only uses
two digits.two digits. 00 andand 11..
Rather than a base ten that we are allRather than a base ten that we are all
familiar with.familiar with.
Computers use binary to storeComputers use binary to store
information in a digital format.information in a digital format.
Each digit (Each digit ( 00 oror 11) represents one bit) represents one bit
Eight bits are equal to one byte.Eight bits are equal to one byte.
Bit
 One Binary Digit
 abbreviation is “b”
Can be thought of as one character
 Either a 1 or a 0
Byte
 Eight bits make up one byte
 Abbreviation “B”
 Combination of 1’s and 0’s
 Can be thought of as one character
11101010
kilobit
1024 bits
 Abbreviation “Kb”
kilobytes
 Represented by KB
 Slang “Kilo”
 Is equal to 1024 bytes
 210
megabytes
 Represented by MB
 Slang “Meg”
 Is equal to 1,000000 bytes
 One million bytes
 220
gigabyte
 Represented by GB
 Slang “Gig”
 Equal to 1,000,000,000 Bytes
 One Billion bytes
 230
terabyte
 Represented by TB
 Slang “tera”
 Equal to 1,000,000,000,000 Bytes
 One Trillion bytes
 240
petabyte
 Represented by PB
 Slang “peta”
 Equal to 1,000,000,000,000,000 Bytes
 One Thousand Trillion bytes
 250
exabyte
 Represented by EB
 Slang “exa”
 Equal to 1,000,000,000,000,000,000 Bytes
 One Million Trillion bytes
 260
 Allprintedmaterialintheworld
would use about 5 Exabytes
Think of Binary as light bulbs
that are either ON
or Off
All eight of these Light bulbs would represent one byte
One Light bulb represents oneOne Light bulb represents one
BitBit
Think of Binary as light bulbs
that are either ON
or Off
11 00 00 00 00 00 00 1111 00
Binary ExerciseBinary Exercise
Bit Postion Bit 8 Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Total Binary Value
Position Value
if ON
128 64 32 16 8 4 2 1 255
Position Value
if OFF
0 0 0 0 0 0 0 0 0
Turn a Postion
ON
1 0 0 0 0 0 0 1
Here we would
ADD
The Postion Value
Here we bring
The Postion
Value
DOWN
128 1 129
In this incidence our binary Number 10000001 would have a value of 129
Because Postion 8 is ON Postion 7 is OFF Postion 6 is OFF Position 5 is OFF Position 4 is Off
Postion 3 is OFF Postion 2 is OFF and Position 1 is ON.
Binary Exercise
Binary
 Figuring Binary.
 Starting on the right going to the left
 The first digit will be 1
 The second digit will be 2
 The third digit will be 4
 The fourth digit will be 8
 The fifth digit will be 16
 The sixth digit will be 32
 The seventh digit will be 64
 The eighth digit will be 128
Binary
Base Ten numbers are tabulated
Left to Right.
Binary
Binary numbers are tabulated
Right to Left.
Example
10000000
The 1st
– 7th
digit would be Off
The Eighth digit would be On
 The first digit will be 1 0
 The second digit will be 2 0
 The third digit will be 4 0
 The fourth digit will be 8 0
 The fifth digit will be 16 0
 The sixth digit will be 32 0
 The seventh digit will be 64 0
 The eighth digit will be 128 +128
Add the bits
The value of the number would be Total 128
Example
10000001
The 1st
digit would be On
The 2nd
– 7th
digit would be Off
The Eighth digit would be On
 The first digit will be 1 1
 The second digit will be 2 0
 The third digit will be 4 0
 The fourth digit will be 8 0
 The fifth digit will be 16 0
 The sixth digit will be 32 0
 The seventh digit will be 64 0
 The eighth digit will be 128 +128
Add the bits
The value of the number would be Total 129
Example
10000011
The 1st
digit would be On
The 2nd
digit would be On
The 3rd
– 7th
digit would be Off
The Eighth digit would be On
 The first digit will be 1 1
 The second digit will be 2 2
 The third digit will be 4 0
 The fourth digit will be 8 0
 The fifth digit will be 16 0
 The sixth digit will be 32 0
 The seventh digit will be 64 0
 The eighth digit will be 128 +128
Add the bits
The value of the number would be Total 131
Example
10000111
The 1st-
3rd
digit would be On
The 4th
– 7th
digit would be Off
The Eighth digit would be On
 The first digit will be 1 1
 The second digit will be 2 2
 The third digit will be 4 4
 The fourth digit will be 8 0
 The fifth digit will be 16 0
 The sixth digit will be 32 0
 The seventh digit will be 64 0
 The eighth digit will be 128 +128
Add the bits
The value of the number would be Total 135
Example
11000000
The 1st-
6th
digit would be Off
The 7th
digit would be On
The 8th
digit would be On
 The first digit will be 1 0
 The second digit will be 2 0
 The third digit will be 4 0
 The fourth digit will be 8 0
 The fifth digit will be 16 0
 The sixth digit will be 32 0
 The seventh digit will be 64 64
 The eighth digit will be 128 +128
Add the bits
The value of the number would be Total 192
Think of Binary as light bulbs
that are either ON
or Off
11 11 00 00 00 00 00 00
What is theWhat is the
value?value?
192192
Example
11111111
The 1st-
8th
digit would be On
 The first digit will be 1 1
 The second digit will be 2 2
 The third digit will be 4 4
 The fourth digit will be 8 8
 The fifth digit will be 16 16
 The sixth digit will be 32 32
 The seventh digit will be 64 64
 The eighth digit will be 128 +128
Add the bits
The value of the number would be Total 255
Think of Binary as light bulbs
that are either ON
or Off
11 11 11 11 11 11 11 11
What is theWhat is the
value?value?
255255
128128 6464 3232 1616 88 44 22 11
Using Calculator
to figure
Binary Numbers
First we would open Calculator
Start/All Programs/Accessories/Calculator
From the Calculator go to View and down
To SCIENTIFIC
Scientific
Binaryconversion 090715011937-phpapp01
 This is the Scientific Calculator
 The next thing we would need to do in select
 BIN for Binary
Binaryconversion 090715011937-phpapp01
 Next we would enter the Binary number
 For example
10000000
Binaryconversion 090715011937-phpapp01
After entering the Binary number we would
then select the
Dec Radio Button
Binaryconversion 090715011937-phpapp01
We now see the answer to the problem
Is
128
Binaryconversion 090715011937-phpapp01
Think of Binary as light bulbs
that are either ON
or Off
11 11 00 00 00 00 00 00
What is theWhat is the
value?value?
192192
ICT 1
Decimal to Binary
 It follows a starightforward method.
 It involves dividing the number to be
converted, say N by 2 (since binary is in base
2) until we reach the division of (1/2), also
making note of all remainders.
Example 1: Convert 98 from
decimal to binary
 Divide 98 by 2, make note of all the
remainder.
 Continue dividingquotientsby 2, making
notes of the remainder.
 Also, note the star beside the last remainder.
Division Remainder, R
98/2 = 49 R=0
49/2 = 24 R=1
24/2 = 12 R=0
12/2 = 6 R=0
6/2 = 3 R=0
3/2 = 1 R=1
1/2 = 0 R=1
The sequance of remainders going up gives the answer.
Starting from 1*, we have 1100010.
Therefore, 98 in decimals is 1100010 in binary
Example 2: Convert 21 into
binary
Division Remainder, R
21/2 = 10 R=1
10/2 = 5 R=0
5/2 = 2 R=1
2/2 = 1 R=0
1/2 = 0 R=1
Therefore, 21 in decimals is 10101 in binary
Binary to decimal
 Conversion follows the same steps as decimal
to binary, except in reverse order.
 We can begin by multiplying 0 x 2 and adding
1.
 We continue to multiply the numbers in the
“results” column by 2, and adding the digits
from left to right in our binary numbers.
Example 1: Convert 11101
from binary to decimal
Operations Result
0 x 2 + 1 1
1 x 2 + 1 3
3 x 2 + 1 7
7 x 2 + 0 14
14 x 2 + 1 29
Therefore, 11101 in binary is 29 in decimal.
Binaryconversion 090715011937-phpapp01

More Related Content

PPT
Binary
PPTX
CCS103 Bits, Bytes, Binary
PPTX
CSC103 Bits, Bytes & Binary
PPT
Computer Systems Data Representation
PPT
PPTX
Binary Review
PDF
As Level Computer Science Book -1
PPTX
Binary computing
Binary
CCS103 Bits, Bytes, Binary
CSC103 Bits, Bytes & Binary
Computer Systems Data Representation
Binary Review
As Level Computer Science Book -1
Binary computing

What's hot (14)

PPTX
How computers represent data
PPTX
Number system
PPTX
Twos complement
PPT
Representation of Positive Numbers
PPTX
Mrs. Noland's Binary System ppt
PPT
SD & D Representing Positive Numbers
PPT
Binary ppt tr
PPT
Binary numbers
PPTX
September 9, 2014
PPTX
C1: Whole Numbers
PPTX
Chapter 1 addition and subtraction of whole numbers
PPTX
Lecture 1
PPT
Binary code - Beginning
PPTX
How computers represent data
Number system
Twos complement
Representation of Positive Numbers
Mrs. Noland's Binary System ppt
SD & D Representing Positive Numbers
Binary ppt tr
Binary numbers
September 9, 2014
C1: Whole Numbers
Chapter 1 addition and subtraction of whole numbers
Lecture 1
Binary code - Beginning
Ad

Viewers also liked (7)

PPT
Efficiency of newer generation preadjusted edgewise appliances
PPT
Bonding in orthodontics /certified fixed orthodontic courses by Indian dental...
PPT
Efficiency of newer generation edge wise applience /certified fixed orthodont...
PPT
Adjuncts in straight wire technique /certified fixed orthodontic courses by ...
PPT
Brackets in orthodontics
PPT
Preadjusted edgewise techniques /certified fixed orthodontic courses by India...
PPTX
Orthodontic brackets
Efficiency of newer generation preadjusted edgewise appliances
Bonding in orthodontics /certified fixed orthodontic courses by Indian dental...
Efficiency of newer generation edge wise applience /certified fixed orthodont...
Adjuncts in straight wire technique /certified fixed orthodontic courses by ...
Brackets in orthodontics
Preadjusted edgewise techniques /certified fixed orthodontic courses by India...
Orthodontic brackets
Ad

Similar to Binaryconversion 090715011937-phpapp01 (20)

PPTX
09 binary number systems
PPTX
Digital Logic Design.pptx
PPTX
ELECTRICAL 411 L1 Digital Electronics.pptx
PPT
Digital Logic Design lec 2 slide.ppt DLD Lec 1.ppt
PPTX
ARCsxfhcjkvmnfxcgbfgcxhvbxdfzxcgbfxgcvbnx3.pptx
PPT
ENG241-Week1-NumberSystemsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
PPT
Number Systems.ppt
PPT
Topic 1 Data Representation
PPT
Topic 1 Data Representation
PPTX
data representation
PDF
Digital Electronics – Unit I.pdf
DOCX
HexaDecimal-Number-Syatem-Use.-from-computer-science-subject-code-2210.docx
PPT
Number_System and Boolean Algebra in Digital System Design
PDF
Number system
PDF
Digital electronics number system notes
PDF
IN 1300 LEC Basic electronic 1 Basic electronic 1 .pdf
PPT
Number system on various number tyoes decimal
PPTX
DLD-Introduction.pptx
PDF
Digital and Logic Design Chapter 1 binary_systems
09 binary number systems
Digital Logic Design.pptx
ELECTRICAL 411 L1 Digital Electronics.pptx
Digital Logic Design lec 2 slide.ppt DLD Lec 1.ppt
ARCsxfhcjkvmnfxcgbfgcxhvbxdfzxcgbfxgcvbnx3.pptx
ENG241-Week1-NumberSystemsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Number Systems.ppt
Topic 1 Data Representation
Topic 1 Data Representation
data representation
Digital Electronics – Unit I.pdf
HexaDecimal-Number-Syatem-Use.-from-computer-science-subject-code-2210.docx
Number_System and Boolean Algebra in Digital System Design
Number system
Digital electronics number system notes
IN 1300 LEC Basic electronic 1 Basic electronic 1 .pdf
Number system on various number tyoes decimal
DLD-Introduction.pptx
Digital and Logic Design Chapter 1 binary_systems

Recently uploaded (20)

PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Pharma ospi slides which help in ospi learning
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Complications of Minimal Access Surgery at WLH
PPTX
master seminar digital applications in india
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Classroom Observation Tools for Teachers
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Cell Types and Its function , kingdom of life
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Insiders guide to clinical Medicine.pdf
PPH.pptx obstetrics and gynecology in nursing
Abdominal Access Techniques with Prof. Dr. R K Mishra
Pharma ospi slides which help in ospi learning
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
O5-L3 Freight Transport Ops (International) V1.pdf
Microbial diseases, their pathogenesis and prophylaxis
Complications of Minimal Access Surgery at WLH
master seminar digital applications in india
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Supply Chain Operations Speaking Notes -ICLT Program
102 student loan defaulters named and shamed – Is someone you know on the list?
Classroom Observation Tools for Teachers
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Module 4: Burden of Disease Tutorial Slides S2 2025
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Cell Types and Its function , kingdom of life
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Insiders guide to clinical Medicine.pdf

Binaryconversion 090715011937-phpapp01

  • 2. Binary In 1854, British mathematicianIn 1854, British mathematician George BooleGeorge Boole published a paperpublished a paper detailing a system of logic that woulddetailing a system of logic that would become known asbecome known as Boolean algebraBoolean algebra.. His logical system proved instrumentalHis logical system proved instrumental in the development of the binaryin the development of the binary system, particularly in itssystem, particularly in its implementation in electronic circuitry.implementation in electronic circuitry.
  • 3. Binary A numbering systems that only usesA numbering systems that only uses two digits.two digits. 00 andand 11.. Rather than a base ten that we are allRather than a base ten that we are all familiar with.familiar with. Computers use binary to storeComputers use binary to store information in a digital format.information in a digital format. Each digit (Each digit ( 00 oror 11) represents one bit) represents one bit Eight bits are equal to one byte.Eight bits are equal to one byte.
  • 4. Bit  One Binary Digit  abbreviation is “b” Can be thought of as one character  Either a 1 or a 0
  • 5. Byte  Eight bits make up one byte  Abbreviation “B”  Combination of 1’s and 0’s  Can be thought of as one character 11101010
  • 7. kilobytes  Represented by KB  Slang “Kilo”  Is equal to 1024 bytes  210
  • 8. megabytes  Represented by MB  Slang “Meg”  Is equal to 1,000000 bytes  One million bytes  220
  • 9. gigabyte  Represented by GB  Slang “Gig”  Equal to 1,000,000,000 Bytes  One Billion bytes  230
  • 10. terabyte  Represented by TB  Slang “tera”  Equal to 1,000,000,000,000 Bytes  One Trillion bytes  240
  • 11. petabyte  Represented by PB  Slang “peta”  Equal to 1,000,000,000,000,000 Bytes  One Thousand Trillion bytes  250
  • 12. exabyte  Represented by EB  Slang “exa”  Equal to 1,000,000,000,000,000,000 Bytes  One Million Trillion bytes  260  Allprintedmaterialintheworld would use about 5 Exabytes
  • 13. Think of Binary as light bulbs that are either ON or Off
  • 14. All eight of these Light bulbs would represent one byte One Light bulb represents oneOne Light bulb represents one BitBit
  • 15. Think of Binary as light bulbs that are either ON or Off 11 00 00 00 00 00 00 1111 00
  • 16. Binary ExerciseBinary Exercise Bit Postion Bit 8 Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Total Binary Value Position Value if ON 128 64 32 16 8 4 2 1 255 Position Value if OFF 0 0 0 0 0 0 0 0 0 Turn a Postion ON 1 0 0 0 0 0 0 1 Here we would ADD The Postion Value Here we bring The Postion Value DOWN 128 1 129 In this incidence our binary Number 10000001 would have a value of 129 Because Postion 8 is ON Postion 7 is OFF Postion 6 is OFF Position 5 is OFF Position 4 is Off Postion 3 is OFF Postion 2 is OFF and Position 1 is ON. Binary Exercise
  • 17. Binary  Figuring Binary.  Starting on the right going to the left  The first digit will be 1  The second digit will be 2  The third digit will be 4  The fourth digit will be 8  The fifth digit will be 16  The sixth digit will be 32  The seventh digit will be 64  The eighth digit will be 128
  • 18. Binary Base Ten numbers are tabulated Left to Right.
  • 19. Binary Binary numbers are tabulated Right to Left.
  • 20. Example 10000000 The 1st – 7th digit would be Off The Eighth digit would be On  The first digit will be 1 0  The second digit will be 2 0  The third digit will be 4 0  The fourth digit will be 8 0  The fifth digit will be 16 0  The sixth digit will be 32 0  The seventh digit will be 64 0  The eighth digit will be 128 +128 Add the bits The value of the number would be Total 128
  • 21. Example 10000001 The 1st digit would be On The 2nd – 7th digit would be Off The Eighth digit would be On  The first digit will be 1 1  The second digit will be 2 0  The third digit will be 4 0  The fourth digit will be 8 0  The fifth digit will be 16 0  The sixth digit will be 32 0  The seventh digit will be 64 0  The eighth digit will be 128 +128 Add the bits The value of the number would be Total 129
  • 22. Example 10000011 The 1st digit would be On The 2nd digit would be On The 3rd – 7th digit would be Off The Eighth digit would be On  The first digit will be 1 1  The second digit will be 2 2  The third digit will be 4 0  The fourth digit will be 8 0  The fifth digit will be 16 0  The sixth digit will be 32 0  The seventh digit will be 64 0  The eighth digit will be 128 +128 Add the bits The value of the number would be Total 131
  • 23. Example 10000111 The 1st- 3rd digit would be On The 4th – 7th digit would be Off The Eighth digit would be On  The first digit will be 1 1  The second digit will be 2 2  The third digit will be 4 4  The fourth digit will be 8 0  The fifth digit will be 16 0  The sixth digit will be 32 0  The seventh digit will be 64 0  The eighth digit will be 128 +128 Add the bits The value of the number would be Total 135
  • 24. Example 11000000 The 1st- 6th digit would be Off The 7th digit would be On The 8th digit would be On  The first digit will be 1 0  The second digit will be 2 0  The third digit will be 4 0  The fourth digit will be 8 0  The fifth digit will be 16 0  The sixth digit will be 32 0  The seventh digit will be 64 64  The eighth digit will be 128 +128 Add the bits The value of the number would be Total 192
  • 25. Think of Binary as light bulbs that are either ON or Off 11 11 00 00 00 00 00 00 What is theWhat is the value?value? 192192
  • 26. Example 11111111 The 1st- 8th digit would be On  The first digit will be 1 1  The second digit will be 2 2  The third digit will be 4 4  The fourth digit will be 8 8  The fifth digit will be 16 16  The sixth digit will be 32 32  The seventh digit will be 64 64  The eighth digit will be 128 +128 Add the bits The value of the number would be Total 255
  • 27. Think of Binary as light bulbs that are either ON or Off 11 11 11 11 11 11 11 11 What is theWhat is the value?value? 255255 128128 6464 3232 1616 88 44 22 11
  • 28. Using Calculator to figure Binary Numbers First we would open Calculator Start/All Programs/Accessories/Calculator From the Calculator go to View and down To SCIENTIFIC
  • 31.  This is the Scientific Calculator  The next thing we would need to do in select  BIN for Binary
  • 33.  Next we would enter the Binary number  For example 10000000
  • 35. After entering the Binary number we would then select the Dec Radio Button
  • 37. We now see the answer to the problem Is 128
  • 39. Think of Binary as light bulbs that are either ON or Off 11 11 00 00 00 00 00 00 What is theWhat is the value?value? 192192
  • 40. ICT 1
  • 41. Decimal to Binary  It follows a starightforward method.  It involves dividing the number to be converted, say N by 2 (since binary is in base 2) until we reach the division of (1/2), also making note of all remainders.
  • 42. Example 1: Convert 98 from decimal to binary  Divide 98 by 2, make note of all the remainder.  Continue dividingquotientsby 2, making notes of the remainder.  Also, note the star beside the last remainder.
  • 43. Division Remainder, R 98/2 = 49 R=0 49/2 = 24 R=1 24/2 = 12 R=0 12/2 = 6 R=0 6/2 = 3 R=0 3/2 = 1 R=1 1/2 = 0 R=1 The sequance of remainders going up gives the answer. Starting from 1*, we have 1100010. Therefore, 98 in decimals is 1100010 in binary
  • 44. Example 2: Convert 21 into binary Division Remainder, R 21/2 = 10 R=1 10/2 = 5 R=0 5/2 = 2 R=1 2/2 = 1 R=0 1/2 = 0 R=1 Therefore, 21 in decimals is 10101 in binary
  • 45. Binary to decimal  Conversion follows the same steps as decimal to binary, except in reverse order.  We can begin by multiplying 0 x 2 and adding 1.  We continue to multiply the numbers in the “results” column by 2, and adding the digits from left to right in our binary numbers.
  • 46. Example 1: Convert 11101 from binary to decimal Operations Result 0 x 2 + 1 1 1 x 2 + 1 3 3 x 2 + 1 7 7 x 2 + 0 14 14 x 2 + 1 29 Therefore, 11101 in binary is 29 in decimal.