Rx Büññý
Rx Büññý
7 years ago

Which of the following is not a translator?

A. Compiler

B. Interpreter

C. Debugger

D. Assembler

Answer: Option C

Solution(By Examveda Team)

Compiler:
A compiler is a computer program (or a set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language),

Interpreter:
an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program.

Assembler:
An assembler is a type of computer program that interprets software programs written in assembly language into machine language.

Debugger:
A special program used to find errors (bugs) in other programs. A debugger allows a programmer to stop a program at any point and examine and change the values of variables. The Challenges of Cloud Integration. debug.

This Question Belongs to User Ask Question >> Miscellaneous

Join The Discussion

Comments ( 1 )

  1. Kumar Chandan
    Kumar Chandan :
    7 years ago

    Debugger debugs programs whereas rest other translate program one language to another.

Related User Ask Questions