answersLogoWhite

0

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

15y ago

What else can I help you with?

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.