SlideShare a Scribd company logo
1 of 31
Number system is used to represent information in quantitative(determinable) form.
TYPES OF NUMBER SYSTEM:
Number system is further divided into following parts:
 DECIMAL NUMBER SYSTEM
 BINARY NUMBER SYSTEM
 OCTAL NUMBER SYSTEM
 HEXADECIMAL NUMBER SYSTEM
 Decimal number system has ten-digits represented by (0-9).
 Any decimal number can be represented by these digits and since there are 10 digits
,therefore the base of this number system is 10.
 In Binary Number system, we have two digits (0 and 1) .
 Computer represents all kinds of data and information in binary number it includes
audio, graphic etc.
 The base of binary number system is 2.
 An Octal Number System has eight digits represented as (0-7) i.e. digits
0,1,2,3,4,5,6.
 The base of octal number system is 8.
 The Hexa-Decimal System has 16 digits, which are represented as
0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
 The base of hexadecimal number system is 16.
 Decimal to Binary Number System
E.g.
(42)10
2 42
2 21-0
2 10-1
2 5-0
2 2-1
2 1-0
(42)10 = (101010)2
 Decimal to Octal Number System
E.g.
(952)10
8 952
8 119-0
8 14-7
8 1-6
8 0-1
(952)10 =(1670)8
 Decimal into Hexa –Decimal
E.g.
(428)10
16 428
16 26-12
16 1-10
0-1
(428)10 = (1AC)16
 Binary Into Decimal Number System
E.g.
(11001)2
11001=1x24+1x23+0x22+0x21+1x20
=1x16+1x8+0x4+0x2+1x1
=16+8+0+0+1
=25
=(25)10
 Octal Into Decimal Number System
E.g.
(211)8
211=2x82+1x81+1x80
=2x16+1x8+1x1
=128+8+1
=137
=(137)10
 Hexa-decimal Into Decimal Number System
E.g.
(DF)16
DF = 13x161+15x160
=13x16+15x1
=208+15
=223
=(223)10
Converting from base other than ‘10’ to another base other than ‘10’:
Following are the steps for base conversions:
 Convert the original number to base (10) decimal.
 Convert the decimal number to required base number.
Example No.01:
(545)6=?4
STEP-1
545 6
5x6 + 4x6 + 5x6
5x36 +4x6 + 5x1
180 + 24 + 5
=(209)10
STEP-2
4 209
4 52-1
4 13-0
4 3 -1
0 -3
(545)6 = (3101)4
Example No.02:
(11010011)2 = ?16
STEP-1:
=1x2+1x2+0x2+1x2+0x2+0x2+1x2+1
x2
=1x128+1x64+0x32+1x16+0x8+0x4+
1x2+1x1
=128+64+0+16+8+4+2+1
=(211)10
STEP-2:
16 211
16 13-3
0-13
(11010011)2 = (D3)16
BINARY TO DECIMAL
PROCESS:
 In order to convert binary number system into decimal number system we should
follow following steps:-
 Multiply each bit of the Binary Number by it corresponding bit-weighting factor (i.e.
Bit-0→2=1; Bit-1→21=2; Bit-2→22=4; etc.).
Sum up all the products to get the Decimal Number.
∴ 01102 = 6 10
•EXAMPLE:1
Convert binary number 01102 into decimal
equivalent?
•EXAMPLE:2
Convert binary number 01101012 into decimal
equivalent.
PROCESS:
 In order to convert binary number system octal number system we should follow
following steps:-
 Take the binary number and from right to left, group all place holders in triplets. Add
leading zeros , if necessary
100011001010012
010 001 100 101 001
• Convert each triplet to its single-digit octal equivalent.
010 001 100 101 0012 =
010 001 100 101 001
2 1 4 5 1
 Sometimes, it is necessary to use a numbering system that has more than ten base
digits.
 One such numbering system, hexadecimal, is useful on the Web.
 Hexadecimal number, a Base-16 numbering system, is used in specifying web
colors.
There are new symbols for the base-16 equivalent of
the base-10 number 10,11,12,14 and 15.
Number system
Number system
Number system
Number system

More Related Content

What's hot (20)

Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number System
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
 
Binary number systems
Binary number systemsBinary number systems
Binary number systems
 
Understand data representation on CPU 1
Understand data representation on CPU 1Understand data representation on CPU 1
Understand data representation on CPU 1
 
Introducing to number system
Introducing to number systemIntroducing to number system
Introducing to number system
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
NUMBER SYSTEM
 
2.1 data represent on cpu
2.1 data represent on cpu2.1 data represent on cpu
2.1 data represent on cpu
 
ALL ABOUT NUMBER SYSTEMS
ALL ABOUT NUMBER SYSTEMSALL ABOUT NUMBER SYSTEMS
ALL ABOUT NUMBER SYSTEMS
 
Number System
Number SystemNumber System
Number System
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
 
Data representation
Data representationData representation
Data representation
 
Basic of number system
Basic of number systemBasic of number system
Basic of number system
 
Number systems
Number systemsNumber systems
Number systems
 
digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number system
 
Number system
Number systemNumber system
Number system
 
Number system
Number systemNumber system
Number system
 
DCF QNA edited
DCF QNA editedDCF QNA edited
DCF QNA edited
 
numbers system
numbers systemnumbers system
numbers system
 
