SlideShare une entreprise Scribd logo
1  sur  32
Agenda = 80 min
Warm up 5 min
Converting between decimal and binary 5 m
On line quiz 10 min
Home work and Exit ticket 5 min
Student presentation 10 m
Converting between decimal and octal 5 m
Student presentation 10 m
Converting between decimal and hexadec 5 m
Student presentation 10 m
Converting between numbering systems 15 min
Classroom Norms 2
Classroom NormsClassroom Norms
Osama Ghandour Geris Assiut STEM School
What are the applications which
use computer systems ? Mention
3 applications
Warm up brain storm 2min
What is a computer ? Define it
How does a computer work?
Assiut STEM School Mr. Osama Ghandour Computer Science
Hexadecimal system base 16
What are the numbering systems?
Decimal system base 10
Binary system base 2
Octal system base 8
Learn the concept
Assiut STEM School Mr. Osama Ghandour Computer Science
Convert fromDecimal system
To Binary systemand vise versa
Converting 3 min
Assiut STEM School Mr. Osama Ghandour Computer Science
From Decimal to Binary
Assiut STEM School Mr. Osama Ghandour Computer Science
31
1248163264128
11111000
1248163264128
16+8+4+2+1
11111
From Binary to Decimal
Assiut STEM School Mr. Osama Ghandour Computer Science
11111
01234567
11111
01234567
31
𝟏 ∗ 𝟐 𝟒
+𝟏 ∗ 𝟐 𝟑
+1∗ 𝟐 𝟐
+ 𝟏 ∗ 𝟐 𝟏
+1*𝟐 𝟎
16+8+4+2+1=
Example 2
Converting 3 min
Assiut STEM School Mr. Osama Ghandour Computer Science
From Decimal to Binary
Assiut STEM School Mr. Osama Ghandour Computer Science
52
1248163264128
001011000
1248163264128
32+16+4
𝟏𝟏𝟎𝟏𝟎𝟎 𝟐
From Binary to Decimal
Assiut STEM School Mr. Osama Ghandour Computer Science
01234567
110101
01234567
43
𝟏 ∗ 𝟐 𝟓
+ 𝟎 ∗ 𝟐 𝟒
+𝟏 ∗ 𝟐 𝟑
+0∗ 𝟐 𝟐
+ 𝟏 ∗ 𝟐 𝟏
+1*𝟐 𝟎
32+0+8+0+2+1=
𝟏𝟎𝟏𝟎𝟏𝟏 𝟐
Convert fromDecimal system
To Octal systemand vise versa
Converting 3 min
Assiut STEM School Mr. Osama Ghandour Computer Science
From Decimal to Octal
Assiut STEM School Mr. Osama Ghandour Computer Science
96
1864512…………
04100000
1864512…………
1*64+4*8
(𝟏𝟒𝟎) 𝟖
From Octal to Decimal
Assiut STEM School Mr. Osama Ghandour Computer Science
01234………
141000
0123…………
97
𝟎 ∗ 𝟖 𝟓
+ 𝟎 ∗ 𝟖 𝟒
+𝟎 ∗ 𝟖 𝟑
+1∗ 𝟖 𝟐
+ 𝟒 ∗ 𝟖 𝟏
+1*𝟖 𝟎
0+0+0+64+32+1=
(𝟏𝟒𝟏) 𝟖
Convert fromDecimalsystem
To Hexadecimal systemandvise
versa
Converting 3 min
Assiut STEM School Mr. Osama Ghandour Computer Science
From Decimal to Hexadecimal
Assiut STEM School Mr. Osama Ghandour Computer Science
291
1162564096……………
32100000
1162564096…………
1*256+2*16+3*1
(𝟏𝟐𝟑) 𝟏𝟔
From Hexadecimal to Decimal
Assiut STEM School Mr. Osama Ghandour Computer Science
(𝟏𝟐𝟒) 𝟏𝟔
0123…………
421000
0123…………
292
𝟎 ∗ 𝟏𝟔 𝟒
+𝟎 ∗ 𝟏𝟔 𝟑
+1∗ 𝟏𝟔 𝟐
+ 𝟐 ∗ 𝟏𝟔 𝟏
+4*𝟏𝟔 𝟎
0+0+256+32+4=
Assiut STEM School Mr. Osama Ghandour Computer Science
0123……………
1115100000
1*256+F*16+B*1
D
C
H
X
10A
11B
12C
13D
14E
15F
(𝟏𝐅𝐁) 𝟏𝟔
𝟎 ∗ 𝟏𝟔 𝟑
+1∗ 𝟏𝟔 𝟐
+ 𝟏𝟓 ∗ 𝟏𝟔 𝟏
+11*𝟏𝟔 𝟎
507 0+256+240+11=
From Hexadecimal to Decimal
From Hexadecimal to Decimal
Assiut STEM School Mr. Osama Ghandour Computer Science
(𝟏𝐅𝐀) 𝟏𝟔
012345……
10151000
012345……
506
𝟎 ∗ 𝟏𝟔 𝟑
+1∗ 𝟏𝟔 𝟐
+ 𝟏𝟓 ∗ 𝟏𝟔 𝟏
+10*𝟏𝟔 𝟎
0+256+240+10=
D
C
H
X
10A
11B
12C
13D
14E
15F
Another way
Convert from
Hexadecimal
to binary
directly
Using calculator
What is happening inside a
computer ?
Now could you design
a 7 segment displayer
system for bank?
What is
happening
when you
press any
key ?
E in column Nu. 4 and in raw Nu 5
Ask me questions
Ask me questions
Assiut STEM School Mr. Osama Ghandour Computer Science
You will be divided in
4 groups LUXR ,
ASSIUT , CIRO , ALX.
XDecimal
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Design a table of decimal to XGroup
From decimal to BinaryLUXR
from decimal to OctalASSIUT
From decimal to
Hexadecimal
CIRO
????AlX
hexadecimaloctalbinarydecimal
0
….
15
AlX
1-- convert a decimal nu. 15 to its
binary valueand mentionat least 3
methods for converting with
explanationof at least 2 methods .
Questions
Assiut STEM School Mr. Osama Ghandour Computer Science
Designa flowcharttoconvertfrom
decimalnumberto binarynumber?
Home work 1
Assiut STEM School Mr. Osama Ghandour Computer Science
1-Writeaformulatoconvert anumber
inaformof(𝒏) 𝑥 toitsdecimalnumber?
2-Writeaformulatoconvertadecimal
numbertoanumberofBasey ?
Exit ticket 2 min
Assiut STEM School Mr. Osama Ghandour Computer Science
Develop an html page to
convert a decimal
number to Base x
number (N) 𝑥?
Home work 2
https://twitter.com/osamageris
https://www.linkedin.com/in/osamaghandour/
https://www.youtube.com/user/osmgg2
https://www.facebook.com/osama.g.geris
Osama Ghandour Geris Assiut STEM School
31Find me @
Thanks

