SlideShare a Scribd company logo
The possibilities:
Hexadecimal
Decimal Octal
Binary
Base
(Binary)
Base
(Octal)
Base
(Decimal)
Base
(Hexadecimal)
010112 = 4568 = 6510 = 12E16
Hexadecimal
Octal
Binary
Decimal
Base
Weight
12510 =>5 × 100
2 × 101
1 × 102
5
20
100
=
=
=
125
Hexadecimal
Octal
Binary
Decimal
Technique
–Multiply each bit by 2n, where n is the
“weight” of the bit
–The weight is the position of the bit,
starting from 0 on the right
–Add the results
1010112 => 1 x 20 = 1
1 x 21 = 2
0 x 22 = 0
1 x 23 = 8
0 x 24 = 0
1 x 25 = 32
4310
Hexadecimal
Octal
Binary
Decimal
Technique
–Multiply each bit by 8n, where n is
the “weight” of the bit
–The weight is the position of the bit,
starting from 0 on the right
–Add the results
7248 => 4 x 80 = 4
2 x 81 = 16
7 x 82 = 448
46810
Hexadecimal
Octal
Binary
Decimal
Technique
–Multiply each bit by 16n, where n is the
“weight” of the bit
–The weight is the position of the bit,
starting from 0 on the right
–Add the results
ABC16 => C x 160 = 12 x 1 = 12
B x 161 = 11 x 16 = 176
A x 162 = 10 x 256 = 2560
274810
Hexadecimal
Octal
Binary
Decimal
Technique
–Divide by two, keep track of the
remainder
–First remainder is bit 0
–Second remainder is bit 1
12510 = ?2
12510 = 11111012
2 125
2 62 1
2 31 0
2 15 1
2 7 1
2 3 1
1 1
Hexadecimal
Octal
Binary
Decimal
Technique
Convert each octal digit to a
equivalent binary representation
7058 = ?2
7 0 5
111 000 101
7058 = 1110001012
Hexadecimal
Octal
Binary
Decimal
Technique
Convert each hexadecimal digit to
a 4-bit equivalent binary
representation
10AF16 = ?2
1 0 A F
0001 0000 1010 1111
10AF16 = 00010000101011112
Hexadecimal
Octal
Binary
Decimal
Technique
–Divide by 8
–Keep track of the remainder
123410 = ?8
123410 = 23228
8 1234 2
8 154 2
8 19 3
2 2
Hexadecimal
Octal
Binary
Decimal
Technique
–Divide by 16
–Keep track of the remainder
123410 = ?16
123410 = 4D216
16 123 4
16 77 2
16 4 13=D
0 4
Hexadecimal
Octal
Binary
Decimal
Technique
–Group bits in threes, starting on
right
–Convert to octal digits
10110101112 = ?8
001 011 010 111
1 3 2 7
10110101112 = 13278
From right to left pairing of 3 binary digits
Hexadecimal
Octal
Binary
Decimal
Technique
Group bits in fours, starting on
right
Convert to hexadecimal digits
10101110112 = ?16
0010 1011 1011
2 B B
10101110112 = 2BB16
From right to left pairing of 4 binary digits
Hexadecimal
Octal
Binary
Decimal
Octal to Hexadecimal
Technique
Use binary as an intermediary
4568 = 1001011102
4 5 6
0001 0010 1110
1 2 E
10768 = 12E16
From right to left pairing of 4 binary digits
Hexadecimal
Octal
Binary
Decimal
Technique
Use binary as an intermediary
Example
1F0C16 = 11111000011002
1 F 0 C
001 111 100 001 100
1 7 4 1 4
1F0C16 = 174148
From right to left pairing of 3 binary digits
Thank You

More Related Content

What's hot

Lecture4 binary-numbers-logic-operations
Lecture4  binary-numbers-logic-operationsLecture4  binary-numbers-logic-operations
Lecture4 binary-numbers-logic-operations
markme18
 
number system
number systemnumber system
number system
Pawan Mishra
 
Number system
Number systemNumber system
Number system
aviban
 
The binary number system
The binary number systemThe binary number system
The binary number system
Showmmo
 
Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1
อภิเษก หงษ์วิทยากร
 
MANSCIE: Simplex Solution
MANSCIE: Simplex SolutionMANSCIE: Simplex Solution
MANSCIE: Simplex Solution
Samantha Abalos
 
ARITHMETIC FOR COMPUTERS
ARITHMETIC FOR COMPUTERS	  ARITHMETIC FOR COMPUTERS
ARITHMETIC FOR COMPUTERS
Amirthavalli Senthil
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
ImranulHasan6
 
Various num systems used in digital comp.18to19
Various num systems used in digital comp.18to19Various num systems used in digital comp.18to19
Various num systems used in digital comp.18to19
myrajendra
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
madhuvardhan
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
Sajib
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
Ravi Kumar
 
Lecture 06 computer arithmatic
Lecture 06 computer arithmaticLecture 06 computer arithmatic
Lecture 06 computer arithmatic
Obaidur Rahman
 
Alu1
Alu1Alu1
CA Unit ii
CA Unit iiCA Unit ii
CA Unit ii
AmirthavalliR
 
Floating Point Numbers
Floating Point NumbersFloating Point Numbers
Floating Point Numbers
Jason Ricardo Thomas
 
EASA Part 66 Module 5.2 : Numbering System
EASA Part 66 Module 5.2 : Numbering SystemEASA Part 66 Module 5.2 : Numbering System
EASA Part 66 Module 5.2 : Numbering System
soulstalker
 
