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

Q1 Module 3 LAS 07 Conversion Octal To Hexadecimal

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

Q1 Module 3 LAS 07 Conversion Octal To Hexadecimal

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

Republic of the Philippines

Department of Education
NATIONAL CAPITAL REGION

Schools Division of Quezon City


COMMONWEALTH HIGH SCHOOL
Ecols St., Commonwealth, Quezon City

Name: Date:

Grade & Section: Subject: TLE ICT IV

CONVERSION OF OCTAL TO HEXADECIMAL NUMBER SYTEM


Learning Activity Sheet

An Octal Number or oct for short is the base-8 number and uses the digits 0 to 7. Octal
numerals can be made from binary numerals by grouping consecutive binary digits into groups
of three (starting from the right).

A Hexadecimal Number is a positional numeral system with a radix, or base, of 16 and uses
sixteen distinct symbols. It may be a combination of alphabets and numbers. It uses numbers
from 0 to 9 and alphabets A to F.

Using the below two methods, we can convert the octal number system into the hexadecimal
number system.

1. Convert the octal number into binary and then convert the binary into hexadecimal.

2. Convert the octal number into decimal and then convert the decimal into
hexadecimal.

Method 1: Convert Octal to Binary to Hexadecimal

Example: Convert 1218 to Hexadecimal

Step 1. Convert the given number to binary.


In order to convert the given octal number to
binary, express every octal value using 3 binary
digits. (Refer to Binary to Octal Table for the
values.)

Binary equivalent of 1 is 0012

Binary equivalent of 2 is 010

1218 = (001) (010) (001)

Thus: 1218 = 0010100012


Step 2. Convert the resulting binary number to hexadecimal.
In order to convert the binary number into hexadecimal, group every 4 binary
bits (from right to left) and calculate the value. (Refer to Binary to
Hexadecimal Table for the values.)

0010100012 = 0000 0101 0001


0 5 1

= 51

Thus: 0010100012 = 5116

Therefore: 1218 = 0010100012 = 5116

Method 2: Convert Octal to Decimal to Hexadecimal

Example: Convert 1218 to Hexadecimal

Step 1. Convert the given octal number to decimal.

1218 = (1 x 82) + (2 x 81) + (1 x80)


= (1 x 64) + (2 x 8) + (1 x1)
= 64 + 16 + 1
= 81

Thus: 1218 = 8110

Step 2. Convert the resulting decimal number into hexadecimal.

Division by 16 Quotient Remainder


81 ÷ 16 5 1

Thus: 8110 = 5116

Therefore: 1218 = 8110 = 5116


EXERCISES
Directions: Convert the following binary numbers to octal. Show your solutions for each
problem. Encircle your final answer.

Octal Binary Decimal Hexadecimal


1. 2638
2. 51008
3. 25248
4. 3322108
5. 1003328

___________________________________________________________________________
prepared by:
Ms. PATRICIA P. VILLAR
T-II, TLE Department

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy