SlideShare a Scribd company logo
1 of 21
Unit 7
Number Systems and Bases
Presentation 1 Binary and Base 10
Presentation 2 Adding Binary Numbers
Presentation 3 Subtracting Binary Numbers
Presentation 4 Binary Multiplication
Presentation 5 Examples in Base 5
Presentation 6 Examples in Base 7
Unit 7
Number Systems and Bases
Binary and Base 10
Convert the binary numbers 1011, 11001 and 100101 to
base 10 numbers.
8 + 0 + 2 + 1 = 11
32 + 16 + 0 + 0 + 2 + 1 = 51
32 + 0 + 0 + 4 + 0 + 1 = 37
??
?? ?? ?? ?? ?? ??
?? ?? ?? ?? ?? ?? ??
?? ?? ?? ??
??
Convert these base 10 numbers into binary numbers:
5 = 4 + 1
12 = 8 + 4
23 = 16 + 4 + 2 + 1
77 = 64 + 8 + 4 + 1
??
??
??
?? ??
?? ?? ?? ??
?? ?? ?? ?? ??
??????????????
Unit 7
Number Systems and Bases
You have finished viewing:
Binary and Base 10
Return to front slide
Presentation 1 Binary and Base 10
Presentation 2 Adding Binary Numbers
Presentation 3 Subtracting Binary Numbers
Presentation 4 Binary Multiplication
Presentation 5 Examples in Base 5
Presentation 6 Examples in Base 7
Unit 7
Number Systems and Bases
Adding Binary Numbers
Key results with binary numbers
Calculate, using these binary numbers
1 + 0 = 1
1 + 1 = 10
1 + 1 + 1 = 10
??
??
??
1 0 1
+ 1 1
1 0 0 0
1 1 1
+ 1 0 1
1 1 0 0
1 0 1 1
+ 1 0 1
1 0 0 0 0
1 1 1 1
+ 1 1 0 1
1 1 1 0 0
?? ??
?? ??
Unit 7
Number Systems and Bases
You have finished viewing:
Adding Binary Numbers
Return to front slide
Presentation 1 Binary and Base 10
Presentation 2 Adding Binary Numbers
Presentation 3 Subtracting Binary Numbers
Presentation 4 Binary Multiplication
Presentation 5 Examples in Base 5
Presentation 6 Examples in Base 7
Unit 7
Number Systems and Bases
Subtracting Binary Numbers
Key results with binary numbers
Calculate, using these binary numbers
1 - 0 = 1
10 - 1 = 1
11 - 1 = 10
??
??
??
1 1 1
- 1 0 1
1 0
1 1 0 1 1
- 1 0 1 0
1 0 0 0 1
1 0 1 1
- 1 0 1
1 0 0
1 0 0 1
- 1 1
1 1 0
??
??
??
1 1 1 0
- 1 1 1
1 1 1
1 0 0 1 1
- 1 0 1 0
1 0 0 1
??
?? ??
Unit 7
Number Systems and Bases
You have finished viewing:
Subtracting Binary Numbers
Return to front slide
Presentation 1 Binary and Base 10
Presentation 2 Adding Binary Numbers
Presentation 3 Subtracting Binary Numbers
Presentation 4 Binary Multiplication
Presentation 5 Examples in Base 5
Presentation 6 Examples in Base 7
Unit 7
Number Systems and Bases
Binary Multiplication
Calculate, using these binary numbers
1 1 0
x 1 1
1 1 0 0
1 1 0
1 1 0 1 0
1 1 1
x 1 1
1 1 1 0
1 1 1
1 0 1 0 1
1 1 0 1
x 1 1 0
1 1 0 1 0 0
1 1 0 1 0
1 1 0 1 1 1 0
1 1 1 1
x 1 1 0
1 1 1 1 0 0
1 1 1 1 0
1 0 1 1 0 1 0
1 1 0 1
X 1 0 1
1 1 0 1 0 0
1 1 0 1
1 1 0 0 0 0 1
1 0 1 1 0
x 1 1 1
1 0 1 1 0 0 0
1 0 1 1 0 0
1 0 1 1 1
1 0 0 1 1 0 1 1
??
??
?? ??
??
?? ??
??
?? ??
??
??
??
??
?? ??
??
??
??
Unit 7
Number Systems and Bases
You have finished viewing:
Binary Multiplication
Return to front slide
Presentation 1 Binary and Base 10
Presentation 2 Adding Binary Numbers
Presentation 3 Subtracting Binary Numbers
Presentation 4 Binary Multiplication
Presentation 5 Examples in Base 5
Presentation 6 Examples in Base 7
Unit 7
Number Systems and Bases
Examples in Base 5
Convert the base 5 numbers 124 and 1223 into base 10.
Convert 152 from base 10 to base 5.
25 + 10 + 4 = 39
125 + 50 + 10 + 3 = 188
152 = 125 + 25 + 2
?? ?? ?? ??
?? ?? ?? ??
??
?? ?? ?? ??
Carry out the following base 5 calculations
4 1
+ 2 2
1 1 3
1 2
x 2 4
2 4 0
1 0 3
3 4 3
1 0 4 3
+ 1 2 3
1 2 2 4
1 4 4
x 2 3
3 4 3 0
1 0 4 2
1 0 0 2 2??
??
??
????
??
??
??
Unit 7
Number Systems and Bases
You have finished viewing:
Examples in Base 5
Return to front slide
Presentation 1 Binary and Base 10
Presentation 2 Adding Binary Numbers
Presentation 3 Subtracting Binary Numbers
Presentation 4 Binary Multiplication
Presentation 5 Examples in Base 5
Presentation 6 Examples in Base 7
Unit 7
Number Systems and Bases
Examples in Base 7
Convert 164 from base 7 to base 10
Convert 142 from base 10 to base 7
Carry out the following calculations in base 7:
49 + 42 + 4 = 95???? ?? ??
142 = (2 x 49) + (6 x 7) + (2 x 1)
?? ?? ??
1 4
+ 2 3
4 0
3 4
x 1 2
3 4 0
1 0 1
4 4 1
4 6
x 3 4
2 0 4 0
2 5 3
2 3 2 2
1 4 3
+ 2 2 5
4 0 1?? ??
??
??
??
??
??
??
Unit 7
Number Systems and Bases
You have finished viewing:
Examples in Base 7
Return to front slide
Presentation 1 Binary and Base 10
Presentation 2 Adding Binary Numbers
Presentation 3 Subtracting Binary Numbers
Presentation 4 Binary Multiplication
Presentation 5 Examples in Base 5
Presentation 6 Examples in Base 7

