SlideShare a Scribd company logo
HOW DOES TECHNOLOGY
WORKS?
THE NUMBER SYSTEM
WHAT IS NUMBER SYSTEM?
• Computers understand machine language. Every letter, symbol etc.
that we write in the instructions given to computer, it gets converted into machine
language.
• This machine language comprises of numbers. In order to
understand the language used by computers and other digital
system it is crucial to have a better understanding of number
system.
• Commonly Used Number system
• Consist of 10 Digits (0-9).Base-10
• Example: 107,78,98,2786
Types of Number System
Decimal
Number
System
Binary Number
System
Hexadecimal
Number System
Octal Number
System
• Use in Digital Computers
• Consist of 2 Digits (0 and 1).Base-2
• Example: 10001,10100
• Consist of 16 Digits (0-9) (A-F)
• Base-16
• Example: D1CE,2E6
• Consist of 8 Digits (0-7)
• Base-8
• Example: 6675,0453,655
The Decimal System (Base) 10
• The word decimal is derived from the Latin root
decem(ten)
• Base b = 10
• Ten symbols: S = {0,1,2,3,4,5,6,7,8,9}
Example:45,452,501,4521
• The symbols in this system are often referred to
as decimal digits or just digits.
THE BINARY SYSTEM (BASE) 2
• The word binary is derived from the Latin root
• bini (double).
• Base b = 2.
• Ten symbols: S = {0, 1}
Binary is a base 2 number system invented by Gottfried Leibniz that is made up of only
two numbers: 0 and 1. This number system is the basis for all binary code, which is used to
write data such as the instructions that computer processors use, or the digital text you
read every day.
Computers Understand
ON OF
FTRU
E
FALSE
ONE ZER
O
DECIMAL TO BINARY
72
520
5078
=
=
=
1001000
1000001000
1001111010110
TEXT TO BINARY
HI
1001000 1101001
HELLO WORLD
1101000 1100101 1101100
1101100 1101111 0100000
1110111 1101111 1110010
1101100 1100100
TCCSTFI
1010100 1000011 1000011
1010011 1010100 1000110
1001001
48753 1011111001110001=
WORLD
01110111 01101111 01110010
01101100 01100100
EVERY GAME YOU PLAY
ARE MADE-UP WITH BINARY
EVERY SITE YOU VISIT
ARE MADE-UP WITH BINARY
CONVERT
DECIMAL
TO
BINARY
DECIMAL BINARYTO
2 1 2
10
=
212 / 2 RESULT 106 REMAINDER 0
106 /
53
26
13
6
3
1
2 RESULT 53 REMAINDER 0
/
/
/
/
/
/
2 RESULT 26 REMAINDER
02 RESULT 13 REMAINDER
2 RESULT 6 REMAINDER
1
1
2 RESULT 3 REMAINDER 0
2 RESULT 1 REMAINDER 1
2 RESULT 0 REMAINDER 1
1 1 0 1 0 1 0 0
2
DECIMAL BINARYTO
5 8 6 210
=
5862 / 2 RESULT 2931 REMAINDER 0
1 0 1 1 0 1 1 1
2
2931 / 2 RESULT 1465 REMAINDER 1
1465 / 2 RESULT 732 REMAINDER 1
732 / 2 RESULT 366 REMAINDER 0
366 / 2 RESULT 183 REMAINDER 0
183 / 2 RESULT 91 REMAINDER 1
91 / 2 RESULT 45 REMAINDER 1
45 / 2 RESULT 22 REMAINDER 1
22 / 2 RESULT 11 REMAINDER 0
11 / 2 RESULT 5 REMAINDER 1
5 / 2 RESULT 2 REMAINDER 1
2 / 2 RESULT 1 REMAINDER 0
1 / 2 RESULT 0 REMAINDER 1
0 0 1 1 0
CONVERT THE FOLLOWING
PROBLEM?
DECIMAL BINARYTO
301410
648910
125610
2245 10
=
=
=
=752 10
=
101111000110
2
1100101011001
10011101000
100011000101
1011110000
2
2
2
2
1.
2.
3.
4.
5.
CONVERT
BINARY
TO
DECIMAL
THE BINARY TABLE
128 64 32 16 8 4 2 1
DECIMALBINARY TO
1 0 1 0 1
2
2
0
2
1
2
2
2
3
2
4
1 X 10 X 21 X 40 X 81 X 16
01234
16 0 4 0 1+ + + + = 21
21
10
=
128 64 32 16 8 4 2 1
THE BINARY TABLE
DECIMALBINARY TO
1 0 1 0 1 0 0 1 1
2
2
0
2
1
2
2
2
3
2
4
1 X 11 X 20 X 40X 81 X 16
01234
339
10
=
128 64 32 16 8 4 2 1
THE BINARY TABLE
2
5
2
6
2
7
2
8
0 X 32
5
1 X 64
6
0X 128
7
1 X 256
8
+ + + + + + + +256 0 64 0 16 0 0 2 1 = 339
DECIMALBINARY TO
1 0 1 1 0 1 0 1 0
2 10
=
1248163264128256
256 64+ + 2+ =32 + 8
362
362
CONVERT THE FOLLOWING
PROBLEM?
DECIMALBINARY TO
10
=
=
=
=
=
1001000101001
21.
2.
3.
4.
5.
10111000111100
10011110011101
11000010101001
10101110100101
2
2
2
2
4649
11836
10141
12457
11173
10
10
10
10
CONVERT THE FOLLOWING PROBLEM?
10=
=
=
=
=
111101110101021.
2.
3.
4.
5.
100101011010
11001010111
11010111010100
1110000101010000
2
2
2
2
7914
2394
1623
13780
57680
10
10
10
10
6.
7.
8.
9.
10.
= 1011000010011111
2
45215
10
= 1100011010001102
25414
10
= 1010010111010011
2
42451
10
= 10010011010010100
2
75412
10
= 11010000100111110000
2
854512
10
THE HEXADECIMAL SYSTEM
(BASE 16)
• The word hexadecimal is derived from the Greek
root hex (six) and Latin root decem (ten).
• Base b = 16.
• Ten symbols: S = {0, 1,2,3,4,5,6,7, 8, 9, A, B, C, D,
E, F}
• Example: 2AF , 3DF4 , 5FAE3 , 8CF09
• The symbols in this system are often referred to
• as hexadecimal digits.
THE RELATIONSHIP BETWEEN
DECIMAL TO HEXADECIMAL
0
1
2
3
4
5
6
7
9
0
1
2
3
4
5
6
7
9
DECIMAL TO HEXADECIMAL
10
11
12
13
14
15
=
=
=
=
=
=
A
B
C
D
E
F
=
=
=
=
=
=
=
=
=
CONVERT
HEXADECIMAL
TO
DECIMAL
2 3 E
HEXADECIMAL DECIMAL
=16
16
0
16
1
16
2
2 X 16
2
+ 3 X 16
1
+ 14 X 16
0
10
11
12
13
14
15
=
=
=
=
=
=
A
B
C
D
E
F
DH
2 X 256 + 3 X 16 + 14
512 + 48 + 14 574=
574 10
TO
HEXADECIMAL DECIMALTO
10
11
12
13
14
15
=
=
=
=
=
=
A
B
C
D
E
F
DH
A B 0 9
16
=
16
0
16
1
16
2
16
3
10 X 16
3
+ 11 X 16
2
+ 0 X 16
1
+ 9 X 16
0
10 X 4096 + 11 X 256 + 0 + 9
40960 + 2816 + 0 + 9 43785=
4378510
X 16
THE OCTAL SYSTEM (BASE 8)
• The word octal is derived from the Latin root octo
• (eight).
• Base b = 8.
{0, 1, 2, 3, 4, 5, 6, 7}
Example: {1524 , 576 , 342}
CONVERT
HEXADECIMAL
TO
OCTAL
HEXADECIMAL OCTALTO
A C
16
10
11
12
13
14
15
=
=
=
=
=
=
A
B
C
D
E
F
DH
10
CONVERT
TO DECIMAL
12
8 4 2 1 8 4 2 1
1 0 1 0 1 1 0 0
=
001101010
2 5 4 = 2 5 4
2 5 4
8
124 124 124
HEXADECIMAL OCTALTO
10
11
12
13
14
15
=
=
=
=
=
=
A
B
C
D
E
F
DH
1 E F
16
8 4 2 1
8 4 2 1
8 4 2 1
100 0 1 1 1 1
1 1 1 0
1 1 1 11 1 1 0100 0
124124124124
7 5 7 = 7 5 7
7 5 78
CONVERT
TO DECIMAL
1
14
15

