1.

What is the disadvantage of ” Compile and GO ” loading scheme?(a) Memory is wasted because the case occupied by the assembler is unavailable to the object program(b) Necessary to translate the users program(c) It is very difficult to handle multiple segments, even when the source programs are in different languages and to produce orderly modular programs(d) All of the mentionedThe question was asked during an internship interview.The above asked question is from Implementation of the Translation Specified by Syntax-Directed Definitions in section Syntax Directed Definition and Translations of Compiler

Answer»

Right answer is (d) All of the mentioned

The explanation is: In computer programming, a compile and GO system, compile, load, and go system, ASSEMBLE and go system, or load and go system[1][2][3] is a programming language PROCESSOR in which the compilation, assembly, or link steps are not separated from PROGRAM execution.



Discussion

No Comment Found

Related InterviewSolutions