nerdexam
EC-Council

312-49 · Question #526

Which file is a sequence of bytes organized into blocks understandable by the system's linker?

The correct answer is C. Object file. An object file is the output of a compiler before linking. It consists of a sequence of bytes organized into structured blocks (sections such as .text, .data, .bss) that the system's linker can understand and process to produce an executable. A source file is human-readable…

Submitted by minji_kr· Apr 18, 2026Malware Forensics

Question

Which file is a sequence of bytes organized into blocks understandable by the system's linker?

Options

  • Aexecutable file
  • Bsource file
  • CObject file
  • DNone of these

How the community answered

(22 responses)
  • A
    5% (1)
  • C
    91% (20)
  • D
    5% (1)

Explanation

An object file is the output of a compiler before linking. It consists of a sequence of bytes organized into structured blocks (sections such as .text, .data, .bss) that the system's linker can understand and process to produce an executable. A source file is human-readable code. An executable file has already been linked and is ready to run by the OS loader, not the linker.

Topics

#Object file#Linker#File types#Compilation process

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice