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

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
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
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
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
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
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
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
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
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 

Recently uploaded (20)

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
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
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
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
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
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
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 

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