Answer Posted / vaibhav
A compiler is a special type of computer program that
translates a human readable text file into a form that the
computer can more easily understand. At its most basic
level, a human will operate very slowly and find the
information contained in the long string of 1s and 0s
incomprehensible. A compiler is a computer program that
bridges this gap.
Some compilers are multistage or multiple pass. A first
pass could take a very natural language and make it closer
to a computer understandable language. A second or even a
third pass could take it to the final stage, the executable
file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between logical address space and physical address space?
Explain any program using Semaphores.
What is tcl timing?
Describe the Operating System concept of Segmentation
Explain Page Segmentation.
What is spooling?
How many types of file systems are there?
How the Kernel handles both the page stealer and the fault handler?
When an input file is opened, what are the possible errors that may occur?
Is it possible to have a deadlock involving only one process? Explain your answer.
What is the difference between internal commands and external commands?
Explain the typical elements of a process image?
How does reference counting manage memory allocated objects? When can it fail to reclaim objects?
What is difference between program and x86?
How does a memory leak work?