How do bits in a computer become meaningful to human beings?

907 views

How do bits in a computer become meaningful to human beings?

In: Technology

5 Answers

Anonymous 0 Comments

If your question is “how 1 and 0 can produce what a computer to” I can give you two answer

First juste go to nandgames.com, it will explain you how from a very basic circuit called “and gate” you can achieve a computer. It does a very good job at making you find how to do it

Second is my simplified version.
Human found a way to make electronic do very specific task like “add this and that” “compare these two” “read that case of memory” it’s hard to do a lot of stuff but enough to give name to these tasks (called instruction).
It became what we know as assembly, the closest language to the computer still in use.

Then other programmation langage appeared, more complex (can do more elaborated task like showing image…) But it was a program who translated the word to Assembly (which was almost juste a bunch of instruction in order to do for the computer). And then even more elaborated language used the language (first Python interpreter was in C which is compiled in assembly which is interpreted by the computer) and so one.

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