Complements
ComplementsComplements
Complements
Sudheesh S Madhav
 
Cse
CseCse
Cse
hriddo
 

What's hot (19)

Lecture4 binary-numbers-logic-operations
Lecture4  binary-numbers-logic-operationsLecture4  binary-numbers-logic-operations
Lecture4 binary-numbers-logic-operations
 
number system
number systemnumber system
number system
 
Number system
Number systemNumber system
Number system
 
The binary number system
The binary number systemThe binary number system
The binary number system
 
Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1Slide03 Number System and Operations Part 1
Slide03 Number System and Operations Part 1
 
MANSCIE: Simplex Solution
MANSCIE: Simplex SolutionMANSCIE: Simplex Solution
MANSCIE: Simplex Solution
 
ARITHMETIC FOR COMPUTERS
ARITHMETIC FOR COMPUTERS	  ARITHMETIC FOR COMPUTERS
ARITHMETIC FOR COMPUTERS
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
 
Various num systems used in digital comp.18to19
Various num systems used in digital comp.18to19Various num systems used in digital comp.18to19
Various num systems used in digital comp.18to19
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Lecture 06 computer arithmatic
Lecture 06 computer arithmaticLecture 06 computer arithmatic
Lecture 06 computer arithmatic
 
Alu1
Alu1Alu1
Alu1
 
CA Unit ii
CA Unit iiCA Unit ii
CA Unit ii
 
Floating Point Numbers
Floating Point NumbersFloating Point Numbers
Floating Point Numbers
 
EASA Part 66 Module 5.2 : Numbering System
EASA Part 66 Module 5.2 : Numbering SystemEASA Part 66 Module 5.2 : Numbering System
EASA Part 66 Module 5.2 : Numbering System
 
Complements
ComplementsComplements
Complements
 
Cse
CseCse
Cse
 

Similar to Number System

Number Systems
Number SystemsNumber Systems
Number Systems
student
 
Number Systems
Number SystemsNumber Systems
Number Systems
student
 
5871320.ppt
5871320.ppt5871320.ppt
5871320.ppt
BikashPaul14
 
01.Number Systems
01.Number Systems01.Number Systems
01.Number Systems
Amit Chandra
 
01.number systems
01.number systems01.number systems
01.number systems
rasha3
 
01.number systems
01.number systems01.number systems
01.number systems
Sripati Mahapatra
 
Number systems r002
Number systems  r002Number systems  r002
Number systems r002
arunachalamr16
 
Number setetertystems i_
Number setetertystems i_Number setetertystems i_
Number setetertystems i_
Sara Gonzalez
 
Number systems presentation
Number systems presentationNumber systems presentation
Number systems presentation
Jiian Francisco
 
ITC lecture 3.pptx
ITC lecture 3.pptxITC lecture 3.pptx
ITC lecture 3.pptx
RizwanTariq18
 
number system 1.pptx
number system 1.pptxnumber system 1.pptx
number system 1.pptx
MohammadAnsari340279
 
Computing 6
Computing 6Computing 6
Computing 6
sufyanmaqsood
 
Number System.ppt
Number System.pptNumber System.ppt
Number System.ppt
MuhammadMuneeb803785
 
Mca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed pointMca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed point
Rai University
 
digital logic circuits, digital component floting and fixed point
digital logic circuits, digital component floting and fixed pointdigital logic circuits, digital component floting and fixed point
digital logic circuits, digital component floting and fixed point
Rai University
 
Number system
Number systemNumber system
Number system
Mantra VLSI
 
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Rai University
 
Number systems
Number systemsNumber systems
Number systems
Volodymyr Ushenko
 
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
Rai University
 
Number system de (2131004) - 160920107003
Number system    de (2131004) - 160920107003Number system    de (2131004) - 160920107003
Number system de (2131004) - 160920107003
Prashant odhavani
 

Similar to Number System (20)

Number Systems
Number SystemsNumber Systems
Number Systems
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
5871320.ppt
5871320.ppt5871320.ppt
5871320.ppt
 
01.Number Systems
01.Number Systems01.Number Systems
01.Number Systems
 
01.number systems
01.number systems01.number systems
01.number systems
 
01.number systems
01.number systems01.number systems
01.number systems
 
Number systems r002
Number systems  r002Number systems  r002
Number systems r002
 
Number setetertystems i_
Number setetertystems i_Number setetertystems i_
Number setetertystems i_
 
Number systems presentation
Number systems presentationNumber systems presentation
Number systems presentation
 
ITC lecture 3.pptx
ITC lecture 3.pptxITC lecture 3.pptx
ITC lecture 3.pptx
 
number system 1.pptx
number system 1.pptxnumber system 1.pptx
number system 1.pptx
 
Computing 6
Computing 6Computing 6
Computing 6
 
Number System.ppt
Number System.pptNumber System.ppt
Number System.ppt
 
Mca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed pointMca i-u-1.1 digital logic circuits, digital component floting and fixed point
Mca i-u-1.1 digital logic circuits, digital component floting and fixed point
 
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
 
Number system
Number systemNumber system
Number system
 
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
Bca 2nd sem u-1.1 digital logic circuits, digital component floting and fixed...
 
Number systems
Number systemsNumber systems
Number systems
 
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
B.sc cs-ii -u-1.1 digital logic circuits, digital component floting and fixed...
 
Number system de (2131004) - 160920107003
Number system    de (2131004) - 160920107003Number system    de (2131004) - 160920107003
Number system de (2131004) - 160920107003
 

Recently uploaded

ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 

Recently uploaded (20)

ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 

Number System