1 of 7

Slide Notes

DownloadGo Live

Copy of Binary

No Description

PRESENTATION OUTLINE

Binary

BY Finn Neher

What is Binary?

What computers use to store and represent data. It is base 2 because it only uses 2 numbers, 1 and 0. The computer is basically made out of binary. It is the back end of computer functioning. The way we count is in base 10 because we use all ten characters to count and etc.
For example, the letter A would be 010000001 because A is the first letter in the alphabet, and its in capitals. Its a way to “speak” using only 2 characters.

What is it Used For?

It is used to translate the parts with an electric current to the parts without. It is also used to represent data in the computer.

What is it Used For?

It is used to translate the parts with an electric current to the parts without. It is also used to represent data in the computer.

How Does Binary work


BInary code works by representing symbols in a way that computers can process and understand. IT is done by breaking the symbols into a numeral system of 2 digits.1 and 0.

How Does Binary Help us today?


Binary helps us because without it, computers wouldn't be able to store code and transfer code to different computers and to the internet.

How to transfer Binary ito numbers

  • 25 = 8+16+1
  • In binary, 25=11001
  • The first #1 you see is equal to one. 
  •  The second #1 you see is equal to eight.
  • The third #1 you see is equal to sixteen.