Computer System Architecture

471. Linker creates a link file containing binary codes and also produces ____________ containing address information on linked files:

  1. Link map
  2. Map table
  3. Symbol map
  4. none

Correct answer: (A)
Link map

472. how many types of entities contained by assembler to handle program:

  1. 4
  2. 2
  3. 3
  4. 5

Correct answer: (C)
3

473. which of the following are types of assembler entities:

  1. Absolute entities
  2. Relative entities
  3. Object program
  4. All of these

Correct answer: (D)
All of these

474. ____________have addresses where instructions are stored along with address of working storage:

  1. Relative entities
  2. Absolute entities
  3. Both a & b
  4. None of these

Correct answer: (A)
Relative entities

475. Absolute entities are ____________ whom value signify storage locations that are independent of resulting machine code:

  1. Numeric constants
  2. String constants
  3. Fixed addresses
  4. Operation codes
  5. All of these

Correct answer: (E)
All of these

476. A module contains machine code with specification on ____________:

  1. Relative addresses
  2. Absolute addresses
  3. Object program
  4. None of these

Correct answer: (A)
Relative addresses

477. After actual locations for main storage are known, a ____________ adjusts relative addresses to these actual locations:

  1. Relocating loader
  2. Locating loader
  3. Default loader
  4. None of these

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____________:

  1. Indirectly
  2. Directly
  3. Extending
  4. None of these

Correct answer: (B)
Directly

479. Modern assemblers for RISC based architectures make optimization of instruction scheduling to make use of CPU ____________ efficiently:

  1. Pipeline
  2. Without pipeline
  3. Both a & b
  4. None of these

Correct answer: (A)
Pipeline

480. which are of the following modern assemblers:

  1. MIPS
  2. Sun SPARC
  3. HP PA-RISC
  4. x86(x64)
  5. all of these

Correct answer: (E)
all of these

Page 48 of 75