SlideShare une entreprise Scribd logo
1  sur  17
Binary Code
The Language of Your Computer
Input/Output
Input is whatever is put into a computer.
Input can be data, letters, numbers, symbols, shapes,
sounds, pressure, light beams or whatever material
needs processing.
Output hardware consists of devices that translate
information processed by the computer into a form
humans can understand - print, sound, graphics, or
video, for example.
The Binary System
The base of all programs is the binary system, a
number system of two - 1 and 0.
These represent On and Off - the position for an
electrical signal to pass through (or not) a transistor.
All data and program instructions that go into the
computer to be processed and stored, are
represented by these binary numbers.
Decimal System
To understand the binary system, we need to review
our Base 10, decimal system.
The prefix “dec-” means 10
Our decimal system is based on 10 numbers
(0,1,2,3,4,5,6,7,8,9)
When counting, using place value, we fill the ones
place and then move to the tens place.
For example:
When you count in the
decimal system (base 10)
you fill the one’s place, then
move to the ten’s place.
Only the numbers 0 - 9 are
used.
As each place value is filled
with the numbers, we
continue to the next place
value. Each place value is
10x the previous place.
10’s 1’s
9
1 0
1 1
1 2
1 3
100’s 10’s 1’s
9 9
1 0 0
1 0 1
Counting in Binary (Base 2)
The prefix “bi-” means two.
The binary system uses only two numbers - 0 and 1.
We count in the binary system the same as in the
decimal system by filling in the place values and
moving up the place value chart.
If the decimal system, base 10 has place values 10x
the previous place - How do you think the place
values for the binary system are determined?
Counting in Binary
0
1
1 0
1 1
1 0 0
1 0 1
1 1 0
1 1 1
1 0 0 0
Do you see a
pattern?
Counting in Binary
64’s 32’s 16’s 8’s 4’s 2’s 1’s
0
1
1 0
1 1
1 0 0
1 0 1
1 1 0
1 1 1
1 0 0 0
Each place
value is 2x the
previous place.
Decima
l
0
1
2
3
4
5
6
7
8
Counting in Binary
64’s 32’s 16’s 8’s 4’s 2’s 1’s
0
1
1 0
1 1
1 0 0
1 0 1
1 1 0
1 1 1
1 0 0 0
110 = 6
one 4, one 2 = 6
1000 = 8
one 8
Decima
l
0
1
2
3
4
5
6
7
8
Counting in Binary
64’s 32’s 16’s 8’s 4’s 2’s 1’s
1 0 1 0 0 1
What is this
binary
number?
Counting in Binary
64’s 32’s 16’s 8’s 4’s 2’s 1’s
1 0 1 0 0 1
(32) + (0) + (8) + (0) + (0) + 1=
Determine the
place values
and add them
together.
41
Try
counting
to 20.
Counting to 20 in binary
Binary Decimal
1 1
10 2
11 3
100 4
101 5
110 6
111 7
1000 8
1001 9
1010 10
Binary Decimal
1011 11
1100 12
1101 13
1110 14
1111 15
10000 16
10001 17
10010 18
10011 19
10100 20
Bits and Bytes
Bit - In the binary system, each 0 or 1 is called a bit -
short for binary digit.
Byte - A group of eight bits. The letter “G” is a
representation of 1 byte (eight bits).
There are 256 combinations of bits available 28=256
The alphabet in binary
Binary Alphabet
O11OOOO1 a
O11OOO1O b
O11OOO11 c
O11OO1OO d
O11OO1O1 e
O11OO11O f
O11OO111 g
O11O1OOO h
O11O1OO1 i
Can you read this?
O11O1OOO_O11O1OO1
Binary code is the base code of computer
language.
Once you understand the patterns and the
rules, you can learn other programming
languages.
Have fun coding!
Sources
Adapted from, Using Information Technology,
Williams/Sawyer
Additional Teaching Links
Text to Binary and Back Again
http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/Binary_To_Text.a
sp
The Alphabet in Binary
http://www.tekmom.com/buzzwords/binaryalphabet.html
Cisco Binary Game
http://forums.cisco.com/CertCom/game/binary_game_page.htm
http://www.networkclue.com/hardware/computer/binary.aspx
http://en.wikipedia.org/wiki/Binary_numeral_system

Contenu connexe

Tendances

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
 
Binary Slides
Binary Slides Binary Slides
Binary Slides
jnoles
 
Binary octal
Binary octalBinary octal
Binary octal
drdipo4
 

Tendances (20)

Binary number system
Binary number systemBinary number system
Binary number system
 
Bcd
BcdBcd
Bcd
 
Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
 
Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number System
 
Binary codes
Binary codesBinary codes
Binary codes
 
Binary Slides
Binary Slides Binary Slides
Binary Slides
 
Conversion binary to decimal
Conversion binary to decimalConversion binary to decimal
Conversion binary to decimal
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital Electronics
 
Binary arithmetic
Binary arithmeticBinary arithmetic
Binary arithmetic
 
Binary codes
Binary codesBinary codes
Binary codes
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
 
Binary octal
Binary octalBinary octal
Binary octal
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Binary computing
Binary computingBinary computing
Binary computing
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
 
Number System
Number SystemNumber System
Number System
 
Binary codes
Binary codesBinary codes
Binary codes
 
Binaty Arithmetic and Binary coding schemes
Binaty Arithmetic and Binary coding schemesBinaty Arithmetic and Binary coding schemes
Binaty Arithmetic and Binary coding schemes
 
Binary number ppt
Binary number pptBinary number ppt
Binary number ppt
 
PPT ON NUMBER SYSTEM
PPT ON NUMBER SYSTEMPPT ON NUMBER SYSTEM
PPT ON NUMBER SYSTEM
 

Similaire à Binary code - Beginning

Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
ekul
 

Similaire à Binary code - Beginning (20)

binarycode.pptx
binarycode.pptxbinarycode.pptx
binarycode.pptx
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
Number system
Number systemNumber system
Number system
 
04 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa1604 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa16
 
Introduction to digital computers and Number systems.pptx
Introduction to digital computers and Number systems.pptxIntroduction to digital computers and Number systems.pptx
Introduction to digital computers and Number systems.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
CSC103 Bits, Bytes & Binary
CSC103 Bits, Bytes & BinaryCSC103 Bits, Bytes & Binary
CSC103 Bits, Bytes & Binary
 
Computer-Number-Systems (1).ppt FCIT HG x
Computer-Number-Systems (1).ppt FCIT HG xComputer-Number-Systems (1).ppt FCIT HG x
Computer-Number-Systems (1).ppt FCIT HG x
 
Binary systemn
Binary systemnBinary systemn
Binary systemn
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptx
 
Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes
 
SD & D Representing Positive Numbers
SD & D Representing Positive NumbersSD & D Representing Positive Numbers
SD & D Representing Positive Numbers
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
Number system of computer
Number system of computerNumber system of computer
Number system of computer
 
Number Systems
Number  SystemsNumber  Systems
Number Systems
 
Number system
Number system  Number system
Number system
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
Basics of Computer For Begginers
Basics of Computer For BegginersBasics of Computer For Begginers
Basics of Computer For Begginers
 

Dernier

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Dernier (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 

Binary code - Beginning

  • 1. Binary Code The Language of Your Computer
  • 2. Input/Output Input is whatever is put into a computer. Input can be data, letters, numbers, symbols, shapes, sounds, pressure, light beams or whatever material needs processing. Output hardware consists of devices that translate information processed by the computer into a form humans can understand - print, sound, graphics, or video, for example.
  • 3. The Binary System The base of all programs is the binary system, a number system of two - 1 and 0. These represent On and Off - the position for an electrical signal to pass through (or not) a transistor. All data and program instructions that go into the computer to be processed and stored, are represented by these binary numbers.
  • 4. Decimal System To understand the binary system, we need to review our Base 10, decimal system. The prefix “dec-” means 10 Our decimal system is based on 10 numbers (0,1,2,3,4,5,6,7,8,9) When counting, using place value, we fill the ones place and then move to the tens place.
  • 5. For example: When you count in the decimal system (base 10) you fill the one’s place, then move to the ten’s place. Only the numbers 0 - 9 are used. As each place value is filled with the numbers, we continue to the next place value. Each place value is 10x the previous place. 10’s 1’s 9 1 0 1 1 1 2 1 3 100’s 10’s 1’s 9 9 1 0 0 1 0 1
  • 6. Counting in Binary (Base 2) The prefix “bi-” means two. The binary system uses only two numbers - 0 and 1. We count in the binary system the same as in the decimal system by filling in the place values and moving up the place value chart. If the decimal system, base 10 has place values 10x the previous place - How do you think the place values for the binary system are determined?
  • 7. Counting in Binary 0 1 1 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 0 0 0 Do you see a pattern?
  • 8. Counting in Binary 64’s 32’s 16’s 8’s 4’s 2’s 1’s 0 1 1 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 0 0 0 Each place value is 2x the previous place. Decima l 0 1 2 3 4 5 6 7 8
  • 9. Counting in Binary 64’s 32’s 16’s 8’s 4’s 2’s 1’s 0 1 1 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 0 0 0 110 = 6 one 4, one 2 = 6 1000 = 8 one 8 Decima l 0 1 2 3 4 5 6 7 8
  • 10. Counting in Binary 64’s 32’s 16’s 8’s 4’s 2’s 1’s 1 0 1 0 0 1 What is this binary number?
  • 11. Counting in Binary 64’s 32’s 16’s 8’s 4’s 2’s 1’s 1 0 1 0 0 1 (32) + (0) + (8) + (0) + (0) + 1= Determine the place values and add them together. 41
  • 12. Try counting to 20. Counting to 20 in binary Binary Decimal 1 1 10 2 11 3 100 4 101 5 110 6 111 7 1000 8 1001 9 1010 10 Binary Decimal 1011 11 1100 12 1101 13 1110 14 1111 15 10000 16 10001 17 10010 18 10011 19 10100 20
  • 13. Bits and Bytes Bit - In the binary system, each 0 or 1 is called a bit - short for binary digit. Byte - A group of eight bits. The letter “G” is a representation of 1 byte (eight bits). There are 256 combinations of bits available 28=256
  • 14. The alphabet in binary Binary Alphabet O11OOOO1 a O11OOO1O b O11OOO11 c O11OO1OO d O11OO1O1 e O11OO11O f O11OO111 g O11O1OOO h O11O1OO1 i
  • 15. Can you read this? O11O1OOO_O11O1OO1 Binary code is the base code of computer language. Once you understand the patterns and the rules, you can learn other programming languages. Have fun coding!
  • 16. Sources Adapted from, Using Information Technology, Williams/Sawyer
  • 17. Additional Teaching Links Text to Binary and Back Again http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/Binary_To_Text.a sp The Alphabet in Binary http://www.tekmom.com/buzzwords/binaryalphabet.html Cisco Binary Game http://forums.cisco.com/CertCom/game/binary_game_page.htm http://www.networkclue.com/hardware/computer/binary.aspx http://en.wikipedia.org/wiki/Binary_numeral_system