Computer Science, asked by Anu77yadav, 1 year ago

Differentiate between source code and object code

Answers

Answered by palzrajput2468
122

Source code: A program written in a high-level language is called source code. Source code is also called source program. Computer cannot understand the statements of high-level language. The source code cannot be executed by computer directly. It is converted into object code and then executed.

Object code

A program in machine language is called objet code. It is also called object program or machine code. Computer understands object code directly.

Answered by Shukla47
96
Source Code:

1. Source code is in the form of text.
2. Source code is human Readable.
3. Source code is generated by human.
4. Source code is input given to compiler.

Object Code:

1. Object code is in the from of binary numbers.
2.Object code is in machine readable.
3.Object code is generated by compiler.
4.Object code is output of compiler

Similar questions