Computer Science, asked by thatherasantosh1220, 9 months ago

A compiler running on computers with small memory would normally be

Answers

Answered by physicsknowledge9506
0

Explanation:

A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processor uses. Typically, a programmer writes language statements in a language such as Pascal or C one line at a time using an editor.

Answered by tiwariakdi
0

Compilers running on systems with limited memory would often require several passes, whereas a compiler requiring fewer passes would be feasible on computers with big random access memory.

  • Compilers serve as translators, turning machine code into human-oriented programming language. Compilers enable programmes and programming knowledge to be machine-independent by allowing the majority of computer users—indeed, practically all—to ignore the machine-dependent features of machine-language.
  • In order to conduct the necessary duties, a compiler reads the entire source code and converts it into a complete machine code programme that is exported as a new file. This totally separates the executable file's source code. The main benefit of this is that the translation is completed separately and only once. Since the programme is already translated into machine code, it runs much more quickly. The drawback is that you cannot alter the programme without returning to the original source code, modifying it, and then recompiling (though for a professional software developer this is more of an advantage because it stops source code being copied).
  • As a result, compilers running on systems with limited memory would often require several passes, whereas a compiler requiring fewer passes would be feasible on computers with big random access memory.

Hence, compilers running on systems with limited memory would often require several passes, whereas a compiler requiring fewer passes would be feasible on computers with big random access memory.

Learn more here

https://brainly.in/question/3300312

#SPJ5

Similar questions