Differentiate between source code and object code
Answers
Answered by
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
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
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
English,
8 months ago
Social Sciences,
8 months ago
Social Sciences,
8 months ago
English,
1 year ago
English,
1 year ago
English,
1 year ago