SlideShare a Scribd company logo
1 of 46
UNIT -2
Number Representation
Decimal number system
• The decimal system contains ten unique symbols, 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
• Its base or radix is 10.
• The leftmost digit in any number representation, which has the greatest
positional weight out of all the digits present in that number, is called the most
significant digit (MSD).
• The rightmost digit in any number representation, which has the least positional
weight out of all the digits present in that number, is called the least significant
digit (LSD).
• Eg. Consider the decimal number 9256.26 is represented as:
9256.26 = 9x1000+2x100+5x10+6x1+2x(1/10)+6x(1/100)
= 9x103+2x102+5x101+6x100+2x10−1+6x10−2
• Subtraction of decimal numbers can be accomplished by the 9’s and
10’s complement methods.
• Similar to the 1’s and 2’s complement methods of binary.
• The 9’s complement of a decimal number is obtained by subtracting
each digit of that decimal number from 9.
• The 10’s complement of a decimal number is obtained by adding a 1
to its 9’s complement.
Binary number system
Binary to decimal conversion
• Convert 10101 base 2 (101012) to decimal.
• Convert 11011.101 base 2 (11011.1012) to decimal.
• Convert 1001011 base 2 (10010112)to decimal
Answers:
• (2110)
• (27.62510)
• (7510)
Decimal to binary conversion
• Convert (163.87510) to binary.
• Convert (5210) to binary.
• Convert (0.7510) to binary.
• Convert (105.1510) to binary.
Binary Addition
Binary Subtraction
Binary Multiplication
Binary Division
Representation of signed numbers and binary
arithmetic
1. Signed magnitude (+ve , -ve).
2. Complement method (1’s complement, 2’s complement).
• Booth Algorithm (For multiplication)
• Division Algorithm
Restoring algorithm
Non-Restoring algorithm
Division Algorithm: Hardware Algorithm
Types of Division Method
• Restoring Division Method
• Non-Restoring Division Method
What is Restoring method?
• The hardware method just described is called the RESTORING METHOD. The
reason for the name is that the partial remainder is restored by adding the divisor
to the negative difference. Two other methods are available for dividing numbers,
the COMPARISION method and the NONRESTORING method. In the
comparison method A and B are compared prior to the subtraction operation .
• No restoring method B is not added if the difference is negative but instead, the
negative difference is shifted left and then B is added.
Question
Dividend= 1010
Divisor= 0011
Find remainder and quotient?
Non-Restoring Division Algorithm
In Summary: Non-Restoring
Question
• Dividend= 1011
• Divisor= 0101
Find remainder and quotient?
Datatype Representation
1. Fixed point representation
2. Floating point representation
Fixed Point Representation
(+7) base 10 = (0111) base 2
(-7) base 10 = (1001) base 2
Floating Point Representation
• It has mainly three parts:
1. Mantissa
2. Base
3. Exponent
Number Mantissa Base Exponent
3x106 3 10 6
110x28 110 2 8
6132.784 6132784 10 -3
IEEE754 floating point number representation
A) Single precision format: (32 bits)
1 bit 8bits 23 bits
B) Double precision format: (64 bits)
1 bit 11 bits 52bits
Sign Exponent Mantissa
Sign Exponent Mantissa
E.g. Represent (1259.125) base 10 in single
and double precision format.
• Step 1: convert decimal number to binary number.
(1259.125)10 = (10011101011.001)2
• Step 2: Normalize the number.
For single precision = (1.N) 2𝐸−127
For double precision = (1.N) 2𝐸−1023
10011101011.001 = 1. 0011101011001 x 210
• Step 3: Single precision format.
For single precision = (1.N) 2𝐸−127= = 1. 0011101011001 x 210
𝐸 − 127 = 10; 𝐸 = 137. (𝑒𝑥𝑝𝑜𝑛𝑒𝑛𝑡 𝑖𝑛 8 𝑏𝑖𝑡)
Mantissa= 0011101011001
Base= 2
Exponent = 137 in 8 bits = 10001001 base 2
Sign = positive (0)
1 bit 8bits 23bits
0 10001001 0011101011001…..000….
• Step 4: Double precision format.
For double precision = (1.N) 2𝐸−1023= = 1. 0011101011001 x 210
𝐸 − 1023 = 10; 𝐸 = 1033. (𝑒𝑥𝑝𝑜𝑛𝑒𝑛𝑡 𝑖𝑛 11 𝑏𝑖𝑡)
Mantissa= 0011101011001
Base= 2
Exponent = 137 in 11 bits = 10000001001 base 2
Sign = positive (0)
1 bit 11 bits 52 bits
0 10000001001 0011101011001..000…

