Definition of High-level language

Babylon English
high level language
(Computers) programming language in which instructions are written in a clean language that resembles human language (and is later translated into machine language)

Search Dictionary:
Search Web Search Dictionary



High-level language definition was found in categories: Computer & Internet(2)  Language, Idioms & Slang(2)  Science & Technology(1)  Encyclopedia(1)  

High-level language Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
high-level language
(HLL) A programming language which provides some level of abstraction above assembly language. These normally use statements consisting of English-like keywords such as "FOR", "PRINT" or "GOTO", where each statement corresponds to several machine language instructions. It is much easier to program in a high-level language than in assembly language though the efficiency of execution depends on how good the compiler or interpreter is at optimising the program.
Rarely, the variants "VHLL" and "MLL" are found.
See also languages of choicegeneration.
(1994-12-07)

Internet Glossary
High-level language
A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages. In contrast, assembly languages are considered low-level because they are very close to machine languages.

The main advantage of high-level languages over low-level languages is that they are easier to read, write, and maintain. Ultimately, programs written in a high-level language must be translated into machine language by a compiler or interpreter.
The first high-level programming languages were designed in the 1950s. Now there are dozens of different languages, including Ada, Algol, BASIC, COBOL, C, C++, FORTRAN, LISP, Pascal, and Prolog.



High-level language Definition from Language, Idioms & Slang Dictionaries & Glossaries

WordNet 2.0
high-level language

Noun
1. a problem-oriented language requiring little knowledge of the computer on which it will be run
(hypernym) application-oriented language, problem-oriented language

hEnglish - advanced version
high-level language

high-level language
n : a problem-oriented language requiring little knowledge of the computer on which it will be run



High-level language Definition from Science & Technology Dictionaries & Glossaries

Telecommunication Standard Terms
high level language (HLL)
computer programming language that is primarily designed for, and syntactically oriented to, particular classes of problems and that is essentially independent of the structure of a specific computer or class of computers; for example, Ada ®, COBOL , Fortran, Pascal. Synonym high-order language.


High-level language Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
High-level programming language
A high-level programming language is a programming language that, in comparison to low-level programming languages, may be more abstract, easier to use, or more portable across platforms. Such languages often abstract away CPU operations such as memory access models and management of scope.

See more at Wikipedia.org...