Software Engineering Mcqs

Which of the following functions is/ are performed by the loader ?
  • (A)  Physically place the machine instructions and data into memory
  • (B)  Allocate space in memory for the programs and resolve symbolic references between object decks
  • (C)  Adjust all address dependent locations, such as address constants, to correspond to the allocated space
  • (D)  All of the above
Bug means_______________?
  • (A)  A logical error in a program
  • (B)  A difficult syntax error in a program
  • (C)  Documenting programs using an efficient documentation tool
  • (D)  All of the above
A relocate program form is the one which_______________?
  • (A)  consists of a program and relevant information for its relocation
  • (B)  can itself perform the relocation of its address-sensitive portions
  • (C)  cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation
  • (D)  All of the above