Which of the following is not used for turning source code into machine orobject code?

Which of the following is not used for turning source code into machine orobject code?

Which of the following is not used for turning source code into machine orobject code?

A.
Assembler

B.
Interpreter

C.
Compiler

D.
Analyzer

Explanation:
Assemblers turn assembly language into machine code, interpreters translate single commands from source code into object code, and compilers turn an entire set of source code into object code. Source code is turned into an intermediate code (object code), which is then turned into machine code. Assemblers translate directly to machine code.



Leave a Reply 0

Your email address will not be published. Required fields are marked *