Answer Posted / somenath
compiler is a program that translates code of a programming
language in machine code. it is a special program that
processes statements written in a particular programming
language ang converts them into machine language, a "binary
program" or "code", that a computer processor uses while
interpreters translate code one line a time, executing each
line as it is "translated" much the way a foreign language
interpreter would translate a book, y translating one line
it a time. interpreters do generate bnary code, but that
code is never compiled into one program entity.so tht is
very help full to computer programing language.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Explain an idle thread?
Is 64bit faster than 32?
How do I enable plugins on firefox?
What is the real-time system?
How can you pause the execution of a Thread for a certain amount of time?
How can the speed of interrupt driven input output systems be improved?
What is process synchronization?
How much cpu usage is normal?
What are differences between ram and rom?
How can I make usb bootable?
How do you format a pc?
How do I install operating system?
When does thrashing occur?
Can you tell me the difference between semaphore and mutex.
Briefly explain thrashing.