Multiple choice

Which of the following object file formats is used to describe the size and position of the other peices of file?

  1. Object program

  2. Object file header

  3. Text segment

  4. Relocation information

  5. Proc-Type

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This object file format is used to describe the size and position of the other pieces of file. The overall information about the file, such as size of the code, name of the source file it was translated from and creation data is stored in object header file.