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

796 views

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

In: 9

11 Answers

Anonymous 0 Comments

Computers, at the hardware level, have their own language that is very basic. They understand more advanced languages because those each have their own translator, called a compiler, which translate from the high level language to the low level one.

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