4,327 views

2 Answers

23 votes
23 votes

TRUE.

In link and go scheme the linkage editor coexists with program in main memory while performing linking task 
whereas link,load and go scheme the linkage editor does not coexists with program in main memory while performing linking task

source : http://www.answers.com/Q/What_are_link_and_go_and_link_load_and_go_loader_schemes

4 votes
4 votes

TRUE

In Link-and-Go type of loader, the instruction is read line by line, its machine code is obtained and it is directly put in the main memory at some known address. That means the assembler runs in one part of memory and the assembled machine instructions and data is directly put into their assigned memory locations. After completion of assembly process, assign starting address of the program to the location counter. In this scheme some portion of memory is occupied by assembler which is simply a wastage of memory.

 

https://www.kcesmjcollege.in/ICT/Computer/Loader.pdf

https://edurev.in/studytube/System-Programming--Loaders-and-Linkers-Notes--Com/3de81c3b-7263-4235-ab72-a10632a472e0_p

Answer:

Related questions

17 votes
17 votes
3 answers
1
makhdoom ghaya asked Nov 19, 2016
8,416 views
Match the pairs in the following questions:$$\begin{array}{ll|ll}\hline (a) & \text{Pointer data type} & (p) & \text{Type conversion} \\\hline (b) & \text{Activation rec...
4 votes
4 votes
0 answers
3
makhdoom ghaya asked Nov 23, 2016
2,786 views
State whether the following statements are TRUE or FALSE with reason:Transferring data in blocks from the main memory to the cache memory enables an interleaved main memo...
9 votes
9 votes
3 answers
4
makhdoom ghaya asked Nov 23, 2016
3,258 views
State whether the following statements are TRUE or FALSE with reason:The flags are affected when conditional CALL or JUMP instructions are executed.