answersLogoWhite

0


Best Answer

It's called compiler.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the name given to the type of program which turns a high level language into binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is high level to binary language and binary to high level?

High-level to binary is known as compilation or interpretation, depending on whether the entire program is converted at once (compilation) or only one statement at a time is converted (interpretation). There is no conversion from binary to high level -- it's one-way only.


How does a computer understand the Filipinos language?

It doesn't. The only language the computer understands is its own native machine code; binary language. We use that binary language to program the computer such that it can translate the high-level human languages that we can understand into the low-level languages that it can understand, and vice versa.


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.


What is the standard language for computer binary code called?

There is no standard language, this is why higher-level languages were invented - to provide a layer of abstraction. A program written in a high-level language such as C++ or Java will execute the same on a PC as it will on a Mac, despite the fact that they have different architectures and therefore the binary code will be different.


What is the difference between compiler and program?

A compiler is actually a program. However the function of a compiler it to take a programmers high level language code and render this as binary machine language instructions that a specific processor can execute.


What are the examples of middle level programming language?

binary language


What is the code that was established so that all computers will be able to use the same binary code?

When you program a computer to do something then you use what is known as a higher level language. For the computer to run the program it must first convert your program into binary so the computer can do the work. That work is done by either sending an electrical signal or not sending an electrical signal through the computer. When the computer has finished running the program it then has to change the binary system it uses into the higher level language you use so you get the answer you want


What is the difference between high level language and machine language?

The difference between high level languages and machine languages are as follows: 1)Machine language uses binary numbers/codes but high level languages(HLL) use key words similar to English and are easier to write. 2)Machine Language is a Low level language and is machine dependant while HLLs are not.


What is a program written in high level language called?

the program written in high level language is called "source program"


Why are few programs written in binary form?

The lower-level the language, the harder it is to write programs in. It takes a long time to write a program in machine language...and it is way more trouble than writing it in an abstracted language.


What is the language of 0s and 1S?

The language of 0s and 1s is called binary which is internally used by the computer system for performing different activities. The other levels of languages such as high level languages, assembly language are internally converted into binary language for the processing by the computers.


Is the computer works only in binary level language?

For most digital computers at the lowest level, they work in binary. Experimental multilevel computers have been built and analogue computers don't work in binary.