answersLogoWhite

0


Best Answer

High-level language programming is usually a mixture of words or phrases of the English language. High-level languages have several advantages over machine or assembly languages; they are easier to learn and use, and the resulting programs are easier to read and modify. A few of the High-level programs are Ada, ALgol, BASIC, COBOL, C, C++, FORTRAN, LISP, Pascal and also Prolog.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

High Level language is a programming language which is hide the detail machine language.

High Level Language is use friendly language. user can work on it easily and efficiency.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

C, PHP and PL/I are examples, but there are thousands of them.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is High Level Language Programs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

A compiler that translates a high level-language into another high-level language is called a source-to-source translator. What advantages are there to using C as a target language for a compiler?

C would be a good language if you wanted to then go on to improve the efficiency of the code perhaps by editing the translated code. I wouldn't call C a high language :)


Why is a high level language less error prone?

High level languages are far more descriptive and, generally, more like a natural language. In my experience, it has been a lot easier to make a typo in a low level language because you are doing things like directly accessing memory locations and using registers for storage.


Is the java programming language is a complete language or is it useful only for writing programs for the web?

It can be used for lots of programs, not just for the Web.


What was the first high level language?

The first high-level programming language is often considered to be Fortran (short for "Formula Translation"). Developed by IBM in the 1950s, Fortran was designed to allow for high-level mathematical and scientific computations. Its creation marked a significant departure from low-level machine code programming, enabling programmers to write code in a more human-readable form, which could then be translated into machine code by a compiler.


What are the classification of computer software and definition?

Software is a set of programs used to operate computers and related devices.The two main classifications of software:System softwareApplication software1) System software - software designed to operate the computer hardware and to provide a platform for running application software.Operating Systems are a collection of programs that make the computer hardware conveniently available to the user and also hide the complexities of the computer's operation.Utility programs are small, powerful programs with a limited capability, they are usually operated by the user to maintain a smooth running of the computer system.Library programs are a compiled collection of subroutinesTranslator software (Assembler, Compiler, Interpreter)Assembler translates assembly language programs into machine code (A binary code that a machine can understand).Compiler translates high level language code into object code (which is the machine language of the target machine).Interpreter analyses and executes a high-level language program a line at a time. Execution will be slower than for the equivalent compiled code as the source code is analyzed line by line2) Application software - software designed to help the user to perform specific tasks.General purpose application software.Special purpose application software.Bespoke application softwarefor more help visit essayguardian(dot)com

Related questions

Why high level language is slower then assembly language?

Programs written in a high level language might be slower than ones written in Assembly language; but it is not always so, it is very easy to write un-effective programs in Assembly.


Embedded with high level language?

high level language for embedded


Is BASIC a high level language?

Yes, it is a High-Level Language


Why high level language process slower than low level languages?

False. HLL-programs are compiler into low level (machine code), so they aren't slower. (Programs written in interpreted languages are indeed slower than compiled programs.)


Is scheme is an high level language?

Scheme is a functional programming language and a high level language.


What are the advantages and disadvantages of writing programs in high level languages?

The main advantage is of course convenience - it is much easier to write\read code in a high-level language. The main disadvantage is the performance - in general, if you write the same program in a high-level language and in a low-level language, the first will usually take more time. It can make a difference if your program is very heavy, or if performance is very important (e.g. you're writing an operating system), but for most normal programs I would recommend using a high-level program, and python is a great example of one!


Difference between high level language and low level language in tabular form?

high level language are easier to learn


High level to Machine level language is converted using?

high level language is converted to machine level language using a compiler or an interpreter


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


What is VHLL?

VHLL is a technical term which stands for very high level programming language, and is designed to reduce the complexities in creating programs.


Is C plus plus a high level language?

Yes, C++ is a high-level language.


Is the high-level language is also an object oriented program?

Not necessarily. Any language with an object-oriented approach will be a high-level language, but a high-level language does not have to use an object-oriented approach.