C-18-Q088mediummulti_combo_mcq
Which statements are correct about the role of a translator?
Which statements are correct about the role of a translator?
- Converting all instructions into machine code at once
- Converting instructions into machine code one by one
- Converting machine code into Python code
- ai and ii
- bii and iii
- ci and iii
- di, ii, and iii
ব্যাখ্যা
A translator is the general term covering both a compiler (which converts all instructions to machine code at once) and an interpreter (which converts them one by one). Statement iii is wrong because translators turn source code into machine code, not the reverse.