How are computers programmed so that they understand different programming languages?

777 views

How are computers programmed so that they understand different programming languages?

In: 9

11 Answers

Anonymous 0 Comments

They don’t. They speak their own command language called machine code. When you make a program you make it in human readable programming language…you then have to use another program to take your program and “compile” it into the machine code that the cpu can understand.

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