0% found this document useful (0 votes)
17 views5 pages

Number Base Conversion Practice

The document provides examples of converting between different numeric bases, including: - Binary to octal, hexadecimal, and decimal - Octal to binary, decimal, and hexadecimal - Decimal to binary, octal, and hexadecimal - Hexadecimal to binary It gives the step-by-step work for each conversion using place values and remains to translate between bases.

Uploaded by

Harold. Costelo
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)
17 views5 pages

Number Base Conversion Practice

The document provides examples of converting between different numeric bases, including: - Binary to octal, hexadecimal, and decimal - Octal to binary, decimal, and hexadecimal - Decimal to binary, octal, and hexadecimal - Hexadecimal to binary It gives the step-by-step work for each conversion using place values and remains to translate between bases.

Uploaded by

Harold. Costelo
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

BANswer Key Practice Problem 2⁵) + (1 × 2⁴) + (1 × 2³) + (0 × 2²) + (1

× 2¹) + (1 × 2⁰) = (1755)₁₀

Binary to Octal
Binary to Hexadecimal
1. 111011101 1. 101110101110
= 111 011 101 = 1011 1010 1110
=735 =BAE
= 7358 = BAE16
2. 101111001101 2. 1001010101
= 101 111 001 101 = 10 0101 0101
=5715 =255
= 57158 = 25516
3. 101100010101 3. 11011011011
=101 100 010 101 = 110 1101 1011
=5425 =6DB
= 54258 = 6DB16
4. 1000000001 4. 1100111101
= 1 000 000 001 = 11 0011 1101
=1001 =33D
= 10018 = 33D16
5. 1010101010 5. 1110101001
= 1 010 101 010 = 11 1010 1001
=1252 =3A9
= 12528 = 3A916
Binary to Decimal
Octal to Binary
1. 111110010101
(111110010101)₂ = (1 × 2¹¹) + (1 × 1. 66
2¹⁰) + (1 × 2⁹) + (1 × 2⁸) + (1 × 2⁷) + = 110 110
(0 × 2⁶) + (0 × 2⁵) + (1 × 2⁴) + (0 × 2³) = 1101102
+ (1 × 2²) + (0 × 2¹) + (1 × 2⁰) = 2. 3 6 6 6
(3989)₁₀ = 11 110 110 110
2. 101111011101 = 111101101102
(101111011101)₂ = (1 × 2¹¹) + (0 × 3. 1 4 3 3
2¹⁰) + (1 × 2⁹) + (1 × 2⁸) + (1 × 2⁷) + = 1 100 011 011
(1 × 2⁶) + (0 × 2⁵) + (1 × 2⁴) + (1 × 2³) = 1100011011
+ (1 × 2²) + (0 × 2¹) + (1 × 2⁰) = 4. 1234
(3037)₁₀ =1234
3. 011011101110 = 1 010 011 100
(011011101110)₂ = (0 × 2¹¹) + (1 × = 1010011100
2¹⁰) + (1 × 2⁹) + (0 × 2⁸) + (1 × 2⁷) + 5. 435
(1 × 2⁶) + (1 × 2⁵) + (0 × 2⁴) + (1 × 2³) =435
+ (1 × 2²) + (1 × 2¹) + (0 × 2⁰) = = 100 011 101
(1774)₁₀ = 100011101
4. 10011100011
(10011100011)₂ = (1 × 2¹⁰) + (0 × 2⁹)
+ (0 × 2⁸) + (1 × 2⁷) + (1 × 2⁶) + (1 ×
2⁵) + (0 × 2⁴) + (0 × 2³) + (0 × 2²) + (1
× 2¹) + (1 × 2⁰) = (1251)₁₀
5. 11011011011
(11011011011)₂ = (1 × 2¹⁰) + (1 × 2⁹)
+ (0 × 2⁸) + (1 × 2⁷) + (1 × 2⁶) + (0 ×
=64-64
=10000002
4. 33
Octal to Decimal
=33-32
1. 12348 = (1 × 8³) + (2 × 8²) + (3 × 8¹) + (4 ×
=1-1
8⁰) = 66810
=100001
2. 7654 = (7 × 8³) + (6 × 8²) + (5 × 8¹) + (4 ×
5. 1
8⁰) = 401210
=1-1
3. 2530 = (2 × 8³) + (5 × 8²) + (3 × 8¹) + (0 ×
=1
8⁰) = 136810
4. 7651 = (7 × 8³) + (6 × 8²) + (5 × 8¹) + (1 ×
Decimal to Octal
8⁰) = 400910
1. 1222
5. 6575 = (6 × 8³) + (5 × 8²) + (7 × 8¹) + (5 ×
8⁰) = 345310 Division Remainder
by 8 Quotient (Digit) Digit #
Octal to Hexadecimal
1. 1762 (1222)/8 152 6 0
=1762 (152)/8 19 0 1
= 1 111 110 010
(19)/8 2 3 2
= 11 1111 0010
=3F2 (2)/8 0 2 3
= 3F216 = (2306)8
2. 1777 2. 2222
=1777
= 1 111 111 111 Division Remainder
= 11 1111 1111 by 8 Quotient (Digit) Digit #
=3FF
= 3FF16 (2222)/8 277 6 0
3. 7777 (277)/8 34 5 1
=7777 (34)/8 4 2 2
= 111 111 111 111
(4)/8 0 4 3
= 1111 1111 1111
=FFF = (4256)8
= FFF16
4. 6666
3. 3456
=6666
= 110 110 110 110
Division Remainder
= 1101 1011 0110
by 8 Quotient (Digit) Digit #
=DB6
= DB616 (3456)/8 432 0 0
5. 5656
(432)/8 54 0 1
=5656
= 101 110 101 110 (54)/8 6 6 2
= 1011 1010 1110 (6)/8 0 6 3
=BAE = (6600)8
= BAE 4. 7777

Decimal to Binary Division Remainder


1. 256
by 8 Quotient (Digit) Digit #
=256-256
1000000002 (7777)/8 972 1 0
2. 128 (972)/8 121 4 1
=128-128
(121)/8 15 1 2
=100000002
3. 64 (15)/8 1 7 3
Division Remainder Division Remainder
by 8 Quotient by 16 Quotient (Digit) Dig
(Digit) Digit #
(1)/8 0 1 4 (4222)/16 263 14 0
= (17141)8 (263)/16 16 7 1
5. 8888 (16)/16 1 0 2
(1)/16 0 1 3
Division Remainder
by 8 Quotient = (107E)16
(Digit)
5, 1432
(8888)/8 1111 0
Division Remainder
(1111)/8 138 7 by 16 Quotient (Digit) Dig
(138)/8 17 2
(1432)/16 89 8 0
(17)/8 2 1
(89)/16 5 9 1
(2)/8 0 2
(5)/16 0 5 2
= (21270)8
= (598)16

Decimal to Hexadecimal
Hexadecimal to Binary
1. 4444
1. 642333
Division =642333
Remainder
by 16 Quotient = 0110 0100 0010 0011 0011 0011
(Digit) = 11001000010001100110011
(4444)/16 277 12 2. 999999
(277)/16 17 5 =999999
= 1001 1001 1001 1001 1001 1001
(17)/16 1 1
= 100110011001100110011001
(1)/16 0 1
3. 888888
= (115C)16 =888888
2. 2666 = 1000 1000 1000 1000 1000
1000
Division Remainder = 100010001000100010001000
by 16 Quotient (Digit) 4. 989898
(2666)/16 166 10 =989898
(166)/16 10 6 = 1001 1000 1001 1000 1001
(10)/16 0 10 1000
= 100110001001100010011000
= (A6A)16
5. 696969
3. 3876
=696969
Division Remainder = 0110 1001 0110 1001 0110
by 16 Quotient 1001
(Digit)
= 11010010110100101101001
(3876)/16 242 4
(242)/16 15 2 Hexadecimal to Decimal
(15)/16 0 15 1. (121211)₁₆ = (1 × 16⁵) + (2 ×
= (F24)16 16⁴) + (1 × 16³) + (2 × 16²) + (1
4. 4222 × 16¹) + (1 × 16⁰) =
5. (1184273)₁₀
2. (999999)₁₆ = (9 × 16⁵) + (9 ×
16⁴) + (9 × 16³) + (9 × 16²) + (9
× 16¹) + (9 × 16⁰) =
(10066329)₁₀ Harold Costelo
3. (989898)₁₆ = (9 × 16⁵) + (8 × BSCE 2-4
Sir James Patrick Galvan
16⁴) + (9 × 16³) + (8 × 16²) + (9
× 16¹) + (8 × 16⁰) =
(10000536)₁₀
Name:
4. (696966)₁₆ = (6 × 16⁵) + (9 × Section:
16⁴) + (6 × 16³) + (9 × 16²) + (6
× 16¹) + (6 × 16⁰) =
(6908262)₁₀
5. (987789)₁₆ = (9 × 16⁵) + (8 × Binary to Octal
16⁴) + (7 × 16³) + (7 × 16²) + (8 1. 111011101
× 16¹) + (9 × 16⁰) = 2. 101111001101
(9992073)₁₀ 3. 101100010101
Hexadecimal to Octal 4. 1000000001
1. 121323 5. 1010101010
=121323 Binary to Decimal
= 1 0010 0001 0011 0010 0011
1. 111110010101
= 100 100 001 001 100 100 011
2. 101111011101
=4411443
3. 011011101110
= 4411443 4. 10011100011
2. 89999 5. 11011011011
=89999
= 1000 1001 1001 1001 1001 Binary to Hexadecimal
= 10 001 001 100 110 011 001 1. 101110101110
=2114631 2. 1001010101
= 2114631 3. 11011011011
3. 878787 4. 1100111101
=878787 5. 1110101001
= 1000 0111 1000 0111 1000 Octal to Binary
0111
1. 66
= 100 001 111 000 011 110 000
2. 3666
111 3. 1433
=41703607 4. 1234
= 41703607 5. 435
4. 989890
Octal to Decimal
=989890
= 1001 1000 1001 1000 1001 1. 1234
0000 2. 7654
= 100 110 001 001 100 010 010 3. 2530
000 4. 7651
5. 6575
=46114220
= 46114220 Octal to Hexadecimal
5. 686867
1. 1762
=686867 2. 1777
= 110 1000 0110 1000 0110 0111 3. 7777
= 11 010 000 110 100 001 100 4. 6666
111 5. 5656
= 3206414
Decimal to Binary

1. 256
2. 128
3. 64
4. 33
5. 1

Decimal to Octal

1. 1222
2.
3. 2222
4. 3456
5. 7777
6. 8888

Decimal to Hexadecimal

1. 4444
2. 2666
3. 3876
4. 4222
5. 1432

Hexadecimal to Binary

1. 642333
2. 999999
3. 888888
4. 989898
5. 696969

Hexadecimal to Octal

1. 121323
2. 89999
3. 878787
4. 989890
5. 686867

Hexadecimal to Decimal

1. 121211
2. 999999
3. 989898
4. 696966
5. 987789

Common questions

Powered by AI

To convert the octal number 1234 to decimal, multiply each digit by 8 raised to the power of its position from right to left, starting at 0: (1×8³) + (2×8²) + (3×8¹) + (4×8⁰) = 512 + 128 + 24 + 4 = 668. Therefore, the decimal equivalent is 668 .

The decimal value of the binary number 111110010101 is 3989. To calculate this, multiply each binary digit by 2 raised to the power of its position from right to left, starting at 0: (1×2¹¹) + (1×2¹⁰) + (1×2⁹) + (1×2⁸) + (1×2⁷) + (0×2⁶) + (0×2⁵) + (1×2⁴) + (0×2³) + (1×2²) + (0×2¹) + (1×2⁰) = 3989 .

To convert the hexadecimal number 3A9 to decimal, multiply each digit by 16 raised to the power of its position from right to left, starting at 0: (3×16²) + (A×16¹) + (9×16⁰), where A represents 10. Calculating this gives: (3×256) + (10×16) + (9) = 768 + 160 + 9 = 937. Therefore, the decimal equivalent is 937 .

Convert the octal number 6575 to decimal by multiplying each digit by 8 raised to the power of its position, from right to left, starting at 0: (6×8³) + (5×8²) + (7×8¹) + (5×8⁰). This results in (6×512) + (5×64) + (7×8) + (5×1) = 3072 + 320 + 56 + 5 = 3453. The decimal equivalent of the octal 6575 is 3453 .

To convert the hexadecimal number 121211 to decimal, multiply each digit by 16 raised to the power of its position from right, starting at 0: (1×16⁵) + (2×16⁴) + (1×16³) + (2×16²) + (1×16¹) + (1×16⁰) = 1048576 + 131072 + 4096 + 512 + 16 + 1 = 1184273. The decimal equivalent is 1184273 .

To convert the decimal number 4444 to hexadecimal, divide it by 16 and record the remainder. Perform successive division of the quotient by 16 until the quotient is zero. For 4444: 4444 ÷ 16 = 277 remainder 12 (C), 277 ÷ 16 = 17 remainder 5, 17 ÷ 16 = 1 remainder 1, and 1 ÷ 16 = 0 remainder 1. Therefore, 4444 in hexadecimal is 115C .

To convert the binary number 11011011011 to hexadecimal, first group the binary digits into sets of four starting from the right, padding with zeros if necessary: 1101 1011 1011. Then, convert each 4-bit binary group to a hexadecimal digit: 1101 becomes D, 1011 becomes B, and 1011 remains B. Thus, the hexadecimal equivalent is DB6 .

To convert the hexadecimal number 989898 to binary, substitute each hex digit with its 4-bit binary representation: 9 is 1001, 8 is 1000, 9 is 1001, 8 is 1000, 9 is 1001, 8 is 1000. The binary representation is thus 100110001001100010011000 .

To convert the octal number 1762 to hexadecimal, first translate it into binary: 1 becomes 001, 7 becomes 111, 6 becomes 110, 2 becomes 010; the binary sequence is 001 111 110 010. Then group into sets of four from right: 0011 1111 0010, which corresponds to hexadecimal digits 3F2. Therefore, the hexadecimal equivalent of the octal 1762 is 3F2 .

To convert the binary number 111011101 into octal, divide the binary number into groups of three bits from right to left: 111 011 101. Convert each group into an octal digit: 111 becomes 7, 011 becomes 3, and 101 becomes 5. The octal equivalent is 7358. This conversion relies on the fact that each octal digit corresponds to exactly three binary digits, allowing easy translation between the numbering systems .

You might also like