Java Programming Part 4: High Level Language


---------------------------------------------------------------------------------
allows 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.
--------------------------------------------------------------------------------


--------------------------------------------------------------------------
They are considered high-level because they are closer to human languages.
Examples of High-level Languages:
C
C++
JAVA
BASIC
COBOL
PASCAL
PHYTON
ASP.net
VB.net

------------------------------------------------------------------------------------------------------------------



-----------------------------------------------------------------------------
The problem is that the computer doesn't understand high level language,  so we need a way to convert it to machine code.High level language must use interpreter, compiler or translator to convert human understandable program to computer readable code (machine code).
-------------------------------------------------------------------------------

Walang komento:

Mag-post ng isang Komento