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.

How are high level languages translated into machine language?

0
Posted

How are high level languages translated into machine language?

0

• It depends on the “high level” language. • Languages such as C and Pascal are compiled into an executable program (the program is actually a bunch of machine language instructions, and can execute on its own). • Languages such as Basic and Perl are interpreted and executed on the fly (no program is created and the interpreter is always needed to run the program). • Some languages are actually interpreted and executed by another program (such as a browser or a virtual computer). Langages such as Java or Javascript require a web browser or a Java virtual machine in order to run the program.

Related Questions

What is your question?

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