MS WORD MCQS
What do you call the translator which takes assembly language program as input & produce machine language code as output?
$s machine code equivalent that the CPU architecture can natively execute.Incorrect Options:
Computer MCQs for Competitive Exams- compiler is incorrect because a compiler translates high-level programming languages (like C++ or Java) into machine code or intermediate object files all at once.
- interpreter is incorrect because an interpreter parses and runs high-level code instructions sequentially line-by-line in real time, rather than assembling low-level mnemonic sheets.
- linker is incorrect because a linker is a build utility that bundles together separate compiled object code files and libraries into a single final executable binary file.
“]
…