Computer System Architecture

461. ____________ is attached to using macro instruction definition:

  1. Name
  2. Definition
  3. Identifier
  4. All of these

Correct answer: (A)
Name

462. END of macro definition by:

  1. NAME
  2. MEND
  3. DATA
  4. MEMORY

Correct answer: (B)
MEND

463. Process of replacing the sequence of lines of codes is known as:

  1. Expanding die macro
  2. Expanding tri macro
  3. Tetra macro
  4. None of these

Correct answer: (A)
Expanding die macro

464. A program that links several programs is called:

  1. Linker
  2. Loader
  3. Translator
  4. None of these

Correct answer: (A)
Linker

465. ____________ address is not assigned by linker:

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

Correct answer: (A)
Absolute

466. ____________address is provided by linker to modules linked together that starting from ____________:

  1. Absolute and 0
  2. Relative and 0
  3. Relative and 1
  4. Relative and 3

Correct answer: (B)
Relative and 0

467. A linker is also known as:

  1. Binder
  2. Linkage editor
  3. Both a & b
  4. None of these

Correct answer: (C)
Both a & b

468. Loading is ____________ with the task of storage management of operating system and mostly preformed after assembly:

  1. Bound
  2. Expanded
  3. Overlaps
  4. All of these

Correct answer: (A)
Bound

469. ____________ contain library program have to be indicated to the loader:

  1. Externally defined
  2. Internally defined
  3. Executable file
  4. All of these

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:

  1. Loader and name
  2. Linker and values
  3. Linker and name
  4. Loader and values

Correct answer: (D)
Loader and values

Page 47 of 75