Microcomputer Systems:Converting Decimal Numbers into Octal and Converting Octal Numbers into Binary

Converting Decimal Numbers into Octal

To convert a decimal number into octal, divide the number repeatedly by 8 and take the remainders. The first remainder is the LSD, and the last remainder is the MSD.

Microcomputer Systems-0016Microcomputer Systems-0017

Converting Octal Numbers into Binary

To convert an octal number into binary, write the 3-bit binary equivalent of each octal digit.

Microcomputer Systems-0018

Microcomputer Systems-0019

Leave a comment

Your email address will not be published. Required fields are marked *