162k views
1 vote
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?

User SigmaXD
by
7.1k points

1 Answer

2 votes
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.
User Ilari Kajaste
by
7.2k points