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 COA unit 2.pptx

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 COA unit 2.pptx (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

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
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
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
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
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
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
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
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 

Recently uploaded (20)

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...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
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...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
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...
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
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
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 

COA unit 2.pptx

  • 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…