How does coding physically work?

104 viewsOtherTechnology

Like how exactly can a bunch of letters, numbers, and punctuation symbols make your computer do all kinds of things? Plus what happens inside the computer when it executes the code?

In: Technology

22 Answers

Anonymous 0 Comments

I will try to make it simple.

Program writen in any kind of language is taken by a compiler (set of instructions) that are changing it to logic set of 1’s and 0’s.
Those numbers are passed thru procesor stored in memory and output is again 1 and 0 ‘s and is again translated back to natural language or visual things visible on output device

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