Solved

In Order to Run a Program or an App,the Source

Question 16

Multiple Choice

In order to run a program or an app,the source code must be translated into machine language: the 0s and 1s of binary code.How can this be done? Select all that apply.


A) By using a compiler that converts the entire source program into machine language before executing it.
B) By using an interpreter that translates and executes one statement at a time.
C) By using a debugger that identifies the errors and suggestions for fixes.
D) By using a source code editor that helps in developing the program in machine language.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions