138k views
4 votes
An object code must be translated into source code in order for the computer to be able to read and execute.

a. True

b. False

User Sveinungf
by
5.0k points

1 Answer

3 votes
It is false that the object code is translated to source code for the system to under stand and executes it. In fact it is the source code that is converted to machine code which is easily understood by machine. This conversion of code is done through a compiler or an assembler before running the program.
User Pedro Rodrigues
by
5.2k points