More Related Content

What's hot

Data representation
Data representationData representation
Data representationChew Hoong
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsImran Waris
 
Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)Frankie Jones
 
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)Fizaril Amzari Omar
 
PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018Fizaril Amzari Omar
 
Numbersystemcont
NumbersystemcontNumbersystemcont
NumbersystemcontSajib
 
Decimal vs binary
Decimal vs binaryDecimal vs binary
Decimal vs binaryselcukca84
 
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
 
Computer arthtmetic,,,
Computer arthtmetic,,,Computer arthtmetic,,,
Computer arthtmetic,,,Ahsan Mehmood
 
Logic Design - Chapter 1: Number Systems and Codes
Logic Design - Chapter 1: Number Systems and CodesLogic Design - Chapter 1: Number Systems and Codes
Logic Design - Chapter 1: Number Systems and CodesGouda Mando
 

What's hot (17)

Bolum1cozumler
Bolum1cozumlerBolum1cozumler
Bolum1cozumler
 
Data representation
Data representationData representation
Data representation
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systems
 
Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)
 
Number system
Number systemNumber system
Number system
 
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
 
Number system
Number systemNumber system
Number system
 
PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
 
Class03
Class03Class03
Class03
 
L2 number
L2 numberL2 number
L2 number
 
Decimal vs binary
Decimal vs binaryDecimal vs binary
Decimal vs binary
 
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
 
