12.5k views
2 votes
What is the purpose of interpreting and compiling high-level programming languages?

Perform complex calculations
Provide source code for software
Test and debug code to resolve issues
Translate program code into machine code

User Raycons
by
5.7k points

2 Answers

3 votes

Answer:

Translate program code into machine code

Step-by-step explanation:

User Aklesh Rathaur
by
5.6k points
3 votes

Answer:

Translate program code into machine code

Step-by-step explanation:

  • Interpreter converts high-label languages into low-level languages
  • interpreter takes source code statement by statement and translate in machine code
  • compiler take whole source code and translate into machine code

User Prasad P
by
5.7k points