answersLogoWhite

0

A compiler is a program that translates high-level source code into low-level machine code.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What does a compiler allow us to do?

A compiler converts programming code into computer code that a computer can read.


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 purpose of compilers?

When writing a program, you write it in a certain language (java, C++, VB.NET etc.). For the computer to understand that, you need to convert it to computer language. That is what the compiler does.


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


What is the purpose of a compiler in the context of programming languages?

A compiler is a software tool that translates high-level programming code into machine code that a computer can understand and execute. Its purpose is to convert the human-readable code written by a programmer into a format that the computer can directly execute, making it easier for developers to create software applications.


How compiler compile a program?

With a compiler. Read the documentation for programming package for help on how to.


What is a C compiler as used in C programming?

In C programming, C compiler is user to translate C source into C object module.


What are grace hopper's discoveries?

She was one of the first programmers of the Harvard Mark 1 and she developed the first compiler for a computer programming language. She developed COBOL the first independent programming language.


What is the role of a compiler in computer programming and how does it translate high-level programming languages into machine code?

A compiler is a software tool that translates high-level programming languages, like Java or C, into machine code that a computer can understand and execute. It does this by analyzing the code, checking for errors, and converting it into a series of instructions that the computer's processor can directly execute. This process is called compilation, and it allows programmers to write code in a more human-readable format while still being able to run it on a computer.


How do you install c plus plus in 64bits window7home?

You cannot install a programming language on your computer, only a particular compiler. Pick one.


How do languages work?

The key item is the compiler. The compiler takes the programming language and converts it into a language and sequences that the computer can understand. The other item is the library. It is a set of commands that the compiler can understand and can translate into the machine language. The programming language is what you use to create your processes. Most of them are directly related to logic sequences and storing and retrieving of data. You write the commands in the programming language, run it through the compiler which converts it to machine code and then have an executable program. Some programs are also interpreted meaning they don't need to be run through a compiler. Such as PHP and JavaScript


What is the work of compiler?

A compiler converts a program in one programming language into a program in another programming language. Often the conversion is into a language that can be understood directly by the hardware.