...
October 10, 2023

Linker-Loader

Question 3 ​Which of the following is not typically a benefit of dynamic linking? I. Reduction in overall program execution time. II. Reduction in overall space […]
October 10, 2023

Linker-Loader

Question 4 Which of the following are the principles tasks of the linker? I. Resolve external references among separately compiled program units. II. Translate assembly language […]
October 10, 2023

Linker-Loader

Question 7 Absolute loader demands that the programmer needs to know the : A start address of the available main memory B total size of the […]
October 11, 2023

Compiler-Design

Question 5 Which of the following macros can put a micro assembler into an infinite loop? (i) .MACRO M1 X .IF EQ, X ;if X=0 then […]