answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many level computer languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Learn As Many Computer Languages As Possible?

Employers who are looking to hire computer programmers are often looking for a combination of unique skills. Learning as many languages as possible across as many disciplines as possible can greatly help an individual to find a job. This means learning low-level computer languages as well as high-level languages, scripting language and languages that might be related to a specific career field. Learning computer languages that are not technically programming languages like a database query language or a language based around business calculations can be very valuable when searching for a position in those career fields.


How many computer languages have there been from the first computer language to current computer languages?

Wikipedia currently lists 710 computer languages.


What are the 2 levels of computer science program languages?

High-level and low-level.


What does Lisp mean in computer language?

LISP programming refers to creating applications using LISP languages - a family of old high level programming languages that used Polish notation. LISP languages are the second oldest HLLs after FORTRAN.


How are high level languages understood by a computer?

They get compiled or interpreted to machine code which computer can understand.


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.


How many scripting languages are there?

Three type of languages High level Mid level Low level


General categories of computer languages?

*Low-level languages -- "natural language" of a computer & such as , is defined by its hardware design.. it is also a machine dependent, can be used on only one type of a computer. *assembly languages -- a set of instruction that a programmer can used to create program for use on a specific proccessor. *High-level languages -- that provide s some level of abstractions from assembler language & independence from a particular type of machine.


What the four high level languages of a computer?

Pick any four from the attached link.


What is the difference between high level and low level math at colonel by?

Well its like this, a high level language is a language for programming computers which does not require detailed knowledge of a specific computer, as a low-level language does.High-level languages do not have to be written for a particular computer, but must be compiled for the computer they will work with.High-level languages are closer to human language than low-level languages, and include statements like GOTO or FOR which are regular words On the other hand, a low level language is a computer programming language that is close to machine language.Machine language is at the lowest level, because it is the actual binary code of 1s and 0s that the computer understands.Assembly languages are low- level languages which are translated into machine code by an assembler.Each assembly language instruction corresponds to one machine language instruction, but assembly language is easier notation for the programmer to use than machine code. You can google the topic for more info


How does a computer understand the Filipinos language?

It doesn't. The only language the computer understands is its own native machine code; binary language. We use that binary language to program the computer such that it can translate the high-level human languages that we can understand into the low-level languages that it can understand, and vice versa.


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