How tf does binary code work.

588 views

it’s just a bunch of 0’s and 1’s.. like I can just put a bunch of them and somehow make a sentence??? like what does this mean -> 010100101001010010 (i legit just spammed 0’s and 1’s)

In: 0

26 Answers

Anonymous 0 Comments

1 is true or “on”, and 0 is false or “off”Every letter, number, character is made up of a series of 0s and 1s (ons and offs). By combining a series of 1s and 0s (ons and offs), text strings are formed using machine language (e.g., ASCII) and interpreted by the computer. Essentially, binary is a foreign language that’s more easily read by a computer than interpreted by a human.

You are viewing 1 out of 26 answers, click here to view all answers.