difference between compiler and interpreter ?
NIELIT STUDENTS FORUM :: Certified computer security analyst(CSSA) Level-1 :: Computers fundamentals and computer netwoks
Page 1 of 1
difference between compiler and interpreter ?
The differences between Compiler and Interpreter are:
Compiler
1 : one that compiles
2 : a computer program that translates an entire set of instructions written in a higher-level symbolic language (as C) into machine language before the instructions can be executed
spends a lot of time analyzing and processing the program
the resulting executable is some form of machine- specific binary code
the computer hardware interprets (executes) the resulting code
program execution is fast
Interpreter
1: one that interprets: as a: one who translates orally for parties conversing in different languages b: one who explains or expounds
2 a: a machine that prints on punch cards the symbols recorded in them by perforations b: a computer program that executes each of a set of high-level instructions before going to the next instruction
relatively little time is spent analyzing and processing the program
the resulting code is some sort of intermediate code
the resulting code is interpreted by another program
program execution is relatively slow
Compiler
1 : one that compiles
2 : a computer program that translates an entire set of instructions written in a higher-level symbolic language (as C) into machine language before the instructions can be executed
spends a lot of time analyzing and processing the program
the resulting executable is some form of machine- specific binary code
the computer hardware interprets (executes) the resulting code
program execution is fast
Interpreter
1: one that interprets: as a: one who translates orally for parties conversing in different languages b: one who explains or expounds
2 a: a machine that prints on punch cards the symbols recorded in them by perforations b: a computer program that executes each of a set of high-level instructions before going to the next instruction
relatively little time is spent analyzing and processing the program
the resulting code is some sort of intermediate code
the resulting code is interpreted by another program
program execution is relatively slow
ashu4261- Chief mentor
- Posts : 67
Points : 208
Reputation : 4
Join date : 2014-01-15
Age : 34
Location : Lucknow
NIELIT STUDENTS FORUM :: Certified computer security analyst(CSSA) Level-1 :: Computers fundamentals and computer netwoks
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum