0% found this document useful (0 votes)
43 views

Prisca

The document discusses converting binary numbers to unsigned integers. It provides the step-by-step solutions to convert 5 different binary numbers to their equivalent unsigned integer values. The solutions use place value to determine the contribution of each binary digit to the final decimal value.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Prisca

The document discusses converting binary numbers to unsigned integers. It provides the step-by-step solutions to convert 5 different binary numbers to their equivalent unsigned integer values. The solutions use place value to determine the contribution of each binary digit to the final decimal value.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Ikechukwu Prisca

Convert following binary number to unsigned integer.

1) 10110.01101

Solution.

(1x24) +(0x23) +(1x22) +(1x21) +(0x20) + (0x2-1) +(1x2-2) +(1x2-3) +(0x2-4) +(1x2-5)

(1x16) +(0x8) +(1x4) +(1x2) +(0x1) +(0x0.5) +(1x0.25) +(1x0.125) +(0x0.0625) +(1x0.03125)

=16+0+4+2+0+0+0.125+0.03125

=22.40625

2) 01101100

solution.

=(0x27) +(1x26) +(1x25) +(0x24) +(1x23) +(1x22) +(0x21) +(0x20)


=(0x128) +(1x64) +(1x32) +(0x16) +(1x8) +(1x4) +(0x2) +(0x1)
=0+64+32+8+4+0+0
=108
3) 1111010
Solution
=(1x26) +(1x25) +(1x24) +(1x23) +(0x22) + (1x21) +(0x20)
=(1x64) +(1x32) +(1x16) +(1x8) +(0x4) +(1x2) +(0x1)
=64+32+16+8+0+2+0
=122
4) 011011.0110
Solution

=(0x25) +(1x24) +(1x23) +(0x22) + (1x21) +(1x20) + (0x2-1) +(1x2-2) +(1x2-3) +(0x2-4)

=(0x32) +(1x16) +(1x8) +(0x4) +(1x2) +(0x1) +(0x0.5) +(1x0.25) +(1x0.125) +(0x0.625)

=0+16+8+0+2+1+0+0.25+0.125

=27.375

5) 010100.0011010
Solution
=(0x25) +(1x24) +(0x23) +(1x22) + (0x21) +(0x20) +(0x2-1) +(0x2-2) +(1x2-3) +(1x2-4) +(0x2-5) +(1x2-6)
+(0x2-7) +
=(0x32) +(1x16) +(0x8) +(1x4) +(0x2) +(0x1)+( 0x0.5) +(0x0.25) +(1x0.125) +(1x0.625)
+(0x0.03125) +(1x0.015625) +(0x7.8125x
=0+16+0+4+0+0

You might also like