answersLogoWhite

0


Best Answer

It would be helpful if you would explain what you mean by a 'high level language'. It's not a term that linguists use.

User Avatar

Wiki User

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

AnswerBot

1w ago

Some high-level programming languages include Java, Python, C++, and C#. These languages are designed to be easier to read and write compared to low-level languages, making them more accessible for developers.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some high level languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Linguistics
Related questions

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.


Why do high-level languages exist?

To do high level tasks


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


How many scripting languages are there?

Three type of languages High level Mid level Low level


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.


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

high level and low level


Why must high level languages be translated?

High level languages cant be understood by the computer as it performs all tasks in binary form. So its necessary to convert high level language into machine oriented language


Who invented the high level languages?

Different languages were designed by different people, obviously.


WHO convert high level program in to machine language programs?

Nobody. Conversion from high-level encoding to low-level encoding is achieved via software, either by a compiler (compiled languages) or by an interpreter (interpreted languages). Some languages, such as Java, use both; compiling to Java byte code which is then interpreted by the Java virtual machine.


How can people program a computer?

You can program a computer using any of thousands of high-level or low-level languages, exen directly in binary (the only thing a computer can truly read). Do a little research on some of the more popular, high-level languages, such as C++, C, and JAVA.


What are the 2 levels of computer science program languages?

High-level and low-level.


What is the program to convert Assembly level language to Higher level language?

There is no such program. Low level languages cannot be converted to high level languages. It's one-way only.