SlideShare ist ein Scribd-Unternehmen logo
1 von 66
1. Number Systems Chapt. 2 Location in course textbook
Bit & Byte ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
combinations ,[object Object],[object Object]
Decimal ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Common Number Systems System Base Symbols Used by humans? Used in computers? Decimal 10 0, 1, … 9 Yes No Binary 2 0, 1 No Yes Octal 8 0, 1, … 7 No No Hexa- decimal 16 0, 1, … 9, A, B, … F No No
Quantities/Counting (1 of 3) p. 33 Decimal Binary Octal Hexa- decimal 0 0 0 0 1 1 1 1 2 10 2 2 3 11 3 3 4 100 4 4 5 101 5 5 6 110 6 6 7 111 7 7
Quantities/Counting (2 of 3)  Decimal Binary Octal Hexa- decimal 8 1000 10 8 9 1001 11 9 10 1010 12 A 11 1011 13 B 12 1100 14 C 13 1101 15 D 14 1110 16 E 15 1111 17 F
Quantities/Counting (3 of 3)  Etc. Decimal Binary Octal Hexa- decimal 16 10000 20 10 17 10001 21 11 18 10010 22 12 19 10011 23 13 20 10100 24 14 21 10101 25 15 22 10110 26 16 23 10111 27 17
Conversion Among Bases ,[object Object],Hexadecimal Decimal Octal Binary pp. 40-46
Quick Example 25 10  = 11001 2  = 31 8  = 19 16 Base
Decimal to Decimal (just for fun) Hexadecimal Decimal Octal Binary Next slide…
125 10  => 5 x 10 0 =  5 2 x 10 1 =  20 1 x 10 2 = 100   125 Base Weight
Binary to Decimal Hexadecimal Decimal Octal Binary
Binary to Decimal ,[object Object],[object Object],[object Object],[object Object]
Example 101011 2  =>  1 x 2 0  =   1 1 x 2 1  =  2 0 x 2 2  =   0 1 x 2 3  =   8 0 x 2 4  =  0 1 x 2 5  =  32 43 10 Bit  “ 0 ”
Octal to Decimal Hexadecimal Decimal Octal Binary
Octal to Decimal ,[object Object],[object Object],[object Object],[object Object]
Example 724 8  =>  4 x 8 0  =    4 2 x 8 1  =   16 7 x 8 2  =  448 468 10
Hexadecimal to Decimal Hexadecimal Decimal Octal Binary
Hexadecimal to Decimal ,[object Object],[object Object],[object Object],[object Object]
Example ABC 16  => C x 16 0  = 12 x  1 =  12   B x 16 1  = 11 x  16 =  176   A x 16 2  = 10 x 256 = 2560   2748 10
Decimal to Binary Hexadecimal Decimal Octal Binary
Decimal to Binary ,[object Object],[object Object],[object Object],[object Object],[object Object]
Example 125 10  = ? 2 125 10  = 1111101 2 2 125   62  1 2    31  0 2    15  1 2    7  1 2    3  1 2    1  1 2    0  1
Octal to Binary Hexadecimal Decimal Octal Binary
Octal to Binary ,[object Object],[object Object]
Example 705 8  = ? 2 705 8  = 111000101 2 7  0  5 111 000 101
Hexadecimal to Binary Hexadecimal Decimal Octal Binary
Hexadecimal to Binary ,[object Object],[object Object]
Example 10AF 16  = ? 2 10AF 16  = 0001000010101111 2 1  0  A  F 0001 0000 1010 1111
Decimal to Octal Hexadecimal Decimal Octal Binary
Decimal to Octal ,[object Object],[object Object],[object Object]
Example 1234 10  = ? 8 8  1234 154  2 1234 10  = 2322 8 8 19  2 8 2  3 8 0  2
Decimal to Hexadecimal Hexadecimal Decimal Octal Binary
Decimal to Hexadecimal ,[object Object],[object Object],[object Object]
Example 1234 10  = ? 16 1234 10  = 4D2 16 16  1234 77  2 16 4  13 = D 16 0  4
Binary to Octal Hexadecimal Decimal Octal Binary
Binary to Octal ,[object Object],[object Object],[object Object]
Example 1011010111 2  = ? 8 1011010111 2  = 1327 8 1 011 010 111 1  3  2  7
Binary to Hexadecimal Hexadecimal Decimal Octal Binary
Binary to Hexadecimal ,[object Object],[object Object],[object Object]
Example 1010111011 2  = ? 16 ,[object Object],[object Object],1010111011 2  = 2BB 16
Octal to Hexadecimal Hexadecimal Decimal Octal Binary
Octal to Hexadecimal ,[object Object],[object Object]
Example 1076 8  = ? 16 1076 8  = 23E 16 1  0  7  6 001  000  111  110 2  3  E
Hexadecimal to Octal Hexadecimal Decimal Octal Binary
Hexadecimal to Octal ,[object Object],[object Object]
Example 1F0C 16  = ? 8 1F0C 16  = 17414 8 1  F  0  C 0001  1111  0000  1100 1  7  4  1  4
Exercise – Convert ... Skip answer Answer Don ’ t use a calculator! Decimal Binary Octal Hexa- decimal 33 1110101 703 1AF
Exercise – Convert … Answer Decimal Binary Octal Hexa- decimal 33 100001 41 21 117 1110101 165 75 451 111000011 703 1C3 431 110101111 657 1AF
Common Powers (1 of 2) ,[object Object],Power Preface Symbol 10 -12 pico p 10 -9 nano n 10 -6 micro  10 -3 milli m 10 3 kilo k 10 6 mega M 10 9 giga G 10 12 tera T Value .000000000001 .000000001 .000001 .001 1000 1000000 1000000000 1000000000000
Common Powers (2 of 2) ,[object Object],[object Object],[object Object],Power Preface Symbol 2 10 kilo k 2 20 mega M 2 30 Giga G Value 1024 1048576 1073741824
Example In the lab… 1. Double click on  My Computer 2. Right click on  C: 3. Click on  Properties / 2 30  =
Exercise – Free Space ,[object Object],Drive Free space Bytes GB A: C: D: E: etc.
Review – multiplying powers ,[object Object],2 6     2 10  = 2 16  = 65,536 or… 2 6     2 10  = 64    2 10  = 64k a b     a c  = a b+c
Binary Addition (1 of 2) ,[object Object],pp. 36-38 “ two ” A B A + B 0 0 0 0 1 1 1 0 1 1 1 10
Binary Addition (2 of 2) ,[object Object],[object Object],[object Object],[object Object],10101  21 + 11001  + 25  101110  46 1 1
Multiplication (1 of 3) ,[object Object],pp. 39 35 x 105   175  000  35  3675
Multiplication (2 of 3) ,[object Object],A B A    B 0 0 0 0 1 0 1 0 0 1 1 1
Multiplication (3 of 3) ,[object Object],[object Object],[object Object],1110   x 1011   1110   1110   0000  1110 10011010
Fractions ,[object Object],pp. 46-50 3.14 => 4 x 10 -2  = 0.04 1 x 10 -1  = 0.1   3 x 10 0   = 3   3.14
Fractions ,[object Object],pp. 46-50 10.1011 =>  1 x 2 -4  = 0.0625 1 x 2 -3  = 0.125 0 x 2 -2  = 0.0 1 x 2 -1  = 0.5 0 x 2 0  = 0.0 1 x 2 1  = 2.0   2.6875
Fractions ,[object Object],p. 50 3.14579 .14579 x  2 0.29158 x  2 0.58316 x  2 1.16632 x  2 0.33264 x  2 0.66528 x  2 1.33056 etc. 11.001001...
Exercise – Convert ... Skip answer Answer Don ’ t use a calculator! Decimal Binary Octal Hexa- decimal 29.8 101.1101 3.07 C.82
Exercise – Convert … Answer Decimal Binary Octal Hexa- decimal 29.8 11101.110011… 35.63… 1D.CC… 5.8125 101.1101 5.64 5.D 3.109375 11.000111 3.07 3.1C 12.5078125 1100.10000010 14.404 C.82
Thank you Next topic

Weitere ähnliche Inhalte

Was ist angesagt? (20)

01.number systems
01.number systems01.number systems
01.number systems
 
Number System
Number SystemNumber System
Number System
 
Number System
Number SystemNumber System
Number System
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbers
 
Binary Arithmetic Operations
Binary Arithmetic OperationsBinary Arithmetic Operations
Binary Arithmetic Operations
 
Number system with conversions www.eakanchha.com
Number system with conversions www.eakanchha.comNumber system with conversions www.eakanchha.com
Number system with conversions www.eakanchha.com
 
Basic of number system
Basic of number systemBasic of number system
Basic of number system
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Booth's Multiplication Algorithm.pptx
Booth's Multiplication Algorithm.pptxBooth's Multiplication Algorithm.pptx
Booth's Multiplication Algorithm.pptx
 
Number system and codes
Number system and codesNumber system and codes
Number system and codes
 
Number systems r002
Number systems  r002Number systems  r002
Number systems r002
 
Data representation
Data representationData representation
Data representation
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
binary number system
 binary number system binary number system
binary number system
 
Number system
Number systemNumber system
Number system
 
Computer architecture data representation
Computer architecture  data representationComputer architecture  data representation
Computer architecture data representation
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Digital logic design part1
Digital logic design part1Digital logic design part1
Digital logic design part1
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notes
 
Binary number systems
Binary number systemsBinary number systems
Binary number systems
 

Andere mochten auch

Computer network
Computer networkComputer network
Computer networkmickey11500
 
LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )
LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )
LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )Awanda Gita
 
Hardware (Parts of the PC)
Hardware (Parts of the PC)Hardware (Parts of the PC)
Hardware (Parts of the PC)Vianka Hudgins
 
Computer Hardware_paul
Computer Hardware_paulComputer Hardware_paul
Computer Hardware_paulpaulyvescastro
 
Evolution of web browsers ppt
Evolution of web browsers pptEvolution of web browsers ppt
Evolution of web browsers pptJyothi Reddy
 
EASA Part-66 Module 5.6 : Basic Computer Structure
EASA Part-66 Module  5.6 : Basic Computer StructureEASA Part-66 Module  5.6 : Basic Computer Structure
EASA Part-66 Module 5.6 : Basic Computer Structuresoulstalker
 
Web browser(pp ts)
Web browser(pp ts)Web browser(pp ts)
Web browser(pp ts)darpan1118
 
WWW or World Wide Web
WWW or World Wide WebWWW or World Wide Web
WWW or World Wide WebSaransh Arora
 
Computer,history,generations,and its types.
Computer,history,generations,and its types.Computer,history,generations,and its types.
Computer,history,generations,and its types.roshan ali
 
Computer memory
Computer memoryComputer memory
Computer memorynikunjandy
 
Printers And Its Types
Printers And Its TypesPrinters And Its Types
Printers And Its TypesAasim Mushtaq
 

Andere mochten auch (20)

Computer network
Computer networkComputer network
Computer network
 
LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )
LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )
LEARN HOW TO PRESENTATE SOFTWARE (SOFTWARE PRESENTATION )
 
Hardware (Parts of the PC)
Hardware (Parts of the PC)Hardware (Parts of the PC)
Hardware (Parts of the PC)
 
Computer Hardware_paul
Computer Hardware_paulComputer Hardware_paul
Computer Hardware_paul
 
Ppt hardwear
Ppt hardwearPpt hardwear
Ppt hardwear
 
Evolution of web browsers ppt
Evolution of web browsers pptEvolution of web browsers ppt
Evolution of web browsers ppt
 
EASA Part-66 Module 5.6 : Basic Computer Structure
EASA Part-66 Module  5.6 : Basic Computer StructureEASA Part-66 Module  5.6 : Basic Computer Structure
EASA Part-66 Module 5.6 : Basic Computer Structure
 
Web browser(pp ts)
Web browser(pp ts)Web browser(pp ts)
Web browser(pp ts)
 
WWW or World Wide Web
WWW or World Wide WebWWW or World Wide Web
WWW or World Wide Web
 
Web browsers
Web browsersWeb browsers
Web browsers
 
Computer,history,generations,and its types.
Computer,history,generations,and its types.Computer,history,generations,and its types.
Computer,history,generations,and its types.
 
Web browsers
Web browsersWeb browsers
Web browsers
 
Computer Memory
 Computer Memory Computer Memory
Computer Memory
 
Modem
ModemModem
Modem
 
Types of Computer
Types of ComputerTypes of Computer
Types of Computer
 
Types-of-computer-ppt
Types-of-computer-pptTypes-of-computer-ppt
Types-of-computer-ppt
 
e-mail tips
e-mail tipse-mail tips
e-mail tips
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Web Browsers
Web BrowsersWeb Browsers
Web Browsers
 
Printers And Its Types
Printers And Its TypesPrinters And Its Types
Printers And Its Types
 

Ähnlich wie 01.number systems

Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2MikeCrea
 
Conversion of number system with base concept
Conversion of number system with base conceptConversion of number system with base concept
Conversion of number system with base conceptUniversity of Potsdam
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptxODAATUBE1
 
Number Systems
Number SystemsNumber Systems
Number Systemsstudent
 
Number systems presentation
Number systems presentationNumber systems presentation
Number systems presentationJiian Francisco
 
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...Rai University
 
digital logic circuits, digital component floting and fixed point
digital logic circuits, digital component floting and fixed pointdigital logic circuits, digital component floting and fixed point
digital logic circuits, digital component floting and fixed pointRai University
 
Mca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed pointMca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed pointRai University
 
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...Rai University
 

Ähnlich wie 01.number systems (20)

01.Number Systems
01.Number Systems01.Number Systems
01.Number Systems
 
Number system
Number systemNumber system
Number system
 
Computer Number System
Computer Number SystemComputer Number System
Computer Number System
 
5871320.ppt
5871320.ppt5871320.ppt
5871320.ppt
 
Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2
 
ITC lecture 3.pptx
ITC lecture 3.pptxITC lecture 3.pptx
ITC lecture 3.pptx
 
Computing 6
Computing 6Computing 6
Computing 6
 
Lec 02
Lec 02Lec 02
Lec 02
 
Number systems
Number systemsNumber systems
Number systems
 
number system
number systemnumber system
number system
 
Conversion of number system with base concept
Conversion of number system with base conceptConversion of number system with base concept
Conversion of number system with base concept
 
Unit 4.docx
Unit 4.docxUnit 4.docx
Unit 4.docx
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Number systems presentation
Number systems presentationNumber systems presentation
Number systems presentation
 
Cse115 lecture01numbersystems
Cse115 lecture01numbersystemsCse115 lecture01numbersystems
Cse115 lecture01numbersystems
 
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
 
digital logic circuits, digital component floting and fixed point
digital logic circuits, digital component floting and fixed pointdigital logic circuits, digital component floting and fixed point
digital logic circuits, digital component floting and fixed point
 
Mca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed pointMca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed point
 
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
 

Mehr von rasha3

Word100
Word100Word100
Word100rasha3
 
Qr word-quick-reference-2007
Qr word-quick-reference-2007Qr word-quick-reference-2007
Qr word-quick-reference-2007rasha3
 
Tech130presentationproject
Tech130presentationprojectTech130presentationproject
Tech130presentationprojectrasha3
 
Tech130presentationproject
Tech130presentationprojectTech130presentationproject
Tech130presentationprojectrasha3
 
Programming languagetypes
Programming languagetypesProgramming languagetypes
Programming languagetypesrasha3
 
Sheet1 email
Sheet1 emailSheet1 email
Sheet1 emailrasha3
 
Lecture#2 hardware
Lecture#2   hardwareLecture#2   hardware
Lecture#2 hardwarerasha3
 
Computertypes&soft
Computertypes&softComputertypes&soft
Computertypes&softrasha3
 

Mehr von rasha3 (8)

Word100
Word100Word100
Word100
 
Qr word-quick-reference-2007
Qr word-quick-reference-2007Qr word-quick-reference-2007
Qr word-quick-reference-2007
 
Tech130presentationproject
Tech130presentationprojectTech130presentationproject
Tech130presentationproject
 
Tech130presentationproject
Tech130presentationprojectTech130presentationproject
Tech130presentationproject
 
Programming languagetypes
Programming languagetypesProgramming languagetypes
Programming languagetypes
 
Sheet1 email
Sheet1 emailSheet1 email
Sheet1 email
 
Lecture#2 hardware
Lecture#2   hardwareLecture#2   hardware
Lecture#2 hardware
 
Computertypes&soft
Computertypes&softComputertypes&soft
Computertypes&soft
 