Okkkkk
OkkkkkOkkkkk
Okkkkk
 
Number system
Number systemNumber system
Number system
 

Similar to Number system

Similar to Number system (20)

numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdf
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number system and their conversion
Number system and their conversionNumber system and their conversion
Number system and their conversion
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
 
Number system
Number system  Number system
Number system
 
COmputer Number system.pptx
COmputer Number system.pptxCOmputer Number system.pptx
COmputer Number system.pptx
 
Data representation
Data representationData representation
Data representation
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Data representation
Data representationData representation
Data representation
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
lecture02-numbersystem-191002152647.pdf
lecture02-numbersystem-191002152647.pdflecture02-numbersystem-191002152647.pdf
lecture02-numbersystem-191002152647.pdf
 
Computers numbering systems
Computers   numbering systemsComputers   numbering systems
Computers numbering systems
 
Number_Systems (2).ppt
Number_Systems (2).pptNumber_Systems (2).ppt
Number_Systems (2).ppt
 
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
 

Recently uploaded

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 

Number system

  • 1.
  • 2.
  • 3. Number system is used to represent information in quantitative(determinable) form. TYPES OF NUMBER SYSTEM: Number system is further divided into following parts:  DECIMAL NUMBER SYSTEM  BINARY NUMBER SYSTEM  OCTAL NUMBER SYSTEM  HEXADECIMAL NUMBER SYSTEM
  • 4.  Decimal number system has ten-digits represented by (0-9).  Any decimal number can be represented by these digits and since there are 10 digits ,therefore the base of this number system is 10.
  • 5.  In Binary Number system, we have two digits (0 and 1) .  Computer represents all kinds of data and information in binary number it includes audio, graphic etc.  The base of binary number system is 2.
  • 6.  An Octal Number System has eight digits represented as (0-7) i.e. digits 0,1,2,3,4,5,6.  The base of octal number system is 8.
  • 7.  The Hexa-Decimal System has 16 digits, which are represented as 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F  The base of hexadecimal number system is 16.
  • 8.
  • 9.  Decimal to Binary Number System E.g. (42)10 2 42 2 21-0 2 10-1 2 5-0 2 2-1 2 1-0 (42)10 = (101010)2  Decimal to Octal Number System E.g. (952)10 8 952 8 119-0 8 14-7 8 1-6 8 0-1 (952)10 =(1670)8
  • 10.  Decimal into Hexa –Decimal E.g. (428)10 16 428 16 26-12 16 1-10 0-1 (428)10 = (1AC)16
  • 11.  Binary Into Decimal Number System E.g. (11001)2 11001=1x24+1x23+0x22+0x21+1x20 =1x16+1x8+0x4+0x2+1x1 =16+8+0+0+1 =25 =(25)10  Octal Into Decimal Number System E.g. (211)8 211=2x82+1x81+1x80 =2x16+1x8+1x1 =128+8+1 =137 =(137)10
  • 12.  Hexa-decimal Into Decimal Number System E.g. (DF)16 DF = 13x161+15x160 =13x16+15x1 =208+15 =223 =(223)10
  • 13.
  • 14. Converting from base other than ‘10’ to another base other than ‘10’: Following are the steps for base conversions:  Convert the original number to base (10) decimal.  Convert the decimal number to required base number.
  • 15. Example No.01: (545)6=?4 STEP-1 545 6 5x6 + 4x6 + 5x6 5x36 +4x6 + 5x1 180 + 24 + 5 =(209)10 STEP-2 4 209 4 52-1 4 13-0 4 3 -1 0 -3 (545)6 = (3101)4
  • 16. Example No.02: (11010011)2 = ?16 STEP-1: =1x2+1x2+0x2+1x2+0x2+0x2+1x2+1 x2 =1x128+1x64+0x32+1x16+0x8+0x4+ 1x2+1x1 =128+64+0+16+8+4+2+1 =(211)10 STEP-2: 16 211 16 13-3 0-13 (11010011)2 = (D3)16
  • 17.
  • 18. BINARY TO DECIMAL PROCESS:  In order to convert binary number system into decimal number system we should follow following steps:-  Multiply each bit of the Binary Number by it corresponding bit-weighting factor (i.e. Bit-0→2=1; Bit-1→21=2; Bit-2→22=4; etc.). Sum up all the products to get the Decimal Number.
  • 19.
  • 20. ∴ 01102 = 6 10 •EXAMPLE:1 Convert binary number 01102 into decimal equivalent?
  • 21. •EXAMPLE:2 Convert binary number 01101012 into decimal equivalent.
  • 22. PROCESS:  In order to convert binary number system octal number system we should follow following steps:-  Take the binary number and from right to left, group all place holders in triplets. Add leading zeros , if necessary 100011001010012 010 001 100 101 001
  • 23.
  • 24. • Convert each triplet to its single-digit octal equivalent. 010 001 100 101 0012 = 010 001 100 101 001 2 1 4 5 1
  • 25.  Sometimes, it is necessary to use a numbering system that has more than ten base digits.  One such numbering system, hexadecimal, is useful on the Web.  Hexadecimal number, a Base-16 numbering system, is used in specifying web colors.
  • 26.
  • 27. There are new symbols for the base-16 equivalent of the base-10 number 10,11,12,14 and 15.