461. ____________ is attached to using macro instruction definition:
Correct answer: (A)
Name
462. END of macro definition by:
Correct answer: (B)
MEND
463. Process of replacing the sequence of lines of codes is known as:
Correct answer: (A)
Expanding die macro
464. A program that links several programs is called:
Correct answer: (A)
Linker
465. ____________ address is not assigned by linker:
Correct answer: (A)
Absolute
466. ____________address is provided by linker to modules linked together that starting from ____________:
Correct answer: (B)
Relative and 0
467. A linker is also known as:
Correct answer: (C)
Both a & b
468. Loading is ____________ with the task of storage management of operating system and mostly preformed after assembly:
Correct answer: (A)
Bound
469. ____________ contain library program have to be indicated to the loader:
Correct answer: (A)
Externally defined
470. It is the task of the ____________ to locate externally defined symbols in programs, load them in to memory by placing their ____________ of symbols in calling program:
Correct answer: (D)
Loader and values