Which of the following programming languages needs no translator for it to run?
High-Level Language
Low Level Language
Machine Language
Assembly Language
Explanation
No explanation available
Video Explanation
No video available
Post your Contribution
Discussions (4)

Machine language does not require a translator for it to run. Machine language is the language that a computer's central processing unit (CPU) can understand directly. It consists of binary code, which is a series of 0s and 1s that represent simple instructions such as "add" or "subtract."
High-level languages like Python, C++, and Java are designed to be more human-readable and require a translator (e.g. compiler or interpreter) to convert the high-level code into machine language that the computer can execute.
Low-level languages like Assembly Language are closer to machine language than high-level languages, but still require a translator to convert the code into machine language.

Machine language is binary so it does not need translation since the computer only understand binary

