answersLogoWhite

0

There is only one computer language that doesn't require a compiler - machine code. This is the language that the computer processor understands directly without having to be interpreted first. However it is difficult to understand and it is more usual for people to use assembly language.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is compiler is working?

compiler used to convert high level language coad into machine level language


What coverts programs into machine language?

Assembler/compiler converts programs into machine language.


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 type of software translates a programming language into machine language for one type of machine?

A compiler and/or an assembler.


Which software translates high level language programme into machine language?

A compiler.


What is compiler and assembler?

Both, compiler and assembler, are software tools which translate instructions written in a programming language into executable machine code. (Both will typically require additional tools, such as a linker, in the process.) An assembler recognizes a machine-specific assembly language. This is a low-level language with a one-to-one relationship between language (assembly) instructions and machine code instructions. A compiler recognizes a generally machine-independent language such as the C programming language. These are higher level languages compared to the assembly languages, generally offering a one-to-many relationship between language instructions and expressions, and the resulting machine code instructions.


How does a compiler work and Composition?

changes code to machine language.


A computer program that converts the entire program into machine language at one time is called?

compiler


What program that converts a high level programming language into machine language?

compiler or assembler


Example of compiler converting the high level language into machine language?

Compiler Compiler is the correct answer. It's a programme that converts source code written in a high-level programming language into machine code for a particular computer architecture. It translates high-level language into machine language, to put it simply. To learn more about data science please visit- Learnbay.co


What is required to convert a high level language into machine language so as to execute it later?

we need compiler to convert high level language in to machine language


High level to Machine level language is converted using?

high level language is converted to machine level language using a compiler or an interpreter