Change set
Pick exam & year, then Go.
Question map
Not attempted
Correct
Incorrect
★
Bookmarked
Loading…
Q147
(CISF/2019)
Science & Technology › ICT, AI, Cybersecurity & Emerging Tech
Which one of the following is not a language translator?
Explanation
Language translators are system software used to convert programming code into machine language. There are three primary types:
- Assembler: Translates assembly language programs into machine code.
- Compiler: Translates the entire high-level source code into machine code at once before execution.
- Interpreter: Translates high-level source code into machine code line-by-line during execution.
A Linker is not a language translator. It is a system program that takes object modules produced by a compiler or assembler and combines them into a single executable file. While translators convert source code from one language to another, a linker resolves references to external functions and variables to ensure all parts of the program are correctly connected for execution.
✓ Thank you! We'll review this.
SIMILAR QUESTIONS
Which one of the following is a programme that converts high level language to machine language ?
Which one of the following languages is interpreter?