SlideShare a Scribd company logo
1 of 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
18645124096………
141000
1864512…………
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
(𝟏𝟐𝟒) 𝟏𝟔
1162564096…………
421000
1162564096…………
292
𝟎 ∗ 𝟏𝟔 𝟒
+𝟎 ∗ 𝟏𝟔 𝟑
+1∗ 𝟏𝟔 𝟐
+ 𝟐 ∗ 𝟏𝟔 𝟏
+4*𝟏𝟔 𝟎
0+0+256+32+4=
Assiut STEM School Mr. Osama Ghandour Computer Science
1162564096……………
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
(𝟏𝐅𝐀) 𝟏𝟔
1162564096…………
10151000
1162564096…………
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 ?
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 a C program 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

More Related Content

Similar to 2019 numbering systems decimal binary octal hexadecimal

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 versaOsama Ghandour Geris
 
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 AlgorithmNirav Desai
 
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.pdfTulasiramKandula1
 
Math 8 - Solving Problems Involving Linear Functions
Math 8 - Solving Problems Involving Linear FunctionsMath 8 - Solving Problems Involving Linear Functions
Math 8 - Solving Problems Involving Linear FunctionsCarlo Luna
 
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 .pdfssuser034ce1
 
Sbe final exam jan17 - solved-converted
Sbe final exam jan17 - solved-convertedSbe final exam jan17 - solved-converted
Sbe final exam jan17 - solved-convertedcairo university
 
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 drivingRuo Yang
 
Tugascalculus 150716105101-lva1-app6891
Tugascalculus 150716105101-lva1-app6891Tugascalculus 150716105101-lva1-app6891
Tugascalculus 150716105101-lva1-app6891Fajar Corp
 
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 mathCareerGOD
 
Estimation, Approximation and Standard form
Estimation, Approximation and Standard formEstimation, Approximation and Standard form
Estimation, Approximation and Standard formNsomp
 
math 3 ppt , additional.pdf
math 3 ppt , additional.pdfmath 3 ppt , additional.pdf
math 3 ppt , additional.pdfRonaPacibe
 
Addition with Regrouping
Addition with RegroupingAddition with Regrouping
Addition with RegroupingJohdener14
 
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 linealjhonatanVsquezArriag
 
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 ccesa007Demetrio Ccesa Rayme
 
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_41naveedkz
 

Similar to 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
 
Yr7-Sequences.pptx
Yr7-Sequences.pptxYr7-Sequences.pptx
Yr7-Sequences.pptx
 
Management Aptitude Test 6 Nov
Management Aptitude Test 6  NovManagement Aptitude Test 6  Nov
Management Aptitude Test 6 Nov
 
Math 8 - Solving Problems Involving Linear Functions
Math 8 - Solving Problems Involving Linear FunctionsMath 8 - Solving Problems Involving Linear Functions
Math 8 - Solving Problems Involving Linear Functions
 
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
 
Sbe final exam jan17 - solved-converted
Sbe final exam jan17 - solved-convertedSbe final exam jan17 - solved-converted
Sbe final exam jan17 - solved-converted
 
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
 
Tugascalculus 150716105101-lva1-app6891
Tugascalculus 150716105101-lva1-app6891Tugascalculus 150716105101-lva1-app6891
Tugascalculus 150716105101-lva1-app6891
 
Trabajo matemáticas 7
Trabajo matemáticas 7Trabajo matemáticas 7
Trabajo matemáticas 7
 
order of operations
order of operationsorder of operations
order of operations
 
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
 
Estimation, Approximation and Standard form
Estimation, Approximation and Standard formEstimation, Approximation and Standard form
Estimation, Approximation and Standard form
 
math 3 ppt , additional.pdf
math 3 ppt , additional.pdfmath 3 ppt , additional.pdf
math 3 ppt , additional.pdf
 
Addition with Regrouping
Addition with RegroupingAddition with Regrouping
Addition with Regrouping
 
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
 
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
 
microprocessor
microprocessormicroprocessor
microprocessor
 
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
 

More from Osama Ghandour Geris

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 الدوال فى البايثون مع مهندس اسامه ...Osama Ghandour Geris
 
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.pptOsama Ghandour Geris
 
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 mansourOsama Ghandour Geris
 
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 ghandourOsama Ghandour Geris
 
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 10Osama Ghandour Geris
 
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 Osama Ghandour Geris
 
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 ghandourOsama Ghandour Geris
 
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 ghandourOsama Ghandour Geris
 
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 operatorsOsama Ghandour Geris
 
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 osamaOsama Ghandour Geris
 
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 ghandourOsama Ghandour Geris
 
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 3dOsama Ghandour Geris
 
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 lineOsama Ghandour Geris
 
Design pseudo codeweek 6 2019 -2020
Design pseudo codeweek 6 2019 -2020Design pseudo codeweek 6 2019 -2020
Design pseudo codeweek 6 2019 -2020Osama Ghandour Geris
 

More from 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
 

Recently uploaded

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

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 18645124096……… 141000 1864512………… 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 (𝟏𝟐𝟒) 𝟏𝟔 1162564096………… 421000 1162564096………… 292 𝟎 ∗ 𝟏𝟔 𝟒 +𝟎 ∗ 𝟏𝟔 𝟑 +1∗ 𝟏𝟔 𝟐 + 𝟐 ∗ 𝟏𝟔 𝟏 +4*𝟏𝟔 𝟎 0+0+256+32+4=
  • 17. Assiut STEM School Mr. Osama Ghandour Computer Science 1162564096…………… 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 (𝟏𝐅𝐀) 𝟏𝟔 1162564096………… 10151000 1162564096………… 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?
  • 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 a C program to convert a decimal number to Base x number (N) 𝑥? Home work 2

Editor's Notes

  1. And practice, practice, practice.