471. Linker creates a link file containing binary codes and also produces ____________ containing address information on linked files:
Correct answer: (A)
Link map
472. how many types of entities contained by assembler to handle program:
Correct answer: (C)
3
473. which of the following are types of assembler entities:
Correct answer: (D)
All of these
474. ____________have addresses where instructions are stored along with address of working storage:
Correct answer: (A)
Relative entities
475. Absolute entities are ____________ whom value signify storage locations that are independent of resulting machine code:
Correct answer: (E)
All of these
476. A module contains machine code with specification on ____________:
Correct answer: (A)
Relative addresses
477. After actual locations for main storage are known, a ____________ adjusts relative addresses to these actual locations:
Correct answer: (A)
Relocating loader
478. If there is a module from single source-language only that does not contain any external references, it doesn't need a linker to load it and is loaded____________:
Correct answer: (B)
Directly
479. Modern assemblers for RISC based architectures make optimization of instruction scheduling to make use of CPU ____________ efficiently:
Correct answer: (A)
Pipeline
480. which are of the following modern assemblers:
Correct answer: (E)
all of these