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

Converting Decimal Numbers To Binary Numbers and Vice Versa

The document discusses how to convert decimal numbers to binary numbers and vice versa. It provides steps for converting decimal to binary which involves creating a table with numbers like 128, 64, 32 at the top and subtracting or not based on if the decimal number is greater than or equal to the table number. Steps are also provided for converting binary to decimal which involves multiplying the binary number by the table number and adding up the results.

Uploaded by

Zyryl Lontok
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)
31 views1 page

Converting Decimal Numbers To Binary Numbers and Vice Versa

The document discusses how to convert decimal numbers to binary numbers and vice versa. It provides steps for converting decimal to binary which involves creating a table with numbers like 128, 64, 32 at the top and subtracting or not based on if the decimal number is greater than or equal to the table number. Steps are also provided for converting binary to decimal which involves multiplying the binary number by the table number and adding up the results.

Uploaded by

Zyryl Lontok
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/ 1

Converting Decimal numbers to

Binary numbers and vice versa


What are decimals and binary numbers?

A decimal number has base 10 and a binary number has base 2.


All decimal numbers have their equivalent binary numbers. There are steps
on how to convert decimal numbers to binary numbers and vice versa.

Step 1
decimal to binary: create a table then put numbers (128, 64,
32, 16, 8, 4, 2) at the top.
binary to decimal: the first step is the same with the decimal
to binary.

Step 2
decimal to binary: look at the given number and that will be
your base.
binary to decimal: look at the given binary numbers then put it
under the top numbers (table).

Step 3
decimal to binary: take a look at the number located at the top of
the table. if it's less than/equal to the given number, subtract it
and put 1 on the table. put 0 if it's not.
binary to decimal: multiply the top number and the binary number.

Step 4
decimal to binary: after you follow the solution, put the
numbers under the top numbers together.
binary to decimal: add it all up.

You might also like