More Related Content

Similar to Decimal Number System Explained

Data representation
Data representationData representation
Data representationChew Hoong
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1Deepak John
 
Digital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdfDigital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdfKannan Kanagaraj
 
Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionMubashir Ali
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptxLibanMohamed26
 
Number System 123.ppt is for binary number system
Number System 123.ppt is for binary number systemNumber System 123.ppt is for binary number system
Number System 123.ppt is for binary number systemdrpreetiwctm
 
Switching circuits and logic design
Switching circuits and logic designSwitching circuits and logic design
Switching circuits and logic designgoutamkrsahoo
 
digital-electronics.pptx
digital-electronics.pptxdigital-electronics.pptx
digital-electronics.pptxsulekhasaxena2
 
number system: Floating Point representation.ppt
number system: Floating Point representation.pptnumber system: Floating Point representation.ppt
number system: Floating Point representation.pptNARENDRAKUMARCHAURAS1
 

Similar to Decimal Number System Explained (20)

Number_Systems (2).ppt
Number_Systems (2).pptNumber_Systems (2).ppt
Number_Systems (2).ppt
 
Data representation
Data representationData representation
Data representation
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
 
Cse115 lecture01numbersystems
Cse115 lecture01numbersystemsCse115 lecture01numbersystems
Cse115 lecture01numbersystems
 
Number systems r002
Number systems  r002Number systems  r002
Number systems r002
 
Digital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdfDigital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdf
 
Digital Logic
Digital LogicDigital Logic
Digital Logic
 
Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & Conversion
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx
 
Lecture 2 ns
Lecture 2 nsLecture 2 ns
Lecture 2 ns
 
Chapter 1
Chapter   1Chapter   1
Chapter 1
 
Okkkkk
OkkkkkOkkkkk
Okkkkk
 
Number System 123.ppt is for binary number system
Number System 123.ppt is for binary number systemNumber System 123.ppt is for binary number system
Number System 123.ppt is for binary number system
 
Switching circuits and logic design
Switching circuits and logic designSwitching circuits and logic design
Switching circuits and logic design
 
DCF QNA edited
DCF QNA editedDCF QNA edited
DCF QNA edited
 
computer Unit 2
computer Unit 2computer Unit 2
computer Unit 2
 
digital-electronics.pptx
digital-electronics.pptxdigital-electronics.pptx
digital-electronics.pptx
 
number system: Floating Point representation.ppt
number system: Floating Point representation.pptnumber system: Floating Point representation.ppt
number system: Floating Point representation.ppt
 

Recently uploaded

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 

