top of page

~Maths and Logic Fundamentals (Binary to Decimal and vice versa)~

Writer's picture: ArchieArchie

Updated: Jan 21, 2019

Binary has a base number of 2.


Decimal - 1 2 3 4 5 6 7 8 9 10

Binary- 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010


1 Binary unit = 1 bit


Decimal to Binary:

  1. Divide decimal number by two.

  2. Continue to divide the results by two until you reach zero.

  3. Throw away any remainder you get before the next division.

  4. Write 0 when you get a whole and 1 when you get a remainder.

  5. Write this right to left in order.

Binary to Decimal:

  1. Take each binary number and consider how each digit is expressed as a power of two.

  2. Identify which digits have a 1.

  3. Add up the power of two numbers which fall under ones.

My Birthday in Binary = 23/05/2002 = 10111/101/00000101100


My name in Binary = Archie = 1 10010 11 1000 1001 101

1 view0 comments

Recent Posts

See All

~Maths and Logic Fundamentals (Sine Rule)~

The Sine rule can be used with many different angle and side combinations when combined with the 180 degree rule and can be further...

~Maths and Logic Fundamentals (Averages)~

Today I recapped the 4 averages, which are very simple to remember. Mean = Add all numbers together multiplied by how many there are....

Comments


bottom of page