1.

A program that reads the source code and converts it to a form usable by the computer.(a) Interpreter(b) Compiler(c) Linker(d) AssemblerI have been asked this question in a job interview.Question is taken from FORTRAN Basics topic in chapter Computer Languages of Computer Fundamentals

Answer»

Right answer is (b) Compiler

The BEST I can explain: A compiler does this task. Internally, 3 steps are PERFORMED: preprocessing, CHECKING and compiling.Further, assembler and linker do the WORK.



Discussion

No Comment Found

Related InterviewSolutions