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

CDS-II · 2008 · Q56 Relevance score: 5.41

Which one of the following is a programme that converts high level language to machine language ?

CDS-I · 2007 · Q120 Relevance score: 1.17

Which one of the following is not computer language ?

CDS-I · 2010 · Q98 Relevance score: 0.78

Which one of the following pairs with respect to computer is not correctly matched?

CDS-I · 2025 · Q102 Relevance score: 0.63

Which one of the following is not an application software ?