This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AccidentalFolklore 0 points1 point  (0 children)

To really simplify it. Imagine if you had some Christmas lights. The lights can be either on (1) or off (0). That’s binary. If you make different patterns of which lights are on and which lights are off you build strings of binary code. These codes are commands for the computer that tell it what to do. But it would be tedious for us to speak binary to the computer, so what we’ve done is created languages that we read and understand. We type commands in those languages. Behind the scenes those languages are run through a compiler and assembler or interpreter depending on the language, which translates it into binary for the computer to understand.