21.2k views
0 votes
In which step of writing a program does a programmer first use a compiler?

A. documenting
B. testing
C. planning
D. coding
ANSWER IS B TESTING

User Luuk Skeur
by
4.7k points

2 Answers

3 votes

Answer:

d coding

Step-by-step explanation:

3 votes

Answer:

compilation aka D. coding

Step-by-step explanation:

A compiler takes the recipe (code) for a new program (written in a high level language) and transforms this Code into a new language (Machine Language) that can be understood by the computer itself.

User Antoninarto
by
4.9k points