High Level Language
High-level languages allow us to write computer code using instructions resembling
everyday spoken language (for example: print, if, while) which are then translated into machine language to be executed. Programs written in a high-level language need to be
translated into machine language before they can be executed.Some programming languages use a compiler to perform this translation
and others use an interpreter.
No comments:
Post a Comment