Recently uploaded (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

Decimal Number System Explained

  • 2. Decimal number system • The decimal system contains ten unique symbols, 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. • Its base or radix is 10. • The leftmost digit in any number representation, which has the greatest positional weight out of all the digits present in that number, is called the most significant digit (MSD). • The rightmost digit in any number representation, which has the least positional weight out of all the digits present in that number, is called the least significant digit (LSD). • Eg. Consider the decimal number 9256.26 is represented as: 9256.26 = 9x1000+2x100+5x10+6x1+2x(1/10)+6x(1/100) = 9x103+2x102+5x101+6x100+2x10−1+6x10−2
  • 3. • Subtraction of decimal numbers can be accomplished by the 9’s and 10’s complement methods. • Similar to the 1’s and 2’s complement methods of binary. • The 9’s complement of a decimal number is obtained by subtracting each digit of that decimal number from 9. • The 10’s complement of a decimal number is obtained by adding a 1 to its 9’s complement.
  • 4.
  • 5.
  • 6.
  • 8. Binary to decimal conversion • Convert 10101 base 2 (101012) to decimal. • Convert 11011.101 base 2 (11011.1012) to decimal. • Convert 1001011 base 2 (10010112)to decimal
  • 10. Decimal to binary conversion • Convert (163.87510) to binary. • Convert (5210) to binary. • Convert (0.7510) to binary. • Convert (105.1510) to binary.
  • 15.
  • 16. Representation of signed numbers and binary arithmetic 1. Signed magnitude (+ve , -ve). 2. Complement method (1’s complement, 2’s complement).
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24. • Booth Algorithm (For multiplication) • Division Algorithm Restoring algorithm Non-Restoring algorithm
  • 25.
  • 26.
  • 27.
  • 29. Types of Division Method • Restoring Division Method • Non-Restoring Division Method
  • 30. What is Restoring method? • The hardware method just described is called the RESTORING METHOD. The reason for the name is that the partial remainder is restored by adding the divisor to the negative difference. Two other methods are available for dividing numbers, the COMPARISION method and the NONRESTORING method. In the comparison method A and B are compared prior to the subtraction operation . • No restoring method B is not added if the difference is negative but instead, the negative difference is shifted left and then B is added.
  • 31.
  • 32.
  • 33.
  • 36.
  • 38.
  • 39. Question • Dividend= 1011 • Divisor= 0101 Find remainder and quotient?
  • 40. Datatype Representation 1. Fixed point representation 2. Floating point representation
  • 41. Fixed Point Representation (+7) base 10 = (0111) base 2 (-7) base 10 = (1001) base 2
  • 42. Floating Point Representation • It has mainly three parts: 1. Mantissa 2. Base 3. Exponent Number Mantissa Base Exponent 3x106 3 10 6 110x28 110 2 8 6132.784 6132784 10 -3
  • 43. IEEE754 floating point number representation A) Single precision format: (32 bits) 1 bit 8bits 23 bits B) Double precision format: (64 bits) 1 bit 11 bits 52bits Sign Exponent Mantissa Sign Exponent Mantissa
  • 44. E.g. Represent (1259.125) base 10 in single and double precision format. • Step 1: convert decimal number to binary number. (1259.125)10 = (10011101011.001)2 • Step 2: Normalize the number. For single precision = (1.N) 2𝐸−127 For double precision = (1.N) 2𝐸−1023 10011101011.001 = 1. 0011101011001 x 210
  • 45. • Step 3: Single precision format. For single precision = (1.N) 2𝐸−127= = 1. 0011101011001 x 210 𝐸 − 127 = 10; 𝐸 = 137. (𝑒𝑥𝑝𝑜𝑛𝑒𝑛𝑡 𝑖𝑛 8 𝑏𝑖𝑡) Mantissa= 0011101011001 Base= 2 Exponent = 137 in 8 bits = 10001001 base 2 Sign = positive (0) 1 bit 8bits 23bits 0 10001001 0011101011001…..000….
  • 46. • Step 4: Double precision format. For double precision = (1.N) 2𝐸−1023= = 1. 0011101011001 x 210 𝐸 − 1023 = 10; 𝐸 = 1033. (𝑒𝑥𝑝𝑜𝑛𝑒𝑛𝑡 𝑖𝑛 11 𝑏𝑖𝑡) Mantissa= 0011101011001 Base= 2 Exponent = 137 in 11 bits = 10000001001 base 2 Sign = positive (0) 1 bit 11 bits 52 bits 0 10000001001 0011101011001..000…