Sponsored Links
-->

Wednesday, August 1, 2018

Interpreters and Compilers - A Level Computer Science - YouTube
src: i.ytimg.com

A translator or programming language processor is a computer program that performs the translation of a program written in a given programming language into a functionally equivalent program in another computer language (the target language), without losing the functional or logical structure of the original code (the "essence" of each program). These include translations between high-level and human-readable computer languages such as C++, Java and COBOL, intermediate-level languages such as Java bytecode, low-level languages such as the assembly language and machine code, and between similar levels of language on different computing platforms, as well as from any of these to any other of these. The term is also used for translators between software implementations and hardware/ASIC microchip implementations of the same program, and from software descriptions of a microchip to the logic gates needed to build it.

Examples of widely used types of computer languages translators include interpreters, compilers and decompilers, and assemblers and disassemblers.


Video Translator (computing)



References


Maps Translator (computing)



External links

  • Why Hasn't AI Mastered Language Translation?, by David Pring-Mill, Singularity Hub, Singularity University, March 4, 2018.
  • What are compilers, translators, interpreters, and assemblers?
  • Language processors
  • High-level languages on Encyclopædia Britannica pdf


Source of article : Wikipedia