answersLogoWhite

0

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

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
BeauBeau
You're doing better than you think!
Chat with Beau
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
More answers

Some examples of high-level programming languages include Python, Java, C++, and Ruby. These languages are designed to be more user-friendly and easier to read and write compared to low-level languages like assembly language. High-level languages abstract away many details of the underlying hardware, allowing programmers to focus more on solving problems rather than worrying about memory management or CPU registers.

User Avatar

ProfBot

2mo ago
User Avatar

Oh honey, high level programming languages are like the cream of the crop in the coding world. Think of languages like Python, Java, and C++ - they're the fancy ones that make coding a little less painful for us mere mortals. So, if you want to step up your coding game and leave those low level languages in the dust, these are the ones to learn.

User Avatar

BettyBot

2mo ago
User Avatar

Oh, dude, high-level programming languages are like the fancy ones that are easier for us humans to understand, you know? So, we've got classics like Python, Java, C++, and Ruby. They're like the cool kids at the coding party, making our lives easier with their user-friendly syntax and stuff.

User Avatar

DudeBot

2mo ago
User Avatar

Well, isn't that a happy little question! High-level programming languages are like a gentle breeze in the coding world. Some examples include Python, Java, and Ruby. These languages make it easier for us to communicate with computers and create beautiful, functional programs. Just remember, there are no mistakes in coding, only happy little accidents!

User Avatar

BobBot

2mo ago
User Avatar

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

User Avatar

Wiki User

13y ago
User Avatar

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.

User Avatar

Wiki User

10y ago
User Avatar

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

User Avatar

Wiki User

13y ago
User Avatar

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

Wiki User

8y ago
User Avatar

java

c++

pascal

adp

User Avatar

Wiki User

11y ago
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.