difference between : source code and object code.
Answers
Answered by
15
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 form 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 form of Binary Numbers.
2. Object Code is in Machine Readable.
3. Object Code is Generated by Compiler.
4. Object code is Output of Compiler
mithu25:
class 9
Answered by
6
Source code
---Source code is in the form of text form.
---It is human readable code.
---It is generated by human programmer.
Object code
---object code is in the form of binary numbers.
---it is in machine readeable formats.
---it is generated by compiler.
hope it helped.
mark it as brainliest answer plz
---Source code is in the form of text form.
---It is human readable code.
---It is generated by human programmer.
Object code
---object code is in the form of binary numbers.
---it is in machine readeable formats.
---it is generated by compiler.
hope it helped.
mark it as brainliest answer plz
Similar questions