Learning Activity Sheet GC
Learning Activity Sheet GC
Learning Competencies:
Instructions:
Explanation:
Binary: The base-2 number system, using only 0s and 1s. Each digit in a binary number
represents a power of 2.
Octal: The base-8 number system, using digits 0-7. Each digit in an octal number represents a
power of 8.
Conversion Method:
1. Group Binary Digits: Divide your binary number into groups of three digits, starting from the right.
If the last group doesn't have three digits, add leading zeros.
2. Convert Each Group: Use the table below to find the octal equivalent of each group of three
binary digits.
3. Combine Octal Digits: Combine the octal digits you found for each group to form the final octal
representation.
Conversion Table:
Binary Octal
000 1
001 1
010 2
011 3
100 4
101 5
110 6
111 7
Examples:
ACTIVITY
Directions: Convert the following Binary numbers to Octal Number follow the steps above on how to
convert.
1. 110100112=______________________8 6. 101100102=______________________8
2. 010101012=______________________8 7. 110111112=______________________8
3. 1110110102=_____________________8 8. 01101012=_______________________8
4. 1011111102=_____________________8 9. 1000011012=______________________8