Which translator requires less memory and why
Answers
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 ✌
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