0% found this document useful (0 votes)
8 views1 page

Decimal Number System Conversions

The document discusses different number conversion systems: - Binary conversion is done by dividing the decimal number by 2 repeatedly and writing the remainders from top to bottom. - Octal conversion divides the decimal number by 8 repeatedly, writing the remainders from top to bottom. - Hexadecimal conversion represents numbers 10-15 using letters A-F, and converts a decimal number by dividing repeatedly by 16 and writing the remainders from top to bottom.

Uploaded by

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

Decimal Number System Conversions

The document discusses different number conversion systems: - Binary conversion is done by dividing the decimal number by 2 repeatedly and writing the remainders from top to bottom. - Octal conversion divides the decimal number by 8 repeatedly, writing the remainders from top to bottom. - Hexadecimal conversion represents numbers 10-15 using letters A-F, and converts a decimal number by dividing repeatedly by 16 and writing the remainders from top to bottom.

Uploaded by

Mohammed Sarjoon
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Number System (Decimal Number Conversion)

Decimal To Binary
The decimal number system (base ten) has ten possible values (0,1,2,3,4,5,6,7,8 or 9) for
each place value. In contrast, the binary number system (base two) has two possiblevalues,
often represented as 0 or 1 for each place-value
To convert Decimal to binary we divide the decimal number from 2 until we get 0 and
remain is written in front of the number as following example.
Then we write the number from below to above as shown in that example. Conversion

Decimal To Octal
The decimal number system (base ten) has ten possible values (0,1,2,3,4,5,6,7,8 or 9) for
each place value. In contrast, the Octal number system (base eight) has eight
possiblevalues, often represented as 0,1,2,3,4,5,6,7 for each place-value.
To convert octal we divide the given number from 8 and remain part written in front of
thedivide number as in the following example and do the same until get 0. Then write the
remain number from below to up and that is the octal number for the given decimal number.
ex: -

Decimal To Hexadecimal
In hexadecimal numbers (Base 16) we can have numbers from 0 to 15 and they are
represented in a special way. From 0 to 9 they are written as same and from 10 to 15 we
represent it as follows.
10 -------- A
11 -------- B
12 -------- C
13 -------- D
14 -------- E
15 -------- F
and see the following example for more information.

You might also like