answersLogoWhite

0

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.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Computer Science

Is C considered a high-level or low-level programming language?

C is considered a high-level programming language.


What is High Level Language Programs?

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.


What was the first high level language?

The first high-level programming language was called FORTRAN, which stands for "Formula Translation." It was created in 1957 by John Backus (IBM) to help scientists and engineers write programs more easily.


Is binary code an example of a high level language?

I wouldn't think so, since you can't really "fluently speak binary"


What is the difference between a compiler and an interpretor?

A compiler will read your entire source code and convert it into a language specific to the environment it's intended to run on. The plan is to have the compiler analyze the code and build an efficient application.Examples of languages that are compiled: C, C++, JavaAn interpreter will read your source code, usually line by line, and execute each command one at a time. This is slower and less efficient, but very good for teaching programming.Examples of languages that are interpreted: Basic, Turing, LogoA compiler translates a high-level language to a low level language all at once. An interpreter only translates one high-level statement at a time.

Related Questions

Why high level language is 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.


Are high level languages machine dependent?

yes i definetly think that high level language is better than low level language!!! because it provides a much user friendly environment and makes programmes easier to read and write...It also makes the program less error prone.. The speed of writing programs also becomes easy


Embedded with high level language?

high level language for embedded


Is BASIC a high level language?

Yes, it is a High-Level Language


Is scheme is an high level language?

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


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.


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.


How to convert low level language into high level language?

lang are convert into low level language by


Is C considered a high-level or low-level programming language?

C is considered a high-level programming language.