________ is a sequence of bytes organised into blocks that is understood by…
2022
________ is a sequence of bytes organised into blocks that is understood by system's linker.
- A.
A text
- B.
A source
- C.
An object
- D.
An executable
Attempted by 205 students.
Show answer & explanation
Correct answer: C
The correct answer is Object files. These are sequences of bytes organized into blocks or sections containing machine code and symbols required for the linker to combine multiple modules. Unlike source files which are human-readable or executables processed by loaders, object files specifically target the linking stage.