Contenu connexe

Tendances

Lesson 9: Gaussian Elimination
Lesson 9: Gaussian EliminationLesson 9: Gaussian Elimination
Lesson 9: Gaussian Elimination
Matthew Leingang
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by parts
dicosmo178
 
D.E.V. Project
D.E.V. ProjectD.E.V. Project
D.E.V. Project
aulawr14
 

Tendances (20)

Lesson 9: Gaussian Elimination
Lesson 9: Gaussian EliminationLesson 9: Gaussian Elimination
Lesson 9: Gaussian Elimination
 
LU FACTORIZATION METHOD
 LU FACTORIZATION METHOD LU FACTORIZATION METHOD
LU FACTORIZATION METHOD
 
Participación semana 13
Participación semana 13Participación semana 13
Participación semana 13
 
C3 3.5
C3 3.5C3 3.5
C3 3.5
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by parts
 
D.E.V. Project
D.E.V. ProjectD.E.V. Project
D.E.V. Project
 
Applied numerical methods lec6
Applied numerical methods lec6Applied numerical methods lec6
Applied numerical methods lec6
 
A semi analytic method for solving nonlinear partial differential equations
A semi analytic method for solving nonlinear partial differential equationsA semi analytic method for solving nonlinear partial differential equations
A semi analytic method for solving nonlinear partial differential equations
 
서포트 벡터 머신(Support Vector Machine, SVM)
서포트 벡터 머신(Support Vector Machine, SVM)서포트 벡터 머신(Support Vector Machine, SVM)
서포트 벡터 머신(Support Vector Machine, SVM)
 
Bessel 1 div_3
Bessel 1 div_3Bessel 1 div_3
Bessel 1 div_3
 
Sheet 3
Sheet 3Sheet 3
Sheet 3
 
Relaxation method
Relaxation methodRelaxation method
Relaxation method
 
Mathematical Foundations of Cryptography
Mathematical Foundations of CryptographyMathematical Foundations of Cryptography
Mathematical Foundations of Cryptography
 
Regresi linear
Regresi linearRegresi linear
Regresi linear
 
Integration By Parts Tutorial & Example- Calculus 2
Integration By Parts Tutorial & Example- Calculus 2Integration By Parts Tutorial & Example- Calculus 2
Integration By Parts Tutorial & Example- Calculus 2
 
Numerical solutions for linear system of equations
Numerical solutions for linear system of equationsNumerical solutions for linear system of equations
Numerical solutions for linear system of equations
 
INTERPOLATION
INTERPOLATIONINTERPOLATION
INTERPOLATION
 
Integration by parts
Integration by partsIntegration by parts
Integration by parts
 
Upsr matematik
Upsr matematikUpsr matematik
Upsr matematik
 
Circle algorithm
Circle algorithmCircle algorithm
Circle algorithm
 

Similaire à 2019 numbering systems decimal binary octal hexadecimal

How much time will be used for driving
How much time will be used for drivingHow much time will be used for driving
How much time will be used for driving
Ruo Yang
 
Semana 11 numeros complejos ii álgebra-uni ccesa007
Semana 11   numeros complejos ii   álgebra-uni ccesa007Semana 11   numeros complejos ii   álgebra-uni ccesa007
Semana 11 numeros complejos ii álgebra-uni ccesa007
Demetrio Ccesa Rayme
 
Calculation techniques in numbers
Calculation techniques in numbersCalculation techniques in numbers
Calculation techniques in numbers
sealih
 
Www.martin2k.co.uk vb6 tips_vb_41
Www.martin2k.co.uk vb6 tips_vb_41Www.martin2k.co.uk vb6 tips_vb_41
Www.martin2k.co.uk vb6 tips_vb_41
naveedkz
 
Antiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and DifferenceAntiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and Difference
RivenBarquilla
 

Similaire à 2019 numbering systems decimal binary octal hexadecimal (20)

Convert from binary system to decimal system and vis versa
Convert from binary system to decimal system and vis versaConvert from binary system to decimal system and vis versa
Convert from binary system to decimal system and vis versa
 
Active Noise Reduction by the Filtered xLMS Algorithm
Active Noise Reduction by the Filtered xLMS AlgorithmActive Noise Reduction by the Filtered xLMS Algorithm
Active Noise Reduction by the Filtered xLMS Algorithm
 
Introduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdfIntroduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdf
 
CS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdfCS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdf
 
How much time will be used for driving
How much time will be used for drivingHow much time will be used for driving
How much time will be used for driving
 
Cse115 lecture01numbersystems
Cse115 lecture01numbersystemsCse115 lecture01numbersystems
Cse115 lecture01numbersystems
 
microprocessor
microprocessormicroprocessor
microprocessor
 
Special webinar on tips for perfect score in sat math
Special webinar on tips for perfect score in sat mathSpecial webinar on tips for perfect score in sat math
Special webinar on tips for perfect score in sat math
 
Semana 11 numeros complejos ii álgebra-uni ccesa007
Semana 11   numeros complejos ii   álgebra-uni ccesa007Semana 11   numeros complejos ii   álgebra-uni ccesa007
Semana 11 numeros complejos ii álgebra-uni ccesa007
 
Calculation techniques in numbers
Calculation techniques in numbersCalculation techniques in numbers
Calculation techniques in numbers
 
Ta 2018-1-2404-24109 algebra lineal
Ta 2018-1-2404-24109 algebra linealTa 2018-1-2404-24109 algebra lineal
Ta 2018-1-2404-24109 algebra lineal
 
Taller parcial 2
Taller parcial 2Taller parcial 2
Taller parcial 2
 
Estimation, Approximation and Standard form
Estimation, Approximation and Standard formEstimation, Approximation and Standard form
Estimation, Approximation and Standard form
 
Www.martin2k.co.uk vb6 tips_vb_41
Www.martin2k.co.uk vb6 tips_vb_41Www.martin2k.co.uk vb6 tips_vb_41
Www.martin2k.co.uk vb6 tips_vb_41
 
Antiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and DifferenceAntiderivatives: Power, Sum and Difference
Antiderivatives: Power, Sum and Difference
 
Yr7-Sequences.pptx
Yr7-Sequences.pptxYr7-Sequences.pptx
Yr7-Sequences.pptx
 
Algorithms - Future Decoded 2016
Algorithms - Future Decoded 2016Algorithms - Future Decoded 2016
Algorithms - Future Decoded 2016
 
Project Euler in Python
Project Euler in PythonProject Euler in Python
Project Euler in Python
 
Introducing to number system
Introducing to number systemIntroducing to number system
Introducing to number system
 
Trabajo matemáticas 7
Trabajo matemáticas 7Trabajo matemáticas 7
Trabajo matemáticas 7
 

Plus de Osama Ghandour Geris

Plus de Osama Ghandour Geris (20)

functions in python By Eng. Osama Ghandour الدوال فى البايثون مع مهندس اسامه ...
functions in python By Eng. Osama Ghandour الدوال فى البايثون مع مهندس اسامه ...functions in python By Eng. Osama Ghandour الدوال فى البايثون مع مهندس اسامه ...
functions in python By Eng. Osama Ghandour الدوال فى البايثون مع مهندس اسامه ...
 
Python week 5 2019-2020 for G10 by Eng.Osama Ghandour.ppt
Python week 5 2019-2020 for G10 by Eng.Osama Ghandour.pptPython week 5 2019-2020 for G10 by Eng.Osama Ghandour.ppt
Python week 5 2019-2020 for G10 by Eng.Osama Ghandour.ppt
 
Python cs.1.12 week 10 2020 2021 covid 19 for g10 by eng.osama mansour
Python cs.1.12 week 10  2020 2021 covid 19 for g10 by eng.osama mansourPython cs.1.12 week 10  2020 2021 covid 19 for g10 by eng.osama mansour
Python cs.1.12 week 10 2020 2021 covid 19 for g10 by eng.osama mansour
 
Python cs.1.12 week 9 10 2020-2021 covid 19 for g10 by eng.osama ghandour
Python cs.1.12 week 9 10  2020-2021 covid 19 for g10 by eng.osama ghandourPython cs.1.12 week 9 10  2020-2021 covid 19 for g10 by eng.osama ghandour
Python cs.1.12 week 9 10 2020-2021 covid 19 for g10 by eng.osama ghandour
 
Python week 7 8 2019-2020 for grade 10
Python week 7 8 2019-2020 for grade 10Python week 7 8 2019-2020 for grade 10
Python week 7 8 2019-2020 for grade 10
 
Python week 6 2019 2020 for grade 10
Python week 6 2019 2020 for grade 10 Python week 6 2019 2020 for grade 10
Python week 6 2019 2020 for grade 10
 
Python week 5 2019 2020 for g10 by eng.osama ghandour
Python week 5 2019 2020 for g10 by eng.osama ghandourPython week 5 2019 2020 for g10 by eng.osama ghandour
Python week 5 2019 2020 for g10 by eng.osama ghandour
 
Python week 4 2019 2020 for g10 by eng.osama ghandour
Python week 4 2019 2020 for g10 by eng.osama ghandourPython week 4 2019 2020 for g10 by eng.osama ghandour
Python week 4 2019 2020 for g10 by eng.osama ghandour
 
Programming intro variables constants - arithmetic and assignment operators
Programming intro variables   constants - arithmetic and assignment operatorsProgramming intro variables   constants - arithmetic and assignment operators
Programming intro variables constants - arithmetic and assignment operators
 
Mobile appliaction w android week 1 by osama
Mobile appliaction w android week 1 by osamaMobile appliaction w android week 1 by osama
Mobile appliaction w android week 1 by osama
 
Python week 1 2020-2021
Python week 1 2020-2021Python week 1 2020-2021
Python week 1 2020-2021
 
6 css week12 2020 2021 for g10
6 css week12 2020 2021 for g106 css week12 2020 2021 for g10
6 css week12 2020 2021 for g10
 
Css week11 2020 2021 for g10 by eng.osama ghandour
Css week11 2020 2021 for g10 by eng.osama ghandourCss week11 2020 2021 for g10 by eng.osama ghandour
Css week11 2020 2021 for g10 by eng.osama ghandour
 
Cooding history
Cooding history Cooding history
Cooding history
 
Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--network
 
How to print a sketch up drawing in 3d
How to print a sketch up drawing  in 3dHow to print a sketch up drawing  in 3d
How to print a sketch up drawing in 3d
 
Google sketch up-tutorial
Google sketch up-tutorialGoogle sketch up-tutorial
Google sketch up-tutorial
 
7 types of presentation styles on line
7 types of presentation styles on line7 types of presentation styles on line
7 types of presentation styles on line
 
Design pseudo codeweek 6 2019 -2020
Design pseudo codeweek 6 2019 -2020Design pseudo codeweek 6 2019 -2020
Design pseudo codeweek 6 2019 -2020
 
Php introduction
Php introductionPhp introduction
Php introduction
 

Dernier

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Dernier (20)

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
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
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

2019 numbering systems decimal binary octal hexadecimal

  • 1. Agenda = 80 min Warm up 5 min Converting between decimal and binary 5 m On line quiz 10 min Home work and Exit ticket 5 min Student presentation 10 m Converting between decimal and octal 5 m Student presentation 10 m Converting between decimal and hexadec 5 m Student presentation 10 m Converting between numbering systems 15 min
  • 2. Classroom Norms 2 Classroom NormsClassroom Norms Osama Ghandour Geris Assiut STEM School
  • 3. What are the applications which use computer systems ? Mention 3 applications Warm up brain storm 2min What is a computer ? Define it How does a computer work? Assiut STEM School Mr. Osama Ghandour Computer Science
  • 4. Hexadecimal system base 16 What are the numbering systems? Decimal system base 10 Binary system base 2 Octal system base 8 Learn the concept Assiut STEM School Mr. Osama Ghandour Computer Science
  • 5. Convert fromDecimal system To Binary systemand vise versa Converting 3 min Assiut STEM School Mr. Osama Ghandour Computer Science
  • 6. From Decimal to Binary Assiut STEM School Mr. Osama Ghandour Computer Science 31 1248163264128 11111000 1248163264128 16+8+4+2+1 11111
  • 7. From Binary to Decimal Assiut STEM School Mr. Osama Ghandour Computer Science 11111 01234567 11111 01234567 31 𝟏 ∗ 𝟐 𝟒 +𝟏 ∗ 𝟐 𝟑 +1∗ 𝟐 𝟐 + 𝟏 ∗ 𝟐 𝟏 +1*𝟐 𝟎 16+8+4+2+1=
  • 8. Example 2 Converting 3 min Assiut STEM School Mr. Osama Ghandour Computer Science
  • 9. From Decimal to Binary Assiut STEM School Mr. Osama Ghandour Computer Science 52 1248163264128 001011000 1248163264128 32+16+4 𝟏𝟏𝟎𝟏𝟎𝟎 𝟐
  • 10. From Binary to Decimal Assiut STEM School Mr. Osama Ghandour Computer Science 01234567 110101 01234567 43 𝟏 ∗ 𝟐 𝟓 + 𝟎 ∗ 𝟐 𝟒 +𝟏 ∗ 𝟐 𝟑 +0∗ 𝟐 𝟐 + 𝟏 ∗ 𝟐 𝟏 +1*𝟐 𝟎 32+0+8+0+2+1= 𝟏𝟎𝟏𝟎𝟏𝟏 𝟐
  • 11. Convert fromDecimal system To Octal systemand vise versa Converting 3 min Assiut STEM School Mr. Osama Ghandour Computer Science
  • 12. From Decimal to Octal Assiut STEM School Mr. Osama Ghandour Computer Science 96 1864512………… 04100000 1864512………… 1*64+4*8 (𝟏𝟒𝟎) 𝟖
  • 13. From Octal to Decimal Assiut STEM School Mr. Osama Ghandour Computer Science 01234……… 141000 0123………… 97 𝟎 ∗ 𝟖 𝟓 + 𝟎 ∗ 𝟖 𝟒 +𝟎 ∗ 𝟖 𝟑 +1∗ 𝟖 𝟐 + 𝟒 ∗ 𝟖 𝟏 +1*𝟖 𝟎 0+0+0+64+32+1= (𝟏𝟒𝟏) 𝟖
  • 14. Convert fromDecimalsystem To Hexadecimal systemandvise versa Converting 3 min Assiut STEM School Mr. Osama Ghandour Computer Science
  • 15. From Decimal to Hexadecimal Assiut STEM School Mr. Osama Ghandour Computer Science 291 1162564096…………… 32100000 1162564096………… 1*256+2*16+3*1 (𝟏𝟐𝟑) 𝟏𝟔
  • 16. From Hexadecimal to Decimal Assiut STEM School Mr. Osama Ghandour Computer Science (𝟏𝟐𝟒) 𝟏𝟔 0123………… 421000 0123………… 292 𝟎 ∗ 𝟏𝟔 𝟒 +𝟎 ∗ 𝟏𝟔 𝟑 +1∗ 𝟏𝟔 𝟐 + 𝟐 ∗ 𝟏𝟔 𝟏 +4*𝟏𝟔 𝟎 0+0+256+32+4=
  • 17. Assiut STEM School Mr. Osama Ghandour Computer Science 0123…………… 1115100000 1*256+F*16+B*1 D C H X 10A 11B 12C 13D 14E 15F (𝟏𝐅𝐁) 𝟏𝟔 𝟎 ∗ 𝟏𝟔 𝟑 +1∗ 𝟏𝟔 𝟐 + 𝟏𝟓 ∗ 𝟏𝟔 𝟏 +11*𝟏𝟔 𝟎 507 0+256+240+11= From Hexadecimal to Decimal
  • 18. From Hexadecimal to Decimal Assiut STEM School Mr. Osama Ghandour Computer Science (𝟏𝐅𝐀) 𝟏𝟔 012345…… 10151000 012345…… 506 𝟎 ∗ 𝟏𝟔 𝟑 +1∗ 𝟏𝟔 𝟐 + 𝟏𝟓 ∗ 𝟏𝟔 𝟏 +10*𝟏𝟔 𝟎 0+256+240+10= D C H X 10A 11B 12C 13D 14E 15F
  • 22. What is happening inside a computer ?
  • 23. Now could you design a 7 segment displayer system for bank?
  • 24. What is happening when you press any key ? E in column Nu. 4 and in raw Nu 5
  • 25. Ask me questions Ask me questions Assiut STEM School Mr. Osama Ghandour Computer Science
  • 26. You will be divided in 4 groups LUXR , ASSIUT , CIRO , ALX. XDecimal 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Design a table of decimal to XGroup From decimal to BinaryLUXR from decimal to OctalASSIUT From decimal to Hexadecimal CIRO ????AlX hexadecimaloctalbinarydecimal 0 …. 15 AlX
  • 27. 1-- convert a decimal nu. 15 to its binary valueand mentionat least 3 methods for converting with explanationof at least 2 methods . Questions Assiut STEM School Mr. Osama Ghandour Computer Science
  • 28. Designa flowcharttoconvertfrom decimalnumberto binarynumber? Home work 1 Assiut STEM School Mr. Osama Ghandour Computer Science
  • 29. 1-Writeaformulatoconvert anumber inaformof(𝒏) 𝑥 toitsdecimalnumber? 2-Writeaformulatoconvertadecimal numbertoanumberofBasey ? Exit ticket 2 min Assiut STEM School Mr. Osama Ghandour Computer Science
  • 30. Develop an html page to convert a decimal number to Base x number (N) 𝑥? Home work 2

Notes de l'éditeur

  1. And practice, practice, practice.