You are on page 1of 16

Example Help Sheet

Decimal(10) to Octal(8)
Step 1: Convert to Decimal(10) 333 to Binary(2) first.

512 256 128 64 32 16 8 4 2 1

0 1 0 1 0 0 1 1 0 1

Step 2: Circle/Chunk binary groups of 3’s, starting from the right.

0 1 0 1 0 0 1 1 0 1
Example Sheet
Step 3: Remember that Octal groups of 3 is |4|2|1| in binary now.

1 4 2 1 4 2 1 4 2 1

0 1 0 1 0 0 1 1 0 1

Step 3: Convert the Octal(8) groups of 3 is to its Octal(8) form.

1 4 2 1 4 2 1 4 2 1

0 1 0 1 0 0 1 1 0 1

5 1 5

Answer: 333(10) = 515(8)


Help Sheet
Decimal(10) to Octal(8)
Step 1: Convert to Decimal ______________ to Binary first.
512 256 128 64 32 16 8 4 2 1

Step 2: Circle/Chunk binary groups of 3’s, starting from the right.


Binary(2) to Octal(8)
Step 3: Remember that Octal(8) groups of 3 is |4|2|1| in binary form.

1 4 2 1 4 2 1 4 2 1

(8)

Step 3: Convert the Octal(8) groups of 3 is to its Octal(8) form.

1 4 2 1 4 2 1 4 2 1

(8)

Answer: ________(10) = ________(8)


Example Help Sheet
Octal(8) to Decimal(10)
Step 1: Convert to Octal(8) 515(8) to Binary(2) first.

5 1 5(8)
1 4 2 1 4 2 1 4 2 1

0 1 0 1 0 0 1 1 0 1

Step 2: Remove Octal(8) groupings to its true binary(2) form.

512 256 128 64 32 16 8 4 2 1

0 1 0 1 0 0 1 1 0 1
Example Help Sheet
Octal(8) to Decimal(10)
Step 3: Convert binary(2) to decimal(10) by adding the numbers that have 1 in its spot.

512 256 128 64 32 16 8 4 2 1

0 1 0 1 0 0 1 1 0 1

0 + 256 + 0 + 64 + 0 + 0 + 8 + 4 + 0 + 1=

Answer: 515(8) = 333(10)


Help Sheet
Octal(8) to Decimal(10)
Step 1: Convert to Octal(8) ________(8) to Binary(2) first.

1 4 2 1 4 2 1 4 2 1

Step 2: Remove Octal(8) groupings to its true binary(2) form.

512 256 128 64 32 16 8 4 2 1


Example Help Sheet
Octal(8) to Decimal(10)
Step 3: Convert binary(2) to decimal(10) by adding the numbers that have 1 in its spot.

512 256 128 64 32 16 8 4 2 1

+ + + + + + + + + =

Answer: ________(8) = ________(10)


Example Help Sheet
Decimal(10) to Hexadecimal(16)
Step 1: Convert to Decimal(10) 333 to Binary(2) first.

512 256 128 64 32 16 8 4 2 1

0 1 0 1 0 0 1 1 0 1

Step 2: Circle/Chunk binary groups of 3’s, starting from the right.

0 1 0 1 0 0 1 1 0 1
Example Sheet
Step 3: Remember that Hexadecimal groups of 4 is |8|4|2|1| in binary now.

2 1 8 4 2 1 8 4 2 1

0 1 0 1 0 0 1 1 0 1

Step 3: Convert Octal groups of 3 binary now.

2 1 8 4 2 1 8 4 2 1

0 1 0 1 0 0 1 1 0 1

1 4 13 = D

Look at the conversion chart if


it is 10 or greater!

Answer: 333(10) = 14D(16)


Help Sheet
Decimal(10) to Hexadecimal(16)
Step 1: Convert to Decimal(10) 333 to Binary(2) first.

512 256 128 64 32 16 8 4 2 1

Step 2: Circle/Chunk binary groups of 4’s, starting from the right.


Example Sheet
Step 3: Remember that Hexadecimal groups of 4 is |8|4|2|1| in binary now.

2 1 8 4 2 1 8 4 2 1

Step 3: Convert Hexadecimal groups of 4 to binary now.


2 1 8 4 2 1 8 4 2 1

(16)

Look at the conversion chart if


it is 10 or greater!

Answer: ________(10) = ________(16)


Example Help Sheet
Hexadecimal(16) to Decimal(10)
Step 1: Convert to Hexadecimal(16) 14D(16) to Binary(2) first.

1 4 D(16) = 13
2 1 8 4 2 1 8 4 2 1

0 1 0 1 0 0 1 1 0 1

Step 2: Remove Octal(8) groupings to its true binary(2) form.

512 256 128 64 32 16 8 4 2 1

0 1 0 1 0 0 1 1 0 1
Example Help Sheet
Hexadecimal8) to Decimal(10)
Step 3: Convert binary(2) to decimal(10) by adding the numbers that have 1 in its spot.

512 256 128 64 32 16 8 4 2 1

0 1 0 1 0 0 1 1 0 1

0 + 256 + 0 + 64 + 0 + 0 + 8 + 4 + 0 + 1=

Answer: 14D(16) = 333(10)


Help Sheet
Hexadecimal(16) to Decimal(10)
Step 1: Convert to Hexadecimal(16) ________(16) to Binary(2) first.

(16)

2 1 8 4 2 1 8 4 2 1

Step 2: Remove Octal(8) groupings to its true binary(2) form.

512 256 128 64 32 16 8 4 2 1


Help Sheet
Hexadecimal(16) to Decimal(10)
Step 3: Convert binary(2) to decimal(10) by adding the numbers that have 1 in its spot.

512 256 128 64 32 16 8 4 2 1

+ + + + + + + + + =

Answer: ________(16) = ________(10)

You might also like