answersLogoWhite

0


Best Answer

This is usually the first stage in compilation. The source code is read and checked for syntax and usability then passed to the compile stage to be converted to object (or machine) code that the computer can understand.

Translator translates program written in one programming language into (equivalent) program written in another language. For example, Java to C# translator would translate Java program into (equivalent) C# program. This is similar to as if you would translate some text in English into Spanish or vice versa.

If target language is lower level language like assembly language, machine language, or pseudocode, translator is called compiler. For example, some C++ compiler could compile (translate) program in C++ into machine code.

User Avatar

Wiki User

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

Wiki User

12y ago

Programming Language Translators will translate code from one syntax to another.

For Example using a VB.net to C# translator for the following line:

Dim s As String

Translates to:

String s;

Programming tools, is a vague term, programming tools can mean your development Environment for example Visual Studio or Eclipse etc. Programming tools can also mean various tools contained within your IDE such as Step through debugging, Stack Trace/View, Unit testing tools or format selection etc

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

I think what you are looking for is an English like translation of the programming logic. If this is what you are looking for, then the language translation of a programming language is called Pseudocode. Pseudocode is the practice of breaking down programming logic into English like meanings. However, pseudocode is usually written' before any programming takes place, because this allows us to get an idea of what we are trying to accomplish. When I took my fundamentals of programming design and logic in college, the whole class was focused on just pseudocode and flowcharts. I hope this answers your question.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Language Translators::

Language translators convert programming source code into language that the computer processor understands. Programming source code has various structures and commands, but computer processors only understand machine language. Different types of translations must occur to turn programming source code into machine language, which is made up of bits of binary data. The three major types of language translators are compilers, assemblers, and interpreters.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is language translation in programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meaning or FORTRAN in computer languages?

formula translation


What is an acronym for FORTRAN?

Formula Translation/Translator (high-level programming language)


What is the meaning of FORTRAN?

FORTRAN is an abbreviation for FORmula TRANslation. It is a computer programming language.


What are the differences between QBasic and FORTRAN Programming language?

PROGRAMMING is a process of developing computer program.While FOTRAN means formula translation which translate math formula into code in high level programming language.


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


Where did IBM get their programming language?

Computer programming language


Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


What is COBOL programming language?

You have answered your own question: it is a programming language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Is natural language a fifth generation programming language?

Yes, natural language is a fifth generation programming language.


What is a translation?

A person who translates from one language into another, especially as a profession.A program that translates from one programming language into another.Translation services released by translation company is more professional, such as Anytranscription.This is often confused for an interpreter who will convert language that is verbally spoken.