answersLogoWhite

0

No, they are two different things, source code is human-readable and machine code is machine-readable (though it can be represented in assembly)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Are programs that translate the source code to object code?

False. A compiler converts source code into object code.


What is role of compiler?

It coverts your source code into machine code so the computer can execute it.


What are the uses of compiler besides translation?

compiler is complex software compounding of scanner,parser,intermediate code generator , object code generator etc. Actually its tasks is to convert one language to another target language. then it may be possible that source language may be c# ,java , C source code and target language one of them or assembly language code.


The translator that converts source code to object code is called?

compiler


What does a compiler do when you compile your program?

Coverts source code into object code


What are the similarities between compiler and interpreter?

Both compiler and interpreter are the language programs that translates source program into machine code or we can say object code. Both are used to find errors in source program.


What language translates source code into binary form?

A Compiler.


What is bliss compiler?

A bliss compiler compiles Bliss source into Bliss object code which is a step in executing macdine code written by the Bliss compiler.


Why is object code necessary?

Object code is necessary, because object code is the actual instructions, or machine language, that the computer executes. Object code is the output of the compiler, as it translates the higher level language into the machine language. It is also the output of the linker, as it combines object code modules from the compiler output and the various libraries in its process of building a fully linked load module.


What are the advantage of compiler?

Translates from source code to object module. What else did you think?


What is the compiler that is used in C?

A program that translates source program into object code.


How can you create a language?

Writing a language converter is very much like writing a compiler. In fact, a compiler can be considered a language converter, when the target language is object code. The actual science of writing a compiler is complex.