Answer Posted / hikaru lee
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.
| Is This Answer Correct ? | 20 Yes | 8 No |
Post New Answer View All Answers
What is the difference between micro kernel and macro kernel?
What is the difference between af_inet and pf_inet?
How do I find the path to a file?
When does thrashing occur?
Define page fault interrupt?
Can ram affect fps?
Explain the triple channel architecture?
How do I copy a path to a shared drive?
What is real time operating systems?
Does chkdsk work for ssd?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What grep means?
What is a cache memory?
What is a critical section?
How does DMA increase system concurrency? How does it complicate hardware design?