300,171 views
4 votes
4 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 Shuangistan
by
3.5k points

2 Answers

11 votes
11 votes

Answer:

d coding

Step-by-step explanation:

User Trinayan
by
3.1k points
16 votes
16 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 Omnimike
by
2.5k points