DEV Community

Arul .A
Arul .A

Posted on

What is high level language?

  • It is defined as closer to the human language, easy to read and write.
    Ex: Python, Java, JavaScript, PHP.

  • The execution speed is slow, because it requires more translation.

  • The Translation tool compiler\Interpreter.

  • It is highly portable(because runs on many systems).

Top comments (0)