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 are the 7 layers of networking?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.
How much ram can xp handle?
What are merits and demerits of systems supporting multiple file structure and systems supporting a stream of bytes?
How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?
How much does a pc cost?
What is pipelining in reference to ram?
Do 32 bit programs run faster on 64bit?
Can a 64 bit computer run 32 bit programs?
Give a non-computer example of preemptive and non-preemptive scheduling?
What are the different phases of compiler? What happens in lexical phase?
What are the different functions of an operating system?
What is validity fault?
When would you choose bottom-up methodology?
Explain how a copying garbage collector works. How can it be implemented using semispaces?