answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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 differences between machine languages and high level languages?

Machine language is something which can be understood by machine(Computer), it can understand only 0 and 1 i.e. the binary code. High level language is something which can be understood by human beings.. for ex... english.


Who converts the computer language into machine language?

A compiler or interpreter converts high-level programming languages into machine code that can be understood and executed by the computer's hardware.


What are the 2 levels of computer science program languages?

High-level and low-level.


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 opcodes are generated?

Opcodes are generated during the compilation process of programming languages. They are the machine-level instructions that represent the operations to be performed by the computer's processor. The compiler translates high-level code into a series of opcodes that can be understood and executed by the hardware.


What the four high level languages of a computer?

Pick any four from the attached link.


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.


Can high level languages can be understood by machines?

Not directly. They need to be converted to "machine language" by compilers and linkers before they can be executed by the machine.


What is c and c in computer programming?

C and C++ are both high-level programming languages.


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 difference between high level language and low level language?

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.