Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What Is Compiler, Interpreter, Assembler?

0
Posted

What Is Compiler, Interpreter, Assembler?

0

A compiler translates a program from one computer language ( source language ) into a program in another computer language ( target language ). The source language for a compiler is usually a high level language There are several kinds of computer languages and computer language translators. An assembler consists of little more than a table look up routine, where each word of the source language ( assembly language ) is looked up in a table for its numerical equivalent, which is then output as part of the target language program. Assembly language generally gives the programmer precise and direct access to every capability of the computer hardware. Whereas a compiler will translate a computer program into machine code that executes at a later time, an interpreter actually executes the program as it is read. An interpreter must read its input program over and over to compute the results, but a compiler translates it only once. Compilers take longer to get the output from the first time

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123