More Related Content

What's hot

7 segment display.ppt
7 segment display.ppt7 segment display.ppt
7 segment display.ppt
060RAMAKANTKUMAR
 
"BCD TO 7 SEGMENT DISPLAY DECODER"
"BCD TO 7 SEGMENT DISPLAY DECODER""BCD TO 7 SEGMENT DISPLAY DECODER"
"BCD TO 7 SEGMENT DISPLAY DECODER"
FAIZAN SHAFI
 
Complements of numbers
Complements of numbersComplements of numbers
Complements of numbers
Kiriti Varkur
 
Basic logic gates
Basic logic gatesBasic logic gates
Basic logic gatesKumar
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
Unsa Shakir
 
Seven Segment Display
Seven Segment DisplaySeven Segment Display
Seven Segment Display
Kshitij Wagle
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
GargiKhanna1
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoder
Unsa Shakir
 
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...
JatinJatin30
 
Decoder Full Presentation
Decoder Full Presentation Decoder Full Presentation
Decoder Full Presentation
Adeel Rasheed
 
7 Segment Decoder
7 Segment Decoder7 Segment Decoder
7 Segment Decoder
Kamal Acharya
 
Chapter 1: Binary System
 Chapter 1: Binary System Chapter 1: Binary System
Chapter 1: Binary System
Er. Nawaraj Bhandari
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
Satya P. Joshi
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
Yong Heui Cho
 
BCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesBCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codes
student
 
Number system
Number system Number system
Number system
GargiKhanna1
 
Pll and vco
Pll and vcoPll and vco
Ppt on interfacing led and 7 segmentwith 8951
Ppt on interfacing led  and 7 segmentwith 8951Ppt on interfacing led  and 7 segmentwith 8951
Ppt on interfacing led and 7 segmentwith 8951
pooja jaiswal
 
Floating point representation
Floating point representationFloating point representation
Floating point representation
missstevenson01
 
binary arithmetic rules
binary arithmetic rulesbinary arithmetic rules
binary arithmetic rules
student
 

What's hot (20)

7 segment display.ppt
7 segment display.ppt7 segment display.ppt
7 segment display.ppt
 
"BCD TO 7 SEGMENT DISPLAY DECODER"
"BCD TO 7 SEGMENT DISPLAY DECODER""BCD TO 7 SEGMENT DISPLAY DECODER"
"BCD TO 7 SEGMENT DISPLAY DECODER"
 
Complements of numbers
Complements of numbersComplements of numbers
Complements of numbers
 
Basic logic gates
Basic logic gatesBasic logic gates
Basic logic gates
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
 
Seven Segment Display
Seven Segment DisplaySeven Segment Display
Seven Segment Display
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoder
 
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...
 
Decoder Full Presentation
Decoder Full Presentation Decoder Full Presentation
Decoder Full Presentation
 
7 Segment Decoder
7 Segment Decoder7 Segment Decoder
7 Segment Decoder
 
Chapter 1: Binary System
 Chapter 1: Binary System Chapter 1: Binary System
Chapter 1: Binary System
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
BCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesBCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codes
 
Number system
Number system Number system
Number system
 
Pll and vco
Pll and vcoPll and vco
Pll and vco
 
Ppt on interfacing led and 7 segmentwith 8951
Ppt on interfacing led  and 7 segmentwith 8951Ppt on interfacing led  and 7 segmentwith 8951
Ppt on interfacing led and 7 segmentwith 8951
 
Floating point representation
Floating point representationFloating point representation
Floating point representation
 
binary arithmetic rules
binary arithmetic rulesbinary arithmetic rules
binary arithmetic rules
 

Similar to Introducing to number system

digital-electronics.pptx
digital-electronics.pptxdigital-electronics.pptx
digital-electronics.pptx
sulekhasaxena2
 
Unit-6 Computer Arithmetic.ppsx
Unit-6 Computer Arithmetic.ppsxUnit-6 Computer Arithmetic.ppsx
Unit-6 Computer Arithmetic.ppsx
test227270
 
DIGITAL ELECTRONICS.pptx
DIGITAL ELECTRONICS.pptxDIGITAL ELECTRONICS.pptx
DIGITAL ELECTRONICS.pptx
KSatyanarayanaRaju
 
Conversiones binario decimal/ decimal binario
Conversiones binario decimal/ decimal  binarioConversiones binario decimal/ decimal  binario
Conversiones binario decimal/ decimal binario
aidalyb2
 
Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...
Get & Spread Knowledge
 
UKOUG 2019 - SQL features
UKOUG 2019 - SQL featuresUKOUG 2019 - SQL features
UKOUG 2019 - SQL features
Connor McDonald
 
Convert decimal to binary
Convert decimal to binary Convert decimal to binary
Convert decimal to binary
tcc_joemarie
 
Slideshare
SlideshareSlideshare
Slideshare
coomordido
 
[ASM] Lab1
[ASM] Lab1[ASM] Lab1
[ASM] Lab1
Nora Youssef
 
Number systems
Number systemsNumber systems
Number systemsKumar
 
Writing Readable Code with Pipes
Writing Readable Code with PipesWriting Readable Code with Pipes
Writing Readable Code with Pipes
Rsquared Academy
 
Guia 10
Guia 10Guia 10
Guia 10
08andrea
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
amudhak10
 
metadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docx
metadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docxmetadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docx
metadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docx
ARIV4
 
Kaizen cso002 l1
Kaizen cso002 l1Kaizen cso002 l1
Kaizen cso002 l1asslang
 
Systems of Counting
Systems of CountingSystems of Counting
Systems of Counting
adil raja
 
Bolum1cozumler
Bolum1cozumlerBolum1cozumler
Bolum1cozumler
bhuvanaaswini
 
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
Fizaril Amzari Omar
 
Taller De Conversiones B/D D/B
Taller De Conversiones B/D D/BTaller De Conversiones B/D D/B
Taller De Conversiones B/D D/B
nathy76hnz
 

Similar to Introducing to number system (20)

digital-electronics.pptx
digital-electronics.pptxdigital-electronics.pptx
digital-electronics.pptx
 
Unit-6 Computer Arithmetic.ppsx
Unit-6 Computer Arithmetic.ppsxUnit-6 Computer Arithmetic.ppsx
Unit-6 Computer Arithmetic.ppsx
 
DIGITAL ELECTRONICS.pptx
DIGITAL ELECTRONICS.pptxDIGITAL ELECTRONICS.pptx
DIGITAL ELECTRONICS.pptx
 
Conversiones binario decimal/ decimal binario
Conversiones binario decimal/ decimal  binarioConversiones binario decimal/ decimal  binario
Conversiones binario decimal/ decimal binario
 
Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...Number System | Types of Number System | Binary Number System | Octal Number ...
Number System | Types of Number System | Binary Number System | Octal Number ...
 
UKOUG 2019 - SQL features
UKOUG 2019 - SQL featuresUKOUG 2019 - SQL features
UKOUG 2019 - SQL features
 
Convert decimal to binary
Convert decimal to binary Convert decimal to binary
Convert decimal to binary
 
Slideshare
SlideshareSlideshare
Slideshare
 
[ASM] Lab1
[ASM] Lab1[ASM] Lab1
[ASM] Lab1
 
Number systems
Number systemsNumber systems
Number systems
 
Writing Readable Code with Pipes
Writing Readable Code with PipesWriting Readable Code with Pipes
Writing Readable Code with Pipes
 
Guia 10
Guia 10Guia 10
Guia 10
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
 
metadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docx
metadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docxmetadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docx
metadatacoreProperties.xmlModel2015-07-13T030104Zthua3267th.docx
 
Kaizen cso002 l1
Kaizen cso002 l1Kaizen cso002 l1
Kaizen cso002 l1
 
Systems of Counting
Systems of CountingSystems of Counting
Systems of Counting
 
Taller de conversiones
Taller de conversionesTaller de conversiones
Taller de conversiones
 
Bolum1cozumler
Bolum1cozumlerBolum1cozumler
Bolum1cozumler
 
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
 
Taller De Conversiones B/D D/B
Taller De Conversiones B/D D/BTaller De Conversiones B/D D/B
Taller De Conversiones B/D D/B
 

More from tcc_joemarie

Mother board
Mother boardMother board
Mother board
tcc_joemarie
 
Financial projections and budgets
Financial projections and budgetsFinancial projections and budgets
Financial projections and budgets
tcc_joemarie
 
Convert Hexadecimal to decimal
Convert Hexadecimal to decimalConvert Hexadecimal to decimal
Convert Hexadecimal to decimal
tcc_joemarie
 
People media
People media People media
People media
tcc_joemarie
 
Theory of programming
Theory of programmingTheory of programming
Theory of programming
tcc_joemarie
 
Flexible learning environment
Flexible learning environmentFlexible learning environment
Flexible learning environment
tcc_joemarie
 
Digital literacy skills in the 21st century
Digital literacy skills in the 21st centuryDigital literacy skills in the 21st century
Digital literacy skills in the 21st century
tcc_joemarie
 
Online resources, educational sites and portals
Online resources, educational sites and portalsOnline resources, educational sites and portals
Online resources, educational sites and portals
tcc_joemarie
 
The four pillars of education
The four pillars of educationThe four pillars of education
The four pillars of education
tcc_joemarie
 
The concept of algorithm
The concept of algorithmThe concept of algorithm
The concept of algorithm
tcc_joemarie
 
Professional development
Professional developmentProfessional development
Professional development
tcc_joemarie
 

More from tcc_joemarie (11)

Mother board
Mother boardMother board
Mother board
 
Financial projections and budgets
Financial projections and budgetsFinancial projections and budgets
Financial projections and budgets
 
Convert Hexadecimal to decimal
Convert Hexadecimal to decimalConvert Hexadecimal to decimal
Convert Hexadecimal to decimal
 
People media
People media People media
People media
 
Theory of programming
Theory of programmingTheory of programming
Theory of programming
 
Flexible learning environment
Flexible learning environmentFlexible learning environment
Flexible learning environment
 
Digital literacy skills in the 21st century
Digital literacy skills in the 21st centuryDigital literacy skills in the 21st century
Digital literacy skills in the 21st century
 
Online resources, educational sites and portals
Online resources, educational sites and portalsOnline resources, educational sites and portals
Online resources, educational sites and portals
 
The four pillars of education
The four pillars of educationThe four pillars of education
The four pillars of education
 
The concept of algorithm
The concept of algorithmThe concept of algorithm
The concept of algorithm
 
Professional development
Professional developmentProfessional development
Professional development
 

Recently uploaded

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 

Recently uploaded (20)

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 

