0% found this document useful (0 votes)
1K views

Octal

This document provides instructions for converting between binary, octal, and decimal number systems using grouping and place value. It explains that to convert binary to octal, binary digits are grouped into threes from the right and each group is converted to its octal digit equivalent. To convert octal to binary, each octal digit is converted to its three-digit binary equivalent. And to convert between octal and decimal, the number is first converted to binary and then the binary value is converted to decimal or vice versa using place value.

Uploaded by

api-297910907
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Octal

This document provides instructions for converting between binary, octal, and decimal number systems using grouping and place value. It explains that to convert binary to octal, binary digits are grouped into threes from the right and each group is converted to its octal digit equivalent. To convert octal to binary, each octal digit is converted to its three-digit binary equivalent. And to convert between octal and decimal, the number is first converted to binary and then the binary value is converted to decimal or vice versa using place value.

Uploaded by

api-297910907
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

BINARY TO OCTAL CONVERSIONS

Starting from the right; place binary digits in


groups of 3
Add place holders where necessary.

Find the octal values of each group of 3.

Convert 100101011101102 to
octal

When we
group the 10 010 101 110 010 110
digits we
get
Add a 0 to
the left 010 010 101 110 010 110
most digit
to make it
3 2 2 5 6 2 6
Ans =2256268
OCTAL TO BINARY
Find the 3 digit Binary Coding for each octal
value.
Combine the groups to create the single binary
representation.
Octal digit Binary
digit Convert 5308 to binary
0 000
1 001
2 010 5 3 0
3 011 101 011 000

4 100
5 101
6 110 Ans =1010110002
7 111
OCTAL TO DECIMAL
Convert the octal value to its binary equivalent.
Following the binary to decimal steps, convert
the binary digits to decimal.

Decimal 64 8 1
Value
Place Value 82 81 80

Octal Value 2 3 5

(5X1) + (3x8) + (64X2) =5+24+120 =15710


DECIMAL TO OCTAL
Find the binary representation of the decimal
figure. (*following the decimal to binary
conversions)
From right to left, place the binary digits in
groups of 3.
Add placeholders where necessary.

Convert 1578 to ( ?) 10

8 157 R
8 19 5
8 2 3
8 0 2
Ans = 235 10
CONVERT THE FOLLOWING OCTAL
NUMBERS TO DECIMAL AND BINARY

10
47

156

747

You might also like