释义 |
high-level language
high-level language n (Computer Science) a computer programming language that resembles natural language or mathematical notation and is designed to reflect the requirements of a problem; examples include Ada, BASIC, C, COBOL, FORTRAN, Pascal. See also machine code ThesaurusNoun | 1. | high-level language - a problem-oriented language requiring little knowledge of the computer on which it will be runapplication-oriented language, problem-oriented language - a language whose statements resemble terminology of the user |
high-level language
high-level language a computer programming language that resembles natural language or mathematical notation and is designed to reflect the requirements of a problem; examples include Ada, BASIC, C, COBOL, FORTRAN, Pascal high-level language[′hī ‚lev·əl ′laŋ·gwij] (computer science) A computer language whose instructions or statements each correspond to several machine language instructions, designed to make coding easier. Also known as higher-level language; higher-order language. high-level language(HLL) A programming language which provides some level ofabstraction above assembly language. These normally usestatements consisting of English-like keywords such as "FOR","PRINT" or "GOTO", where each statement corresponds to severalmachine language instructions. It is much easier to programin a high-level language than in assembly language thoughthe efficiency of execution depends on how good the compileror interpreter is at optimising the program.
Rarely, the variants "VHLL" and "MLL" are found.
See also languages of choice, generation.high-level languageA machine-independent programming language, such as C, C++, Java, Perl and COBOL. It lets the programmer concentrate on the logic of the problem to be solved rather than the intricacies of the machine architecture such as is required with low-level assembly languages.
There are dramatic differences between high-level languages. Look up the programming language terms such as BASIC, C and Java and review the sample code. What is considered high level also depends on the era. There were assembly languages 50 years ago that were easier to use than many high-level languages today. Contrast with assembly language and machine language. See programming language, C, BASIC and Java.MedicalSeemachine languageLegalSeeCFinancialSeeAssembly Languagehigh-level language Related to high-level language: assembly language, machine languageWords related to high-level languagenoun a problem-oriented language requiring little knowledge of the computer on which it will be runRelated Words- application-oriented language
- problem-oriented language
|