edited by
7,008 views

1 Answer

0 votes
0 votes

Absolute loader

  •  No linking and relocation needed

A is correct as in case of absolute loader the compiler assumes the starting address is from 0, (actually it always assumes that) which isn't always true. So we need to know the start address of the available main memory so that we can adjust accordingly beforehand.

A is correct.

Ref: 

3.1 Absolute Loader

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
go_editor asked Mar 28, 2020
948 views
A single instruction in an assembly language program contains :one micro operationone macro operationone instruction to be completed in a single pulseone machine code ins...
0 votes
0 votes
1 answer
3
go_editor asked Mar 28, 2020
1,551 views
Top-down parsers are predictive parsers, because :next tokens are predictedlength of the parse tree is predicted before handlowest node in the parse tree is predictednext...
0 votes
0 votes
1 answer
4