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.


What does a compiler do when you compile your program?

Coverts source code into object code


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

compiler


Does a compiler convert source code to object code?

Yes, a compiler translates source code, which is written in a high-level programming language, into object code, which is a low-level machine-readable format. This object code typically contains binary instructions that a computer's processor can execute. The compiler performs various tasks during this process, including syntax checking, optimization, and code generation. Ultimately, the object code can be linked with other object files to produce an executable program.


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 is the compiler that is used in C?

A program that translates source program into object code.


What are the advantage of compiler?

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