Introducing to number system

  • 3. WHAT IS NUMBER SYSTEM? • Computers understand machine language. Every letter, symbol etc. that we write in the instructions given to computer, it gets converted into machine language. • This machine language comprises of numbers. In order to understand the language used by computers and other digital system it is crucial to have a better understanding of number system.
  • 4. • Commonly Used Number system • Consist of 10 Digits (0-9).Base-10 • Example: 107,78,98,2786 Types of Number System Decimal Number System Binary Number System Hexadecimal Number System Octal Number System • Use in Digital Computers • Consist of 2 Digits (0 and 1).Base-2 • Example: 10001,10100 • Consist of 16 Digits (0-9) (A-F) • Base-16 • Example: D1CE,2E6 • Consist of 8 Digits (0-7) • Base-8 • Example: 6675,0453,655
  • 5. The Decimal System (Base) 10 • The word decimal is derived from the Latin root decem(ten) • Base b = 10 • Ten symbols: S = {0,1,2,3,4,5,6,7,8,9} Example:45,452,501,4521 • The symbols in this system are often referred to as decimal digits or just digits.
  • 6. THE BINARY SYSTEM (BASE) 2 • The word binary is derived from the Latin root • bini (double). • Base b = 2. • Ten symbols: S = {0, 1} Binary is a base 2 number system invented by Gottfried Leibniz that is made up of only two numbers: 0 and 1. This number system is the basis for all binary code, which is used to write data such as the instructions that computer processors use, or the digital text you read every day.
  • 8. DECIMAL TO BINARY 72 520 5078 = = = 1001000 1000001000 1001111010110 TEXT TO BINARY HI 1001000 1101001 HELLO WORLD 1101000 1100101 1101100 1101100 1101111 0100000 1110111 1101111 1110010 1101100 1100100 TCCSTFI 1010100 1000011 1000011 1010011 1010100 1000110 1001001 48753 1011111001110001=
  • 10. EVERY GAME YOU PLAY ARE MADE-UP WITH BINARY
  • 11. EVERY SITE YOU VISIT ARE MADE-UP WITH BINARY
  • 13. DECIMAL BINARYTO 2 1 2 10 = 212 / 2 RESULT 106 REMAINDER 0 106 / 53 26 13 6 3 1 2 RESULT 53 REMAINDER 0 / / / / / / 2 RESULT 26 REMAINDER 02 RESULT 13 REMAINDER 2 RESULT 6 REMAINDER 1 1 2 RESULT 3 REMAINDER 0 2 RESULT 1 REMAINDER 1 2 RESULT 0 REMAINDER 1 1 1 0 1 0 1 0 0 2
  • 14. DECIMAL BINARYTO 5 8 6 210 = 5862 / 2 RESULT 2931 REMAINDER 0 1 0 1 1 0 1 1 1 2 2931 / 2 RESULT 1465 REMAINDER 1 1465 / 2 RESULT 732 REMAINDER 1 732 / 2 RESULT 366 REMAINDER 0 366 / 2 RESULT 183 REMAINDER 0 183 / 2 RESULT 91 REMAINDER 1 91 / 2 RESULT 45 REMAINDER 1 45 / 2 RESULT 22 REMAINDER 1 22 / 2 RESULT 11 REMAINDER 0 11 / 2 RESULT 5 REMAINDER 1 5 / 2 RESULT 2 REMAINDER 1 2 / 2 RESULT 1 REMAINDER 0 1 / 2 RESULT 0 REMAINDER 1 0 0 1 1 0
  • 15. CONVERT THE FOLLOWING PROBLEM? DECIMAL BINARYTO 301410 648910 125610 2245 10 = = = =752 10 = 101111000110 2 1100101011001 10011101000 100011000101 1011110000 2 2 2 2 1. 2. 3. 4. 5.
  • 17. THE BINARY TABLE 128 64 32 16 8 4 2 1
  • 18. DECIMALBINARY TO 1 0 1 0 1 2 2 0 2 1 2 2 2 3 2 4 1 X 10 X 21 X 40 X 81 X 16 01234 16 0 4 0 1+ + + + = 21 21 10 = 128 64 32 16 8 4 2 1 THE BINARY TABLE
  • 19. DECIMALBINARY TO 1 0 1 0 1 0 0 1 1 2 2 0 2 1 2 2 2 3 2 4 1 X 11 X 20 X 40X 81 X 16 01234 339 10 = 128 64 32 16 8 4 2 1 THE BINARY TABLE 2 5 2 6 2 7 2 8 0 X 32 5 1 X 64 6 0X 128 7 1 X 256 8 + + + + + + + +256 0 64 0 16 0 0 2 1 = 339
  • 20. DECIMALBINARY TO 1 0 1 1 0 1 0 1 0 2 10 = 1248163264128256 256 64+ + 2+ =32 + 8 362 362
  • 21. CONVERT THE FOLLOWING PROBLEM? DECIMALBINARY TO 10 = = = = = 1001000101001 21. 2. 3. 4. 5. 10111000111100 10011110011101 11000010101001 10101110100101 2 2 2 2 4649 11836 10141 12457 11173 10 10 10 10
  • 22.
  • 23. CONVERT THE FOLLOWING PROBLEM? 10= = = = = 111101110101021. 2. 3. 4. 5. 100101011010 11001010111 11010111010100 1110000101010000 2 2 2 2 7914 2394 1623 13780 57680 10 10 10 10 6. 7. 8. 9. 10. = 1011000010011111 2 45215 10 = 1100011010001102 25414 10 = 1010010111010011 2 42451 10 = 10010011010010100 2 75412 10 = 11010000100111110000 2 854512 10
  • 24. THE HEXADECIMAL SYSTEM (BASE 16) • The word hexadecimal is derived from the Greek root hex (six) and Latin root decem (ten). • Base b = 16. • Ten symbols: S = {0, 1,2,3,4,5,6,7, 8, 9, A, B, C, D, E, F} • Example: 2AF , 3DF4 , 5FAE3 , 8CF09 • The symbols in this system are often referred to • as hexadecimal digits.
  • 25. THE RELATIONSHIP BETWEEN DECIMAL TO HEXADECIMAL 0 1 2 3 4 5 6 7 9 0 1 2 3 4 5 6 7 9 DECIMAL TO HEXADECIMAL 10 11 12 13 14 15 = = = = = = A B C D E F = = = = = = = = =
  • 27. 2 3 E HEXADECIMAL DECIMAL =16 16 0 16 1 16 2 2 X 16 2 + 3 X 16 1 + 14 X 16 0 10 11 12 13 14 15 = = = = = = A B C D E F DH 2 X 256 + 3 X 16 + 14 512 + 48 + 14 574= 574 10 TO
  • 28. HEXADECIMAL DECIMALTO 10 11 12 13 14 15 = = = = = = A B C D E F DH A B 0 9 16 = 16 0 16 1 16 2 16 3 10 X 16 3 + 11 X 16 2 + 0 X 16 1 + 9 X 16 0 10 X 4096 + 11 X 256 + 0 + 9 40960 + 2816 + 0 + 9 43785= 4378510 X 16
  • 29. THE OCTAL SYSTEM (BASE 8) • The word octal is derived from the Latin root octo • (eight). • Base b = 8. {0, 1, 2, 3, 4, 5, 6, 7} Example: {1524 , 576 , 342}
  • 31. HEXADECIMAL OCTALTO A C 16 10 11 12 13 14 15 = = = = = = A B C D E F DH 10 CONVERT TO DECIMAL 12 8 4 2 1 8 4 2 1 1 0 1 0 1 1 0 0 = 001101010 2 5 4 = 2 5 4 2 5 4 8 124 124 124
  • 32. HEXADECIMAL OCTALTO 10 11 12 13 14 15 = = = = = = A B C D E F DH 1 E F 16 8 4 2 1 8 4 2 1 8 4 2 1 100 0 1 1 1 1 1 1 1 0 1 1 1 11 1 1 0100 0 124124124124 7 5 7 = 7 5 7 7 5 78 CONVERT TO DECIMAL 1 14 15