What is the difference?

@mythmoh (3984)
United States
December 17, 2006 1:11am CST
Difference between Compiler and assembler?How you differentiate them from interpreter?
1 person likes this
2 responses
@tarachand (3895)
• India
17 Dec 06
A compiler is a computer program (or set of programs) that translates text written in a computer language (the source language) into another computer language (the target language). The original sequence is usually called the source code and the output called object code. Commonly the output has a form suitable for processing by other programs (e.g., a linker), but it may be a human readable text file. Assembler may refer to:Assembler for an assembly language, a computer program to translate between lower-level representations of computer programs. Interpreter (computing), a program designed to run other non-executable programs directly. Hope this helps.
@mythmoh (3984)
• United States
18 Dec 06
so assembler also does the same function as compiler?
@lumanci (1111)
• Italy
17 Dec 06
I do not imagine minimally how many lines are