answersLogoWhite

0


Best Answer

compiler

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
4y ago

Compiler

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A computer program that converts the entire program into machine language at one time is called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

A compiler.


What is assembler in computer?

An assembler is a machine code program that converts low-level symbolic assembly language instructions into machine code. Assembly language is a second generation programming language.


What translation programs converts assembly language programs to object program?

The only translation program that converts assembly language to machine code is an assembler.


Write short note on assembler?

A computer program that takes non-machine language instructions prepare by a computer user and converts them intto a for that may be used by the computer(:


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

compiler or assembler


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


An assembler converts source program into?

An Assembler converts an assembly language source code into machine-specific code.


What is translator in computing?

Translator is defined as a computer program that converts instructions written in one language to another without changing the initial logic in terms of computer language.


What is an assembler in computing?

An assembler is a machine code program that converts low-level symbolic assembly language instructions into machine code. Assembly language is a second generation programming language.


How do computer languages work?

Computer languages are programs that can convert desired actions into a language that the computer can understand. Essentially, the user enters the program code into the computer, then the computer converts it to a language that can then be executed by the computer.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


In order for a computer to understand a program must be converted into machine language by an?

compiler