01.number systems

  • 1. 1. Number Systems Chapt. 2 Location in course textbook
  • 2.
  • 3.
  • 4.
  • 5. Common Number Systems System Base Symbols Used by humans? Used in computers? Decimal 10 0, 1, … 9 Yes No Binary 2 0, 1 No Yes Octal 8 0, 1, … 7 No No Hexa- decimal 16 0, 1, … 9, A, B, … F No No
  • 6. Quantities/Counting (1 of 3) p. 33 Decimal Binary Octal Hexa- decimal 0 0 0 0 1 1 1 1 2 10 2 2 3 11 3 3 4 100 4 4 5 101 5 5 6 110 6 6 7 111 7 7
  • 7. Quantities/Counting (2 of 3) Decimal Binary Octal Hexa- decimal 8 1000 10 8 9 1001 11 9 10 1010 12 A 11 1011 13 B 12 1100 14 C 13 1101 15 D 14 1110 16 E 15 1111 17 F
  • 8. Quantities/Counting (3 of 3) Etc. Decimal Binary Octal Hexa- decimal 16 10000 20 10 17 10001 21 11 18 10010 22 12 19 10011 23 13 20 10100 24 14 21 10101 25 15 22 10110 26 16 23 10111 27 17
  • 9.
  • 10. Quick Example 25 10 = 11001 2 = 31 8 = 19 16 Base
  • 11. Decimal to Decimal (just for fun) Hexadecimal Decimal Octal Binary Next slide…
  • 12. 125 10 => 5 x 10 0 = 5 2 x 10 1 = 20 1 x 10 2 = 100 125 Base Weight
  • 13. Binary to Decimal Hexadecimal Decimal Octal Binary
  • 14.
  • 15. Example 101011 2 => 1 x 2 0 = 1 1 x 2 1 = 2 0 x 2 2 = 0 1 x 2 3 = 8 0 x 2 4 = 0 1 x 2 5 = 32 43 10 Bit “ 0 ”
  • 16. Octal to Decimal Hexadecimal Decimal Octal Binary
  • 17.
  • 18. Example 724 8 => 4 x 8 0 = 4 2 x 8 1 = 16 7 x 8 2 = 448 468 10
  • 19. Hexadecimal to Decimal Hexadecimal Decimal Octal Binary
  • 20.
  • 21. Example ABC 16 => C x 16 0 = 12 x 1 = 12 B x 16 1 = 11 x 16 = 176 A x 16 2 = 10 x 256 = 2560 2748 10
  • 22. Decimal to Binary Hexadecimal Decimal Octal Binary
  • 23.
  • 24. Example 125 10 = ? 2 125 10 = 1111101 2 2 125 62 1 2 31 0 2 15 1 2 7 1 2 3 1 2 1 1 2 0 1
  • 25. Octal to Binary Hexadecimal Decimal Octal Binary
  • 26.
  • 27. Example 705 8 = ? 2 705 8 = 111000101 2 7 0 5 111 000 101
  • 28. Hexadecimal to Binary Hexadecimal Decimal Octal Binary
  • 29.
  • 30. Example 10AF 16 = ? 2 10AF 16 = 0001000010101111 2 1 0 A F 0001 0000 1010 1111
  • 31. Decimal to Octal Hexadecimal Decimal Octal Binary
  • 32.
  • 33. Example 1234 10 = ? 8 8 1234 154 2 1234 10 = 2322 8 8 19 2 8 2 3 8 0 2
  • 34. Decimal to Hexadecimal Hexadecimal Decimal Octal Binary
  • 35.
  • 36. Example 1234 10 = ? 16 1234 10 = 4D2 16 16 1234 77 2 16 4 13 = D 16 0 4
  • 37. Binary to Octal Hexadecimal Decimal Octal Binary
  • 38.
  • 39. Example 1011010111 2 = ? 8 1011010111 2 = 1327 8 1 011 010 111 1 3 2 7
  • 40. Binary to Hexadecimal Hexadecimal Decimal Octal Binary
  • 41.
  • 42.
  • 43. Octal to Hexadecimal Hexadecimal Decimal Octal Binary
  • 44.
  • 45. Example 1076 8 = ? 16 1076 8 = 23E 16 1 0 7 6 001 000 111 110 2 3 E
  • 46. Hexadecimal to Octal Hexadecimal Decimal Octal Binary
  • 47.
  • 48. Example 1F0C 16 = ? 8 1F0C 16 = 17414 8 1 F 0 C 0001 1111 0000 1100 1 7 4 1 4
  • 49. Exercise – Convert ... Skip answer Answer Don ’ t use a calculator! Decimal Binary Octal Hexa- decimal 33 1110101 703 1AF
  • 50. Exercise – Convert … Answer Decimal Binary Octal Hexa- decimal 33 100001 41 21 117 1110101 165 75 451 111000011 703 1C3 431 110101111 657 1AF
  • 51.
  • 52.
  • 53. Example In the lab… 1. Double click on My Computer 2. Right click on C: 3. Click on Properties / 2 30 =
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64. Exercise – Convert ... Skip answer Answer Don ’ t use a calculator! Decimal Binary Octal Hexa- decimal 29.8 101.1101 3.07 C.82
  • 65. Exercise – Convert … Answer Decimal Binary Octal Hexa- decimal 29.8 11101.110011… 35.63… 1D.CC… 5.8125 101.1101 5.64 5.D 3.109375 11.000111 3.07 3.1C 12.5078125 1100.10000010 14.404 C.82
  • 66. Thank you Next topic