Computer arthtmetic,,,
Computer arthtmetic,,,Computer arthtmetic,,,
Computer arthtmetic,,,
 
Logic Design - Chapter 1: Number Systems and Codes
Logic Design - Chapter 1: Number Systems and CodesLogic Design - Chapter 1: Number Systems and Codes
Logic Design - Chapter 1: Number Systems and Codes
 
08. Numeral Systems
08. Numeral Systems08. Numeral Systems
08. Numeral Systems
 
Chapter1b
Chapter1bChapter1b
Chapter1b
 

Similar to Math unit7 number system and bases

binary arithmetic conversion.pptx
binary arithmetic conversion.pptxbinary arithmetic conversion.pptx
binary arithmetic conversion.pptxJayVadgama9
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmeticgavhays
 
Pertemuan 2 - Sistem Bilangan
Pertemuan 2 - Sistem BilanganPertemuan 2 - Sistem Bilangan
Pertemuan 2 - Sistem Bilanganahmad haidaroh
 
Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...Get & Spread Knowledge
 
04 bits andarithmetic
04 bits andarithmetic04 bits andarithmetic
04 bits andarithmeticAmisha Dalal
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptxAliaaTarek5
 
More on number system
More on number systemMore on number system
More on number systemsamina khan
 
Lesson plan on data representation
Lesson plan on data representationLesson plan on data representation
Lesson plan on data representationPooja Tripathi
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversionsSusantha Herath
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptxamudhak10
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptxamudhak10
 
2sComplementArithmetic1.ppt
2sComplementArithmetic1.ppt2sComplementArithmetic1.ppt
2sComplementArithmetic1.pptSathishkumar.V
 
2sComplementArithmetic1.ppt
2sComplementArithmetic1.ppt2sComplementArithmetic1.ppt
2sComplementArithmetic1.pptMeghadriGhosh4
 
2sComplementArithmetic1 lecture slides ppt
2sComplementArithmetic1 lecture slides ppt2sComplementArithmetic1 lecture slides ppt
2sComplementArithmetic1 lecture slides pptnashitahalwaz95
 

Similar to Math unit7 number system and bases (20)

Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Number system
Number systemNumber system
Number system
 
binary arithmetic conversion.pptx
binary arithmetic conversion.pptxbinary arithmetic conversion.pptx
binary arithmetic conversion.pptx
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Base system
Base systemBase system
Base system
 
Pertemuan 2 - Sistem Bilangan
Pertemuan 2 - Sistem BilanganPertemuan 2 - Sistem Bilangan
Pertemuan 2 - Sistem Bilangan
 
Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...
 
04 bits andarithmetic
04 bits andarithmetic04 bits andarithmetic
04 bits andarithmetic
 
04 bits andarithmetic
04 bits andarithmetic04 bits andarithmetic
04 bits andarithmetic
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
 
More on number system
More on number systemMore on number system
More on number system
 
Lesson plan on data representation
Lesson plan on data representationLesson plan on data representation
Lesson plan on data representation
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
 
Complement
ComplementComplement
Complement
 
2sComplementArithmetic1.ppt
2sComplementArithmetic1.ppt2sComplementArithmetic1.ppt
2sComplementArithmetic1.ppt
 
2sComplementArithmetic1.ppt
2sComplementArithmetic1.ppt2sComplementArithmetic1.ppt
2sComplementArithmetic1.ppt
 
2sComplementArithmetic1 lecture slides ppt
2sComplementArithmetic1 lecture slides ppt2sComplementArithmetic1 lecture slides ppt
2sComplementArithmetic1 lecture slides ppt
 
Cit 1101 lec 02
Cit 1101 lec 02Cit 1101 lec 02
Cit 1101 lec 02
 

More from eLearningJa

Math unit39 matrices
Math unit39 matricesMath unit39 matrices
Math unit39 matriceseLearningJa
 
Math unit38 vectors
Math unit38 vectorsMath unit38 vectors
Math unit38 vectorseLearningJa
 
Math unit36 contructions and enlargements
Math unit36 contructions and enlargementsMath unit36 contructions and enlargements
Math unit36 contructions and enlargementseLearningJa
 
Math unit34 pythagoras' theorem and trigonometric ratios
Math unit34 pythagoras' theorem and trigonometric ratiosMath unit34 pythagoras' theorem and trigonometric ratios
Math unit34 pythagoras' theorem and trigonometric ratioseLearningJa
 
Math unit35 trigonometric problem
Math unit35 trigonometric problemMath unit35 trigonometric problem
Math unit35 trigonometric problemeLearningJa
 
Math unit33 congruence and similarity
Math unit33 congruence and similarityMath unit33 congruence and similarity
Math unit33 congruence and similarityeLearningJa
 
Math unit32 angles, circles and tangents
Math unit32 angles, circles and tangentsMath unit32 angles, circles and tangents
Math unit32 angles, circles and tangentseLearningJa
 
Math unit29 using graphs to solve equations
Math unit29 using graphs to solve equationsMath unit29 using graphs to solve equations
Math unit29 using graphs to solve equationseLearningJa
 
Math unit30 functions
Math unit30 functionsMath unit30 functions
Math unit30 functionseLearningJa
 
Math unit28 straight lines
Math unit28 straight linesMath unit28 straight lines
Math unit28 straight lineseLearningJa
 
Math unit26 solving inequalities
Math unit26 solving inequalitiesMath unit26 solving inequalities
Math unit26 solving inequalitieseLearningJa
 
Math unit27 coordinates
Math unit27 coordinatesMath unit27 coordinates
Math unit27 coordinateseLearningJa
 
Math unit21 formulae
Math unit21 formulaeMath unit21 formulae
Math unit21 formulaeeLearningJa
 
Math unit22 algebraic concepts
Math unit22 algebraic conceptsMath unit22 algebraic concepts
Math unit22 algebraic conceptseLearningJa
 
Math unit19 probability of one event
Math unit19 probability of one eventMath unit19 probability of one event
Math unit19 probability of one eventeLearningJa
 
Math unit18 measure of variation
Math unit18 measure of variationMath unit18 measure of variation
Math unit18 measure of variationeLearningJa
 
Math unit20 probability of one or more events
Math unit20 probability of one or more eventsMath unit20 probability of one or more events
Math unit20 probability of one or more eventseLearningJa
 
Math unit16 data presentation
Math unit16 data presentationMath unit16 data presentation
Math unit16 data presentationeLearningJa
 
Math unit14 volumes
Math unit14 volumesMath unit14 volumes
Math unit14 volumeseLearningJa
 

More from eLearningJa (20)

Start here
Start hereStart here
Start here
 
Math unit39 matrices
Math unit39 matricesMath unit39 matrices
Math unit39 matrices
 
Math unit38 vectors
Math unit38 vectorsMath unit38 vectors
Math unit38 vectors
 
Math unit36 contructions and enlargements
Math unit36 contructions and enlargementsMath unit36 contructions and enlargements
Math unit36 contructions and enlargements
 
Math unit34 pythagoras' theorem and trigonometric ratios
Math unit34 pythagoras' theorem and trigonometric ratiosMath unit34 pythagoras' theorem and trigonometric ratios
Math unit34 pythagoras' theorem and trigonometric ratios
 
Math unit35 trigonometric problem
Math unit35 trigonometric problemMath unit35 trigonometric problem
Math unit35 trigonometric problem
 
Math unit33 congruence and similarity
Math unit33 congruence and similarityMath unit33 congruence and similarity
Math unit33 congruence and similarity
 
Math unit32 angles, circles and tangents
Math unit32 angles, circles and tangentsMath unit32 angles, circles and tangents
Math unit32 angles, circles and tangents
 
