answersLogoWhite

0


Best Answer
  • Java
  • C
  • Python
  • Scheme
  • Prolog
  • C++
  • C#
  • Java script
  • Lisp
  • Ruby
User Avatar

Wiki User

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

Wiki User

12y ago

LabView instrumentation man-machine interfacing

Intuit automated forms generation for accounting

PSpice electronic modeling

Mathlab math workbench

PHP server scripting language

Dreamweaver website builder

Summit V microelectronic systems layout designer

PLC programming languages to simulate relay logic

Excel macros to automate common sequences of operations

Survey macros where the user determines all the complex features and graphics

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Examples of high level programming language are Fortran, COBOL, Java, Python, Perl, Ruby, ECMA Script, Delphi, PHP, Visual Basic, Pascal, Ada, C, Prolog, C++, Basic, LISP and Algol.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Visual basic, Java, FORTRAN, PYTHON, and COBOL are all high level programming languages.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago
  1. C
  2. C++
  3. C#
  4. Java
  5. Pascal/Delphi
  6. BASIC
  7. FORTRAN
  8. COBOL
  9. Forth
  10. Logo
This answer is:
User Avatar

User Avatar

Wiki User

10y ago

java

c++

pascal

adp

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

fortran, forth, focal

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Ada, Apl, Algol

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

putang ina mu

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Examples of high level programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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 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


Examples of programming language?

There are hudreds of Programming languages out there.Examples: C++, GWbasic, C#, C++, HTML , Ruby etc.They're further categorized as "Low Level language" and "High Level Language".Low level languages are those languages which are closer to the binary language or in another words machine language. These are difficult for us to learn but it's easy for machine to execute quickly.Example of a low level language is assembly language.High level languages are those languages which are close to human language/natural language and are easy for us to learn.Examples of high level language are Python, Ruby, C++ , Java etc.


What are necessary condition for programming language to be considered as high level language?

It mustn't be Assembly (or machine code). Unlike low-level languages, high-level programming languages may use natural language elements (easy syntax), be more user-friendly, have simple keywords, and other concepts that deem it easier to utilize than low-level languages.

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.


What is the examples of high level programming languages?

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


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.