answersLogoWhite

0


Best Answer

A Compiler.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What language translates source code into binary form?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

What are the names of 2 type of language translators?

Two types of language translators are: a compiler, which translates the entire source code into machine code before running the program, and an interpreter, which translates and executes the source code line by line.


What is an assembler in operating system?

an assembler is aroutine program that translates assemly language source code to a machine language object code


Is gaming software for a fast paced action game that runs on a single computer a high or low level language?

The software that runs is neither--it is the binary or machine code. The binary code was generated from source code by an compiler or assembler. The source code can be written in a high or low level language or in a mixture. Most source code today is written in high-level language because it is easier to maintain and more portable. However, sometimes speed-critical sections of source code are written in low-level language such as assembly.


What is a compiler and an interpreter?

a compiler translates an entire program and then executes it while an interpreter translates and executes one line of a program at time


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


What is a complier in computer language?

A compiler is a program that translates a programming language (like c++, java, pascal, php etc...) to a language that computers can "understand" (i.e. "1001010110101010...")


What is the name of the translator used by Assembly Language?

Assembly language does not use a traditional translator; instead, it uses an assembler to convert its mnemonics into machine code. The assembler translates the assembly instructions into binary code that the computer's CPU can understand and execute.


What is binary language?

Binary is made up of 0's and 1's. Binary can also be called Machine Code. Binary is the 'language' that the computer understands.


A compiler that translates a high level-language into another high-level language is called a source-to-source translator. What advantages are there to using C as a target language for a compiler?

C would be a good language if you wanted to then go on to improve the efficiency of the code perhaps by editing the translated code. I wouldn't call C a high language :)


What is the binary language used by computers?

Machine code.


Why do need translate a program written a high level language into machine language?

the reason why we translate is that source code may be in assembly( low level language) or high level language and the only language computer understand is 0s and 1s which is binary code so the program written in either assembly or high level language must be convert or translate to binary and program written in HLL are in English form while the assembly are equivalent machine language.


What is another name for binary code?

machine language, assembler code