answersLogoWhite

0


Best Answer

It's called a compiler.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is a language translator that converts each statement in a programming language into machine language and executes statements one at a time?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the character used at the end of executable statements in C plus plus?

The semi-colon converts a C++ expression into a statement.


What are translator in c language?

The assembler is translator which converts assembly language code into machine language code.


How do you say overseas in Japanese?

Google translator converts it as 'Kaigai no'


The translator that converts source code to object code is called?

compiler


How do say 7099 in spanish?

Google translator converts it as 'siete mil noventa y nueve'


Why do you need language translator in system software?

we need language translator in a systerm software because computer cann't understand our language .Therefore translator converts high level language into low level languange &viceversa as computer can only understand in banary format. we need language translator in a systerm software because computer cann't understand our language .Therefore translator converts high level language into low level languange &viceversa as computer can only understand in banary format.


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

compiler or assembler


What is Italian for me and my brother?

In Italian, "me and my brother" is translated as "io e mio fratello".


What does a compiler allow us to do?

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


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.


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 is structural programing?

Structured programming (sometimes known as modular programming) is a subset of procedural programming that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify. Certain languages such as Ada, Pascal, and dBASE are designed with features that encourage or enforce a logical program structure.