Chad, a computer programming student, just finished writing a computer program. In order to check whether the program performs the intended task, Chad must convert the source code to an executable program. Which tool would Chad need for this purpose?

Answer :

kaevras
A compiler.

Computers cannot understand the code you write. Compilers "compile" the code that you write in to machine language in which the computer can understand and execute.

Other Questions