Math unit29 using graphs to solve equations
Math unit29 using graphs to solve equationsMath unit29 using graphs to solve equations
Math unit29 using graphs to solve equations
 
Math unit30 functions
Math unit30 functionsMath unit30 functions
Math unit30 functions
 
Math unit28 straight lines
Math unit28 straight linesMath unit28 straight lines
Math unit28 straight lines
 
Math unit26 solving inequalities
Math unit26 solving inequalitiesMath unit26 solving inequalities
Math unit26 solving inequalities
 
Math unit27 coordinates
Math unit27 coordinatesMath unit27 coordinates
Math unit27 coordinates
 
Math unit21 formulae
Math unit21 formulaeMath unit21 formulae
Math unit21 formulae
 
Math unit22 algebraic concepts
Math unit22 algebraic conceptsMath unit22 algebraic concepts
Math unit22 algebraic concepts
 
Math unit19 probability of one event
Math unit19 probability of one eventMath unit19 probability of one event
Math unit19 probability of one event
 
Math unit18 measure of variation
Math unit18 measure of variationMath unit18 measure of variation
Math unit18 measure of variation
 
Math unit20 probability of one or more events
Math unit20 probability of one or more eventsMath unit20 probability of one or more events
Math unit20 probability of one or more events
 
Math unit16 data presentation
Math unit16 data presentationMath unit16 data presentation
Math unit16 data presentation
 
Math unit14 volumes
Math unit14 volumesMath unit14 volumes
Math unit14 volumes
 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 

