Computer Science, asked by DulquerSalman4560, 9 months ago

Which translator requires less memory and why

Answers

Answered by DangEROusKuri
3

Answer:

hy your answer

Explanation:

Memory consumption

Compilers usually generate an intermediate code called object code, during the compilation process. Hence it requires more memory than interpreters. Unlike compilers, interpreters do not generate any intermediate code, during the interpretation process. Thus, interpreters are memory efficient.

mark it on brilliant dear ✌

Answered by Anonymous
0

Explanation:

translator or programming language processor is a generic term that can refer to anything that converts code from one computer language into another.[1][2] These include translations between high-level and human-readable computer languages such as C++ and Java, 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 the above to another.[1]

The term is also used for translators between software implementations and hardware implementations (ASICs microchips) of the same program, and from software descriptions of a microchip to the logic gates needed to build it

Similar questions