answersLogoWhite

0

Different languages were designed by different people, obviously.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the first successful high level programming language invented?

Fortran and Cobol are two old and successful languages.


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.


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 some high level languages?

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.


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


What are the 2 levels of computer science program languages?

High-level and low-level.


What are the languages called high-level languages?

Low level computer languages require the programmer to know the the assembler language for the computer CPU targeted. They are assembled directly into machine code for that CPU type and no other.High level computer languages are closer to human language (or mathematical notation) and the code written in them is 'generic', it will work on any CPU type. This is possible because the high level language is first compiled before specific machine code is generated. All CPU types therefore need their own high level language compiler but once this is developed any code written in the high level language can be used on that CPU type.Examples of high level languages are:FORTRANCOBOLAlgolPascalPearlPythonC, C++etc.


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.