Math unit7 number system and bases

  • 1. Unit 7 Number Systems and Bases Presentation 1 Binary and Base 10 Presentation 2 Adding Binary Numbers Presentation 3 Subtracting Binary Numbers Presentation 4 Binary Multiplication Presentation 5 Examples in Base 5 Presentation 6 Examples in Base 7
  • 2. Unit 7 Number Systems and Bases Binary and Base 10
  • 3. Convert the binary numbers 1011, 11001 and 100101 to base 10 numbers. 8 + 0 + 2 + 1 = 11 32 + 16 + 0 + 0 + 2 + 1 = 51 32 + 0 + 0 + 4 + 0 + 1 = 37 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  • 4. Convert these base 10 numbers into binary numbers: 5 = 4 + 1 12 = 8 + 4 23 = 16 + 4 + 2 + 1 77 = 64 + 8 + 4 + 1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??????????????
  • 5. Unit 7 Number Systems and Bases You have finished viewing: Binary and Base 10 Return to front slide Presentation 1 Binary and Base 10 Presentation 2 Adding Binary Numbers Presentation 3 Subtracting Binary Numbers Presentation 4 Binary Multiplication Presentation 5 Examples in Base 5 Presentation 6 Examples in Base 7
  • 6. Unit 7 Number Systems and Bases Adding Binary Numbers
  • 7. Key results with binary numbers Calculate, using these binary numbers 1 + 0 = 1 1 + 1 = 10 1 + 1 + 1 = 10 ?? ?? ?? 1 0 1 + 1 1 1 0 0 0 1 1 1 + 1 0 1 1 1 0 0 1 0 1 1 + 1 0 1 1 0 0 0 0 1 1 1 1 + 1 1 0 1 1 1 1 0 0 ?? ?? ?? ??
  • 8. Unit 7 Number Systems and Bases You have finished viewing: Adding Binary Numbers Return to front slide Presentation 1 Binary and Base 10 Presentation 2 Adding Binary Numbers Presentation 3 Subtracting Binary Numbers Presentation 4 Binary Multiplication Presentation 5 Examples in Base 5 Presentation 6 Examples in Base 7
  • 9. Unit 7 Number Systems and Bases Subtracting Binary Numbers
  • 10. Key results with binary numbers Calculate, using these binary numbers 1 - 0 = 1 10 - 1 = 1 11 - 1 = 10 ?? ?? ?? 1 1 1 - 1 0 1 1 0 1 1 0 1 1 - 1 0 1 0 1 0 0 0 1 1 0 1 1 - 1 0 1 1 0 0 1 0 0 1 - 1 1 1 1 0 ?? ?? ?? 1 1 1 0 - 1 1 1 1 1 1 1 0 0 1 1 - 1 0 1 0 1 0 0 1 ?? ?? ??
  • 11. Unit 7 Number Systems and Bases You have finished viewing: Subtracting Binary Numbers Return to front slide Presentation 1 Binary and Base 10 Presentation 2 Adding Binary Numbers Presentation 3 Subtracting Binary Numbers Presentation 4 Binary Multiplication Presentation 5 Examples in Base 5 Presentation 6 Examples in Base 7
  • 12. Unit 7 Number Systems and Bases Binary Multiplication
  • 13. Calculate, using these binary numbers 1 1 0 x 1 1 1 1 0 0 1 1 0 1 1 0 1 0 1 1 1 x 1 1 1 1 1 0 1 1 1 1 0 1 0 1 1 1 0 1 x 1 1 0 1 1 0 1 0 0 1 1 0 1 0 1 1 0 1 1 1 0 1 1 1 1 x 1 1 0 1 1 1 1 0 0 1 1 1 1 0 1 0 1 1 0 1 0 1 1 0 1 X 1 0 1 1 1 0 1 0 0 1 1 0 1 1 1 0 0 0 0 1 1 0 1 1 0 x 1 1 1 1 0 1 1 0 0 0 1 0 1 1 0 0 1 0 1 1 1 1 0 0 1 1 0 1 1 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  • 14. Unit 7 Number Systems and Bases You have finished viewing: Binary Multiplication Return to front slide Presentation 1 Binary and Base 10 Presentation 2 Adding Binary Numbers Presentation 3 Subtracting Binary Numbers Presentation 4 Binary Multiplication Presentation 5 Examples in Base 5 Presentation 6 Examples in Base 7
  • 15. Unit 7 Number Systems and Bases Examples in Base 5
  • 16. Convert the base 5 numbers 124 and 1223 into base 10. Convert 152 from base 10 to base 5. 25 + 10 + 4 = 39 125 + 50 + 10 + 3 = 188 152 = 125 + 25 + 2 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
  • 17. Carry out the following base 5 calculations 4 1 + 2 2 1 1 3 1 2 x 2 4 2 4 0 1 0 3 3 4 3 1 0 4 3 + 1 2 3 1 2 2 4 1 4 4 x 2 3 3 4 3 0 1 0 4 2 1 0 0 2 2?? ?? ?? ???? ?? ?? ??
  • 18. Unit 7 Number Systems and Bases You have finished viewing: Examples in Base 5 Return to front slide Presentation 1 Binary and Base 10 Presentation 2 Adding Binary Numbers Presentation 3 Subtracting Binary Numbers Presentation 4 Binary Multiplication Presentation 5 Examples in Base 5 Presentation 6 Examples in Base 7
  • 19. Unit 7 Number Systems and Bases Examples in Base 7
  • 20. Convert 164 from base 7 to base 10 Convert 142 from base 10 to base 7 Carry out the following calculations in base 7: 49 + 42 + 4 = 95???? ?? ?? 142 = (2 x 49) + (6 x 7) + (2 x 1) ?? ?? ?? 1 4 + 2 3 4 0 3 4 x 1 2 3 4 0 1 0 1 4 4 1 4 6 x 3 4 2 0 4 0 2 5 3 2 3 2 2 1 4 3 + 2 2 5 4 0 1?? ?? ?? ?? ?? ?? ?? ??
  • 21. Unit 7 Number Systems and Bases You have finished viewing: Examples in Base 7 Return to front slide Presentation 1 Binary and Base 10 Presentation 2 Adding Binary Numbers Presentation 3 Subtracting Binary Numbers Presentation 4 Binary Multiplication Presentation 5 Examples in Base 5 Presentation 6 Examples in Base 7