answersLogoWhite

0

What is the examples of high level programming languages?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

ADA, FORTRAN, COBOL, C, C++, P/L-1, Java, just to name a few.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the examples of high level programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Define and discuss high level programming languages?

high level programming languages are languages that are given by the programmer to the system as a input and they are understandable by a programmer


Why is high level language preferred in modern programming?

High level programming languages are easier for humans to both read and maintain.


What is meant by interpreter in programming languages?

An interpreter is programme that translates a high-level programming..


What are the classifications of programming languages according to each level?

high level and low level


What is c and c in computer programming?

C and C++ are both high-level programming languages.


What is the difference between high level and low level programming?

High level languages are easier for humans to read and program in. They are usually machine independent, and most have a wide variety of programming libraries available for common functions. Low level languages are usually machine specific, such as assembly languages. They lack programming libraries.


Why c is called high level language?

Because C is one of the high level programming languages. Other examples: Pascal, Fortran, List, JavaScript, APL


What are high level languages used to?

High level programming languages are used to instruct computers to perform complex tasks with a minimum number of instructions.


Do data processors separate the programming tasks from computer operation tasks?

No, high-level programming languages do that.


How many level computer languages?

Languages are usually classified at two levels, low level programming and high level programming, although some experts also make a distinction of very high level languages and very low level languages. So, depending on who you ask, there are either two, three, or four. The most common set is probably three: low, high, and very high.


What are examples of high lavel language?

The term high-level refers to the amount of abstraction between the code you write and the native language of the machine. Low-level code is a symbolic code that maps 1:1 with the machine code, thus assembly is a low-level language. All other languages that employ a compiler or interpreter to create the machine code are considered high level languages. However, C and C++ are examples of high-level languages that also allow low-level programming, and are often called mid-level languages for that reason.


What are some of the different types of software programming languages?

High level languages Mid Level Languages Low level languages High level languages: cobol, fortran etc Mid level languages: C, C++ Low level languages: assembly language