MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPILER DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A linker reads four modules whose lengths are 200, 800, 600 and 500 words respectively. If they are loaded in that order, what are the relocation constants?
A
0, 200, 500, 600
B
0, 200, 1000, 1600
C
200, 500, 600, 800
D
200, 700, 1300, 2100
Explanation: 

Detailed explanation-1: -Hence it will occupy first 200 address, last address being 199. Now 2nd will start loading at 200, since size is 800, so last address is 999. Now 3rd module will start loading at 1000, since size is 600. So last address is 1599.

There is 1 question to complete.