0% found this document useful (0 votes)
61 views3 pages

A. Convert The Following Binary Numbers To Decimal Form. 1

This document contains instructions to: 1. Convert several binary numbers to decimal, octal, and hexadecimal form. 2. The conversions are done by summing the place values of 1s in the binary number based on their position, following standard binary to base-10, 8, and 16 conversion processes. 3. Examples provided show the step-by-step conversions of several 10-12 bit binary numbers to decimal, octal, and hexadecimal representations.

Uploaded by

Dessa Gudito
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views3 pages

A. Convert The Following Binary Numbers To Decimal Form. 1

This document contains instructions to: 1. Convert several binary numbers to decimal, octal, and hexadecimal form. 2. The conversions are done by summing the place values of 1s in the binary number based on their position, following standard binary to base-10, 8, and 16 conversion processes. 3. Examples provided show the step-by-step conversions of several 10-12 bit binary numbers to decimal, octal, and hexadecimal representations.

Uploaded by

Dessa Gudito
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

A. Convert the following binary numbers to decimal form.

1.

1000110011002

1(212)+0 (211 )+ 0(210)+0 (29)+1( 28)+1(27 )+ 0(26 )+0(25 )+1(24 )+1(23)+ 0(22)+0 (21)+2(20 )

(212)+0+ 0+0+(28)+(27 )+ 0+0+(24 )+(23 )+ 0+0+2(1)

4096 +256+128+16+ 8+2

¿ 4506

1.

11000111112

1(210)+1( 29)+0(28)+0( 27)+0 (26)+1(25 )+1(24 )+1(23 )+1( 22)+1(21)+2(20)

( 210 ) + ( 29 ) + 0+0+0+ ( 25 ) + ( 24 ) + ( 23 )+ ( 22 ) + ( 21 ) +2 ( 1 )
1024+512+32+16+ 8+4 +2+2

¿ 1600

B. Convert the following binary numbers to octal form.

1.
111001010101012
111001 010 101 012

1 ( 22 ) +1 ( 21 ) +1 ( 20 ) 0 ( 4 ) +0 ( 2 ) +1 ( 1 ) 0 ( 4 ) +1 ( 2 ) +0 ( 1 ) 1 ( 4 ) + 0 ( 2 ) +1 ( 1 ) 0 ( 4 ) +1 ( 2 ) +2 (1 )
4 +2+1 0+0+1 0+2+0 4+0+ 10+ 2+ 2
7 1 25 4
¿ 712548

2.

1111110011000011112
001 111110 011000 011 112

0 ( 4 ) +0 ( 2 ) +1 (1 ) 1 ( 4 )+1 ( 2 ) +1 ( 1 ) 1 ( 4 )+ 1 ( 2 ) +0 ( 1 ) 0 ( 4 )+ 1 ( 2 ) +1 ( 1 ) 0 ( 4 ) +0 ( 2 ) +0 ( 1 ) 0 ( 4 )+1 ( 2 ) +1 (1 ) 0 ( 4 ) +1 (2 )+2 ( 1 )


0+ 0+1 4+2+1 4 +2+0 0+2+1 0+0+ 0 0+2+1 4+ 2+ 2
1 7 6 3 03 8
¿ 17630388

C. Convert the following binary numbers to hexadecimal form.

1.

11100011110101012
0001 1100 01111010 1012

0(8)+ 0 ( 4 )+ 0 ( 2 ) +1 ( 1 ) 1(8)+1 ( 4 ) +0 ( 2 ) +0 ( 1 ) 0 (8)+ 1 ( 4 ) +1 ( 2 ) +1 ( 1 ) 1(8)+0 ( 4 ) +1 ( 2 ) +0 ( 1 ) 1(8)+0 ( 4 )+ 1 ( 2 ) +2 ( 1 )


0+ 0+0+1 8+4 +0+ 0 0+4 +2+18+ 0+2+1 8+0+2+2

1 127 10 12
¿ 1C 7 AC 16

1.

1111111000011112
1111 1110 0001 11 12

1(8)+1 ( 4 )+ 1 ( 2 ) +1 ( 1 ) 1(8)+1 ( 4 )+ 1 ( 2 ) +0 ( 1 ) 0(8)+0 ( 4 ) +0 ( 2 ) +1 (1 ) 1(8)+1 ( 4 )+1 ( 2 ) +2 ( 1 )


8+ 4+2+1 8+ 4+2+ 0 0+0+0+1 8+ 4+2+2

15 14 11 6
¿ FE1 G16

You might also like